Skip to content
  • Home
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Entwicklung
  4. Neues io-package Feld "connectionType"

NEWS

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    17
    1
    3.6k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.2k

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    25
    1
    2.5k

Neues io-package Feld "connectionType"

Scheduled Pinned Locked Moved Entwicklung
io-package.json
10 Posts 4 Posters 2.6k Views 6 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • apollon77A Offline
    apollon77A Offline
    apollon77
    wrote on last edited by apollon77
    #1

    Hey Devs,

    wir haben ein neues io-package Feld eingeführt und es wäre cool wenn Ihr das bei den kommenden Updates Eurer Adapter mit einführen könntet:

    https://github.com/ioBroker/ioBroker.repositories/blob/master/README.md#connection-types

    Es ist dazu da um besser anzuzeigen wie der Adapter arbeitet damit sich User dann ggf Adapter auswählen können die dazu passen was Sie wollen oder brauchen und damit man vorher weiss welcher Adapter Online und welcher Offline funktioniert.

    Danke!!

    Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

    • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
    • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
    1 Reply Last reply
    0
    • Matten MattenM Offline
      Matten MattenM Offline
      Matten Matten
      wrote on last edited by Matten Matten
      #2

      Hallo, hab den enigma2 Adapter in git abgeändert.

      Gruß
      Matten Matten

      ioBroker auf Beelink mit WIN10 home|CCU3 (Raspberrymatic)|Neato BotVac D3|HYPERION Ambilight auf RPI3 und RPI ZeroW|HA-Bridge|Milight LED|Nodered&Redmatic|VU Duo2 & Solo se V2

      1 Reply Last reply
      0
      • apollon77A Offline
        apollon77A Offline
        apollon77
        wrote on last edited by
        #3

        Super, eine Änderung: connectionType!! :-)

        Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

        • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
        • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
        1 Reply Last reply
        0
        • apollon77A Offline
          apollon77A Offline
          apollon77
          wrote on last edited by
          #4

          Hey all,

          wir haben intern nochmals diskutiert und das Feld zur besseren Nutzbarkeit in zweo Felder aufgeteilt. Aktueller Stand ist unter GitHub unter dem obigen Link (https://github.com/ioBroker/ioBroker.repositories/blob/master/README.md#connection-types) verfügbar. Sorry falls jemand dann nochmal ran muss ;-(

          Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

          • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
          • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
          1 Reply Last reply
          0
          • crycodeC Offline
            crycodeC Offline
            crycode
            Developer
            wrote on last edited by crycode
            #5

            Hallo,

            wenn ich das richtig verstehe, dann sollte das also für einen Adapter, der Daten z.B. stündlich von einer öffentlichen Webschnittstelle abruft, so aussehen:

            "common": {
              [...]
              "connectionType": "cloud",
              "dataSource": "poll",
              [...]
            }
            

            Oder ist mit connectionType: "cloud" nur die Verbindung zur ioBroker Cloud gemeint?

            Meine Adapter: discord | canbus | ds18b20 | odl | radiohead

            apollon77A 1 Reply Last reply
            1
            • crycodeC crycode

              Hallo,

              wenn ich das richtig verstehe, dann sollte das also für einen Adapter, der Daten z.B. stündlich von einer öffentlichen Webschnittstelle abruft, so aussehen:

              "common": {
                [...]
                "connectionType": "cloud",
                "dataSource": "poll",
                [...]
              }
              

              Oder ist mit connectionType: "cloud" nur die Verbindung zur ioBroker Cloud gemeint?

              apollon77A Offline
              apollon77A Offline
              apollon77
              wrote on last edited by
              #6

              @crycode ne die iobroker cloud ist damit nicht gemeint. Du hast mit deiner Annahne exakt recht für deinen "z.B. stündlich von einer öffentlichen Webschnittstelle" Fall.

              Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

              • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
              • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
              1 Reply Last reply
              1
              • haus-automatisierungH Online
                haus-automatisierungH Online
                haus-automatisierung
                Developer Most Active
                wrote on last edited by
                #7

                Ich habe das gerade in all meine Adapter übernommen. Meine Frage wäre nun, ab wann das Feld zum Beispiel im Admin-Adapter ausgewertet wird. Gibt es dazu schon Pläne? Ich stelle mir zum Beispiel vor, dass es einen Filter gibt, sodass man alle Cloud-Adapter ausblenden kann (als Beispiel). Und ein kleines Icon mit einer Wolke oder einem "www".

                🧑‍🎓 Autor des beliebten ioBroker-Master-Kurses
                🎥 Tutorials rund um das Thema DIY-Smart-Home: https://haus-automatisierung.com/
                📚 Meine inoffizielle ioBroker Dokumentation

                apollon77A 1 Reply Last reply
                0
                • haus-automatisierungH haus-automatisierung

                  Ich habe das gerade in all meine Adapter übernommen. Meine Frage wäre nun, ab wann das Feld zum Beispiel im Admin-Adapter ausgewertet wird. Gibt es dazu schon Pläne? Ich stelle mir zum Beispiel vor, dass es einen Filter gibt, sodass man alle Cloud-Adapter ausblenden kann (als Beispiel). Und ein kleines Icon mit einer Wolke oder einem "www".

                  apollon77A Offline
                  apollon77A Offline
                  apollon77
                  wrote on last edited by
                  #8

                  @haus-automatisierung Der erste plan ist die Nutzung in der Adapterliste auf der Webseite, aber Admin wäre auch cool. Magst Du mal mit Deiner Idee ein GitIssue bei Admin anlegen?

                  Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                  • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                  • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                  haus-automatisierungH 1 Reply Last reply
                  1
                  • apollon77A apollon77

                    @haus-automatisierung Der erste plan ist die Nutzung in der Adapterliste auf der Webseite, aber Admin wäre auch cool. Magst Du mal mit Deiner Idee ein GitIssue bei Admin anlegen?

                    haus-automatisierungH Online
                    haus-automatisierungH Online
                    haus-automatisierung
                    Developer Most Active
                    wrote on last edited by
                    #9

                    @apollon77 Gern, der Vollständigkeit halber hier der Link zum Issue https://github.com/ioBroker/ioBroker.admin/issues/574

                    🧑‍🎓 Autor des beliebten ioBroker-Master-Kurses
                    🎥 Tutorials rund um das Thema DIY-Smart-Home: https://haus-automatisierung.com/
                    📚 Meine inoffizielle ioBroker Dokumentation

                    apollon77A 1 Reply Last reply
                    1
                    • haus-automatisierungH haus-automatisierung

                      @apollon77 Gern, der Vollständigkeit halber hier der Link zum Issue https://github.com/ioBroker/ioBroker.admin/issues/574

                      apollon77A Offline
                      apollon77A Offline
                      apollon77
                      wrote on last edited by
                      #10

                      @haus-automatisierung Ich habs mal noch durch https://github.com/ioBroker/ioBroker.admin/issues/575 ergänzt :-)

                      Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                      • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                      • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      Support us

                      ioBroker
                      Community Adapters
                      Donate

                      608

                      Online

                      32.7k

                      Users

                      82.4k

                      Topics

                      1.3m

                      Posts
                      Community
                      Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                      ioBroker Community 2014-2025
                      logo
                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Home
                      • Recent
                      • Tags
                      • Unread 0
                      • Categories
                      • Unreplied
                      • Popular
                      • GitHub
                      • Docu
                      • Hilfe