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. ioBroker Allgemein
  4. Homebridge-Adapter: Funktionierende Plugins und Beispiele

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    16
    1
    237

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

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

Homebridge-Adapter: Funktionierende Plugins und Beispiele

Scheduled Pinned Locked Moved ioBroker Allgemein
238 Posts 62 Posters 67.0k Views 44 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.
  • 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
    wrote on last edited by
    #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 Reply Last reply
    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
      wrote on last edited by
      #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 Reply Last reply
      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
        wrote on last edited by
        #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 Reply Last reply
        1
        • E Offline
          E Offline
          eugenmayer
          wrote on last edited by
          #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 Replies Last reply
          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
            wrote on last edited by
            #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 Reply Last reply
            0
            • haselchenH haselchen

              @eugenmayer
              Dieser Post soll uns was sagen? 🤔

              O Away
              O Away
              oFbEQnpoLKKl6mbY5e13
              wrote on last edited by
              #232

              @haselchen

              Dass es ein funktionierendes Plugin ist?

              haselchenH 1 Reply Last reply
              0
              • O oFbEQnpoLKKl6mbY5e13

                @haselchen

                Dass es ein funktionierendes Plugin ist?

                haselchenH Offline
                haselchenH Offline
                haselchen
                Most Active
                wrote on last edited by
                #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 Reply Last reply
                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 Away
                  O Away
                  oFbEQnpoLKKl6mbY5e13
                  wrote on last edited by oFbEQnpoLKKl6mbY5e13
                  #234

                  @eugenmayer

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

                  1 Reply Last reply
                  2
                  • T Offline
                    T Offline
                    tob111
                    wrote on last edited by
                    #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 Reply Last reply
                    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
                      wrote on last edited by
                      #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 Reply Last reply
                      0
                      • haselchenH haselchen

                        @tob111

                        Und der Ring Adapter ist keine Alternative? :thinking_face:

                        T Offline
                        T Offline
                        tob111
                        wrote on last edited by
                        #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 Reply Last reply
                        0
                        • Gregor PG Offline
                          Gregor PG Offline
                          Gregor P
                          wrote on last edited by Gregor P
                          #238

                          erledigt

                          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
                          FAQ Cloud / IOT
                          HowTo: Node.js-Update
                          HowTo: Backup/Restore
                          Downloads
                          BLOG

                          563

                          Online

                          32.7k

                          Users

                          82.5k

                          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