Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • 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

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Homebridge-Adapter: Funktionierende Plugins und Beispiele

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.4k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    2.0k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.5k

Homebridge-Adapter: Funktionierende Plugins und Beispiele

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
238 Beiträge 62 Kommentatoren 61.8k Aufrufe 44 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • apollon77A apollon77

    @martiman Butall this do nt happen automatically ... you need to go into the Apple home and click the "+" and then scan ender the pin you defined in the config to add the bridge to youe apple home. Did you do that?

    M Offline
    M Offline
    MartiMan
    schrieb am zuletzt editiert von MartiMan
    #226

    @apollon77 Late reply, new system running on bookworm now which took me some time...

    Well I'm using yahka for all my lights and gates combined with the S7 adapter so I'm familiar with that.

    From my understanding Homebridge supplies the Homekit bridge that makes that Homebridge plugins will be recognised by the Home app.

    According to the ham README.md the wrapper mode does not support this (I had a RTFM moment lol):

    "IMPORTANT: This mode allows to use the device integrations of the provided homebridge plugins. No "bridge" is provided that can be used by the Home App!"

    So then I should get at least some variables in objects that I can connect to yahka using enum no?
    Or how should I interpret the "device integrations" mentioned above?

    I really don't want to also have Homebridge running for just this plugin.

    UPDATE:

    After installing "homebridge-seasons", as it was tested and confirmed working, I suddenly started getting log errors which I didn't get with homebridge-eosstb plugin alone!?

    Now the ham folder in objects gets a 0 folder with all necessary variables of the seasons plugin.
    Still no eosstb variables.

    2023-12-10 10:10:31.217 - debug: ham.0 (9301) setState Season.Season.Season-Name: set value = Winter
    2023-12-10 10:10:31.219 - error: ham.0 (9301) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
    2023-12-10 10:10:31.220 - error: ham.0 (9301) unhandled promise rejection: Cannot add a bridged Accessory with the same UUID as another bridged Accessory: 25ec2c37-426c-4b8e-a20f-976770fa1af5
    2023-12-10 10:10:31.347 - error: ham.0 (9301) Error: Cannot add a bridged Accessory with the same UUID as another bridged Accessory: 25ec2c37-426c-4b8e-a20f-976770fa1af5
    at WrapperBridge.Accessory.addBridgedAccessory (/opt/iobroker/node_modules/iobroker.ham/node_modules/homebridge-plugin-wrapper/src/lib/Accessory.ts:594:15)
    at WrapperBridge.addBridgedAccessory (/opt/iobroker/node_modules/iobroker.ham/node_modules/homebridge-plugin-wrapper/index.js:299:55)
    at /opt/iobroker/node_modules/iobroker.ham/node_modules/homebridge-plugin-wrapper/src/bridgeService.ts:554:11
    at Array.forEach ()
    at /opt/iobroker/node_modules/iobroker.ham/node_modules/homebridge-plugin-wrapper/src/bridgeService.ts:542:19
    at /opt/iobroker/node_modules/iobroker.ham/node_modules/homebridge-plugin-wrapper/src/lib/util/once.ts:10:18
    at SeasonsPlatform.accessories (/opt/iobroker/node_modules/iobroker.ham/node_modules/homebridge-seasons/index.js:64:3)
    at /opt/iobroker/node_modules/iobroker.ham/node_modules/homebridge-plugin-wrapper/src/bridgeService.ts:537:17
    at new Promise ()
    at BridgeService.loadPlatformAccessories (/opt/iobroker/node_modules/iobroker.ham/node_modules/homebridge-plugin-wrapper/homebridge/bridgeService.js:400:16)
    2023-12-10 10:10:31.348 - error: ham.0 (9301) Cannot add a bridged Accessory with the same UUID as another bridged Accessory: 25ec2c37-426c-4b8e-a20f-976770fa1af5
    2023-12-10 10:10:31.374 - info: ham.0 (9301) cleaned everything up...
    2023-12-10 10:10:31.394 - info: ham.0 (9301) terminating
    2023-12-10 10:10:31.396 - warn: ham.0 (9301) Terminated (UNCAUGHT_EXCEPTION): Without reason
    2023-12-10 10:10:31.397 - debug: ham.0 (9301) [10/12/2023, 10:10:31] [EOSSTB] Goodbye
    2023-12-10 10:10:31.898 - info: ham.0 (9301) terminating
    2023-12-10 10:10:31.969 - error: host.rpi4 Caught by controller[1]: [10/12/2023, 10:10:30] Plugin /opt/iobroker/node_modules/iobroker.ham/node_modules/homebridge-plugin-wrapper package.json does not contain the keyword 'homebridge-plugin'.
    2023-12-10 10:10:31.970 - error: host.rpi4 Caught by controller[2]: [10/12/2023, 10:10:30] Plugin /opt/iobroker/node_modules/homebridge-plugin-wrapper package.json does not contain the keyword 'homebridge-plugin'.
    2023-12-10 10:10:31.970 - error: host.rpi4 Caught by controller[3]: [10/12/2023, 10:10:30] The plugin "homebridge-eosstb" requires a Homebridge version of >=1.6.0 which does not satisfy the current Homebridge version of 1.5.0. You may need to update this plugin (or Homebridge) to a newer version. You may face unexpected issues or stability problems running this plugin.
    2023-12-10 10:10:31.970 - error: host.rpi4 instance system.adapter.ham.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
    2023-12-10 10:10:31.971 - info: host.rpi4 Restart adapter system.adapter.ham.0 because enabled
    2023-12-10 10:11:02.013 - info: host.rpi4 instance system.adapter.ham.0 started with pid 9342
    

    So apparently eosstb needs at least homebridge V1.6.0 and ham apparently still runs V1.5.0.

    apollon77A 1 Antwort Letzte Antwort
    0
    • M MartiMan

      @apollon77 Late reply, new system running on bookworm now which took me some time...

      Well I'm using yahka for all my lights and gates combined with the S7 adapter so I'm familiar with that.

      From my understanding Homebridge supplies the Homekit bridge that makes that Homebridge plugins will be recognised by the Home app.

      According to the ham README.md the wrapper mode does not support this (I had a RTFM moment lol):

      "IMPORTANT: This mode allows to use the device integrations of the provided homebridge plugins. No "bridge" is provided that can be used by the Home App!"

      So then I should get at least some variables in objects that I can connect to yahka using enum no?
      Or how should I interpret the "device integrations" mentioned above?

      I really don't want to also have Homebridge running for just this plugin.

      UPDATE:

      After installing "homebridge-seasons", as it was tested and confirmed working, I suddenly started getting log errors which I didn't get with homebridge-eosstb plugin alone!?

      Now the ham folder in objects gets a 0 folder with all necessary variables of the seasons plugin.
      Still no eosstb variables.

      2023-12-10 10:10:31.217 - debug: ham.0 (9301) setState Season.Season.Season-Name: set value = Winter
      2023-12-10 10:10:31.219 - error: ham.0 (9301) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
      2023-12-10 10:10:31.220 - error: ham.0 (9301) unhandled promise rejection: Cannot add a bridged Accessory with the same UUID as another bridged Accessory: 25ec2c37-426c-4b8e-a20f-976770fa1af5
      2023-12-10 10:10:31.347 - error: ham.0 (9301) Error: Cannot add a bridged Accessory with the same UUID as another bridged Accessory: 25ec2c37-426c-4b8e-a20f-976770fa1af5
      at WrapperBridge.Accessory.addBridgedAccessory (/opt/iobroker/node_modules/iobroker.ham/node_modules/homebridge-plugin-wrapper/src/lib/Accessory.ts:594:15)
      at WrapperBridge.addBridgedAccessory (/opt/iobroker/node_modules/iobroker.ham/node_modules/homebridge-plugin-wrapper/index.js:299:55)
      at /opt/iobroker/node_modules/iobroker.ham/node_modules/homebridge-plugin-wrapper/src/bridgeService.ts:554:11
      at Array.forEach ()
      at /opt/iobroker/node_modules/iobroker.ham/node_modules/homebridge-plugin-wrapper/src/bridgeService.ts:542:19
      at /opt/iobroker/node_modules/iobroker.ham/node_modules/homebridge-plugin-wrapper/src/lib/util/once.ts:10:18
      at SeasonsPlatform.accessories (/opt/iobroker/node_modules/iobroker.ham/node_modules/homebridge-seasons/index.js:64:3)
      at /opt/iobroker/node_modules/iobroker.ham/node_modules/homebridge-plugin-wrapper/src/bridgeService.ts:537:17
      at new Promise ()
      at BridgeService.loadPlatformAccessories (/opt/iobroker/node_modules/iobroker.ham/node_modules/homebridge-plugin-wrapper/homebridge/bridgeService.js:400:16)
      2023-12-10 10:10:31.348 - error: ham.0 (9301) Cannot add a bridged Accessory with the same UUID as another bridged Accessory: 25ec2c37-426c-4b8e-a20f-976770fa1af5
      2023-12-10 10:10:31.374 - info: ham.0 (9301) cleaned everything up...
      2023-12-10 10:10:31.394 - info: ham.0 (9301) terminating
      2023-12-10 10:10:31.396 - warn: ham.0 (9301) Terminated (UNCAUGHT_EXCEPTION): Without reason
      2023-12-10 10:10:31.397 - debug: ham.0 (9301) [10/12/2023, 10:10:31] [EOSSTB] Goodbye
      2023-12-10 10:10:31.898 - info: ham.0 (9301) terminating
      2023-12-10 10:10:31.969 - error: host.rpi4 Caught by controller[1]: [10/12/2023, 10:10:30] Plugin /opt/iobroker/node_modules/iobroker.ham/node_modules/homebridge-plugin-wrapper package.json does not contain the keyword 'homebridge-plugin'.
      2023-12-10 10:10:31.970 - error: host.rpi4 Caught by controller[2]: [10/12/2023, 10:10:30] Plugin /opt/iobroker/node_modules/homebridge-plugin-wrapper package.json does not contain the keyword 'homebridge-plugin'.
      2023-12-10 10:10:31.970 - error: host.rpi4 Caught by controller[3]: [10/12/2023, 10:10:30] The plugin "homebridge-eosstb" requires a Homebridge version of >=1.6.0 which does not satisfy the current Homebridge version of 1.5.0. You may need to update this plugin (or Homebridge) to a newer version. You may face unexpected issues or stability problems running this plugin.
      2023-12-10 10:10:31.970 - error: host.rpi4 instance system.adapter.ham.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
      2023-12-10 10:10:31.971 - info: host.rpi4 Restart adapter system.adapter.ham.0 because enabled
      2023-12-10 10:11:02.013 - info: host.rpi4 instance system.adapter.ham.0 started with pid 9342
      

      So apparently eosstb needs at least homebridge V1.6.0 and ham apparently still runs V1.5.0.

      apollon77A Offline
      apollon77A Offline
      apollon77
      schrieb am zuletzt editiert von
      #227

      @martiman sagte in Homebridge-Adapter: Funktionierende Plugins und Beispiele:

      "IMPORTANT: This mode allows to use the device integrations of the provided homebridge plugins. No "bridge" is provided that can be used by the Home App!"

      hehe ... jooo ... Wrapper mode ist genau das ... und keine Bridge.. Nimm den Local Mode, dann startet er eine Bridge

      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
      M 1 Antwort Letzte Antwort
      0
      • apollon77A apollon77

        @martiman sagte in Homebridge-Adapter: Funktionierende Plugins und Beispiele:

        "IMPORTANT: This mode allows to use the device integrations of the provided homebridge plugins. No "bridge" is provided that can be used by the Home App!"

        hehe ... jooo ... Wrapper mode ist genau das ... und keine Bridge.. Nimm den Local Mode, dann startet er eine Bridge

        M Offline
        M Offline
        MartiMan
        schrieb am zuletzt editiert von
        #228

        @apollon77 I installed homebridge for this one and also android plugin for Shield TV. I don’t really need to automate these so Siri access is enough 😉

        1 Antwort Letzte Antwort
        0
        • apollon77A apollon77

          Hi,

          hier im Thread dürfen zu dem Homebridge -Adapter (iobroker.ham) gern funktioniernde Plugins berichtet werden, Konfigurationsbeispiele und sonstige Infos. lasst uns sammeln :-)

          Bitte packt auf jeden Fall Pluginname, Version des Plugins, die Version des ham Adapters und EUre nodejs Version mit rein. Danke!

          Danke Ingo

          D Offline
          D Offline
          dfrozen1977
          schrieb am zuletzt editiert von
          #229

          @apollon77
          @alexeimotkoff/homebridge-daichi-comfort-conditioner

          {
            "bridge": {
              "name": "Homebridge",
              "username": "CC:22:3D:E3:CE:30",
              "port": 51826,
              "pin": "031-45-154"
            },
            "platforms": [
              {
                "name": "Daichi Comfort",
                "username": "************",
                "password": "************",
                "platform": "DaichiComfortConditioner"
              }
            ]
          }
          ![HAM.png](/assets/uploads/files/1712289853797-ham.png) ```
          1 Antwort Letzte Antwort
          1
          • E Offline
            E Offline
            eugenmayer
            schrieb am zuletzt editiert von
            #230

            homebridge-thermotek

            • wrapper mode
            {
              "description": "Add configuration for your accessories or platforms according to the docs of the plugins.",
              "accessories": [],
              "platforms": [
                {
                  "host": "zz.xx.yy.cc",
                  "port": "6653",
                  "platform": "ThermotecRadiatorControl"
                }
              ]
            }
            
            haselchenH O 2 Antworten Letzte Antwort
            1
            • E eugenmayer

              homebridge-thermotek

              • wrapper mode
              {
                "description": "Add configuration for your accessories or platforms according to the docs of the plugins.",
                "accessories": [],
                "platforms": [
                  {
                    "host": "zz.xx.yy.cc",
                    "port": "6653",
                    "platform": "ThermotecRadiatorControl"
                  }
                ]
              }
              
              haselchenH Offline
              haselchenH Offline
              haselchen
              Most Active
              schrieb am zuletzt editiert von
              #231

              @eugenmayer
              Dieser Post soll uns was sagen? 🤔

              Synology DS218+ & 2 x Fujitsu Esprimo (VM/Container) + FritzBox7590 + 2 AVM 3000 Repeater & Homematic & HUE & Osram & Xiaomi, NPM 10.9.4, Nodejs 22.21.0 ,JS Controller 7.0.7 ,Admin 7.7.19

              O 1 Antwort Letzte Antwort
              0
              • haselchenH haselchen

                @eugenmayer
                Dieser Post soll uns was sagen? 🤔

                O Abwesend
                O Abwesend
                oFbEQnpoLKKl6mbY5e13
                schrieb am zuletzt editiert von
                #232

                @haselchen

                Dass es ein funktionierendes Plugin ist?

                haselchenH 1 Antwort Letzte Antwort
                0
                • O oFbEQnpoLKKl6mbY5e13

                  @haselchen

                  Dass es ein funktionierendes Plugin ist?

                  haselchenH Offline
                  haselchenH Offline
                  haselchen
                  Most Active
                  schrieb am zuletzt editiert von
                  #233

                  @ofbeqnpolkkl6mby5e13

                  Okay, vielleicht hatte ich das einfach nur vermisst 😎

                  Bitte packt auf jeden Fall Pluginname, Version des Plugins, die Version des ham Adapters und EUre nodejs Version mit rein. Danke!
                  
                  Danke Ingo
                  

                  Synology DS218+ & 2 x Fujitsu Esprimo (VM/Container) + FritzBox7590 + 2 AVM 3000 Repeater & Homematic & HUE & Osram & Xiaomi, NPM 10.9.4, Nodejs 22.21.0 ,JS Controller 7.0.7 ,Admin 7.7.19

                  1 Antwort Letzte Antwort
                  2
                  • E eugenmayer

                    homebridge-thermotek

                    • wrapper mode
                    {
                      "description": "Add configuration for your accessories or platforms according to the docs of the plugins.",
                      "accessories": [],
                      "platforms": [
                        {
                          "host": "zz.xx.yy.cc",
                          "port": "6653",
                          "platform": "ThermotecRadiatorControl"
                        }
                      ]
                    }
                    
                    O Abwesend
                    O Abwesend
                    oFbEQnpoLKKl6mbY5e13
                    schrieb am zuletzt editiert von oFbEQnpoLKKl6mbY5e13
                    #234

                    @eugenmayer

                    Trage die Infos -siehe den Hinweis von @haselchen- bitte noch nach.

                    1 Antwort Letzte Antwort
                    2
                    • T Offline
                      T Offline
                      tob111
                      schrieb am zuletzt editiert von
                      #235

                      Hallo habe den ham 5.3.1 und versuche gerade über homebridge-ring mein Ring Alarm System einzubinden. An die Sensoren komme ich schön ran, die sind auch alle gelistet. Das Problem ist die Kamera. Da werden zwar auch Infos gelistet, ich würde aber gerne auf die Snapshots zugreifen. Wo finde ich die?

                      haselchenH 1 Antwort Letzte Antwort
                      0
                      • T tob111

                        Hallo habe den ham 5.3.1 und versuche gerade über homebridge-ring mein Ring Alarm System einzubinden. An die Sensoren komme ich schön ran, die sind auch alle gelistet. Das Problem ist die Kamera. Da werden zwar auch Infos gelistet, ich würde aber gerne auf die Snapshots zugreifen. Wo finde ich die?

                        haselchenH Offline
                        haselchenH Offline
                        haselchen
                        Most Active
                        schrieb am zuletzt editiert von
                        #236

                        @tob111

                        Und der Ring Adapter ist keine Alternative? :thinking_face:

                        Synology DS218+ & 2 x Fujitsu Esprimo (VM/Container) + FritzBox7590 + 2 AVM 3000 Repeater & Homematic & HUE & Osram & Xiaomi, NPM 10.9.4, Nodejs 22.21.0 ,JS Controller 7.0.7 ,Admin 7.7.19

                        T 1 Antwort Letzte Antwort
                        0
                        • haselchenH haselchen

                          @tob111

                          Und der Ring Adapter ist keine Alternative? :thinking_face:

                          T Offline
                          T Offline
                          tob111
                          schrieb am zuletzt editiert von
                          #237

                          @haselchen über den bekomm ich halt nur die kamera bilder. das ginge natürlich auch aber fände es schöner es über einen adapter zu lösen

                          1 Antwort Letzte Antwort
                          0
                          • Gregor PG Offline
                            Gregor PG Offline
                            Gregor P
                            schrieb am zuletzt editiert von Gregor P
                            #238

                            erledigt

                            1 Antwort Letzte Antwort
                            0
                            Antworten
                            • In einem neuen Thema antworten
                            Anmelden zum Antworten
                            • Älteste zuerst
                            • Neuste zuerst
                            • Meiste Stimmen


                            Support us

                            ioBroker
                            Community Adapters
                            Donate
                            FAQ Cloud / IOT
                            HowTo: Node.js-Update
                            HowTo: Backup/Restore
                            Downloads
                            BLOG

                            319

                            Online

                            32.4k

                            Benutzer

                            81.4k

                            Themen

                            1.3m

                            Beiträge
                            Community
                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                            ioBroker Community 2014-2025
                            logo
                            • Anmelden

                            • Du hast noch kein Konto? Registrieren

                            • Anmelden oder registrieren, um zu suchen
                            • Erster Beitrag
                              Letzter Beitrag
                            0
                            • Home
                            • Aktuell
                            • Tags
                            • Ungelesen 0
                            • Kategorien
                            • Unreplied
                            • Beliebt
                            • GitHub
                            • Docu
                            • Hilfe