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. Tester
  4. [Aufruf] ioBroker.ham (Homebridge Accessory Manager) testen

NEWS

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

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

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

[Aufruf] ioBroker.ham (Homebridge Accessory Manager) testen

Scheduled Pinned Locked Moved Tester
343 Posts 55 Posters 95.7k Views 14 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.
  • ? Offline
    ? Offline
    A Former User
    wrote on last edited by
    #182

    Kann mir vielleicht jemand einen Tipp geben wie meine Konfigurationsdatei beim Modul homewizard aussehen muss? Ja ich weiß es ist ein Beispiel aufgeführt aber leider werde ich nicht ganz schlau draus.

    {

    "bridge": {

    "name": "Homebridge - DEV",

    "username": "CC:22:3D:E3:CE:40",

    "port": 51826,

    "pin": "031-45-156"

    },

    "description": "Example configuration for Homebridge using the HomeWizard platform.",

    "accessories": [],

    "platforms": [{

    "platform": "HomeWizard",

    "url": "http://192.168.1.155",

    "password": "<yourhomewizardpassword>",

    "filtered": ["accessoryName"],

    "debug": false,

    "valves": {

    "livingroom radiator": "livingroom thermometer"

    },

    "heatlinks" : 0,

    "switchTypes": {

    "accessoryName": "fan",

    "accessoryName": "outlet",

    "accessoryName": "switch",

    "accessoryName": "lightbulb"

    },

    "createPresetSwitches": true,

    "presetNames": {

    "home": "Home Preset",

    "away": "Away Preset",

    "sleep": "Sleep Preset",

    "holiday": "Holiday Preset"

    },

    "createSceneSwitches": true,

    "pushServer": {"http": 8087, "udp": 33333, "period": 5}

    }]

    }

    Habe hier meine url und Passwort eingetragen. Was muss ich hier "filtered": ["accessoryName"] eintragen? Der Adapter bleibt auf rot. Sorry bin noch nicht solange mit ioBroker unterwegs. Habe soweit aber alles am laufen und wollte ganz gern mein HomeWizard einbinden.

    Ich hoffe mir kann jemand weiterhelfen…</yourhomewizardpassword>

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

      @fisch:

      super funktioniert, Klasse - Danke!!! `

      Ok, dann kommt morgen das Update

      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
        #184

        @noah3112:

        Kann mir vielleicht jemand einen Tipp geben wie meine Konfigurationsdatei beim Modul homewizard aussehen muss? Ja ich weiß es ist ein Beispiel aufgeführt aber leider werde ich nicht ganz schlau draus.

        Der Adapter bleibt auf rot. `

        Naja, dann zuerst mal ins Log schauen. Was steht da? Steht da was wenn Du die Instanz startest?

        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
        • ? Offline
          ? Offline
          A Former User
          wrote on last edited by
          #185

          > Naja, dann zuerst mal ins Log schauen. Was steht da? Steht da was wenn Du die Instanz startest?

          Ich schaue heute Abend rein wenn ich wieder am Rechner sitze. Danke fürs Antworten.

          1 Reply Last reply
          0
          • ? Offline
            ? Offline
            A Former User
            wrote on last edited by
            #186

            > Naja, dann zuerst mal ins Log schauen. Was steht da? Steht da was wenn Du die Instanz startest?

            So habe den Adapter nochmal gestartet und folgenden Log erhalten…

            2018-08-22 19:42:47.230 - error: ham.0 uncaught exception: listen EADDRINUSE :::8087

            2018-08-22 19:42:47.421 - error: Caught by controller[0]: [2018-8-22 19:42:45] Plugin /opt/iobroker/node_modules/iobroker.ham/node_modules/homebridge-plugin-wrapper package.json does not contain the keyword 'homebridge-plugin'.

            2018-08-22 19:42:47.421 - error: Caught by controller[1]: [2018-8-22 19:42:45] Plugin /opt/iobroker/node_modules/homebridge-plugin-wrapper package.json does not contain the keyword 'homebridge-plugin'.

            2018-08-22 19:42:47.422 - error: Caught by controller[2]: { Error: listen EADDRINUSE :::8087

            2018-08-22 19:42:47.422 - error: Caught by controller[2]: at Object._errnoException (util.js:992:11)

            2018-08-22 19:42:47.422 - error: Caught by controller[2]: at _exceptionWithHostPort (util.js:1014:20)

            2018-08-22 19:42:47.422 - error: Caught by controller[2]: at Server.setupListenHandle [as _listen2] (net.js:1355:14)

            2018-08-22 19:42:47.422 - error: Caught by controller[2]: at listenInCluster (net.js:1396:12)

            2018-08-22 19:42:47.422 - error: Caught by controller[2]: at Server.listen (net.js:1480:7)

            2018-08-22 19:42:47.422 - error: Caught by controller[2]: at new NotificationListener (/opt/iobroker/node_modules/iobroker.ham/node_modules/homebridge-homewizard/dist/notificationListener.js:58:8)

            2018-08-22 19:42:47.422 - error: Caught by controller[2]: at new HomeWizardPlatform (/opt/iobroker/node_modules/iobroker.ham/node_modules/homebridge-homewizard/dist/platform.js:61:21)

            2018-08-22 19:42:47.422 - error: Caught by controller[2]: at Server._loadPlatforms (/opt/iobroker/node_modules/iobroker.ham/node_modules/homebridge-plugin-wrapper/homebridge/server.js:326:32)

            2018-08-22 19:42:47.422 - error: Caught by controller[2]: at Server.run (/opt/iobroker/node_modules/iobroker.ham/node_modules/homebridge-plugin-wrapper/homebridge/server.js:86:36)

            2018-08-22 19:42:47.422 - error: Caught by controller[2]: at HomebridgeWrapper.init (/opt/iobroker/node_modules/iobroker.ham/node_modules/homebridge-plugin-wrapper/index.js:215:17)

            2018-08-22 19:42:47.422 - error: Caught by controller[2]: at Object.start (/opt/iobroker/node_modules/iobroker.ham/lib/wrapper-handler.js:111:23)

            2018-08-22 19:42:47.422 - error: Caught by controller[2]: at loadExistingAccessories (/opt/iobroker/node_modules/iobroker.ham/main.js:229:35)

            2018-08-22 19:42:47.422 - error: Caught by controller[2]: at adapter.getDevices (/opt/iobroker/node_modules/iobroker.ham/main.js:175:27)

            2018-08-22 19:42:47.422 - error: Caught by controller[2]: at Socket. (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:2434:25)

            2018-08-22 19:42:47.422 - error: Caught by controller[2]: at Socket.onack (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/socket.io-client/lib/socket.js:319:9)

            2018-08-22 19:42:47.423 - error: Caught by controller[2]: at Socket.onpacket (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/socket.io-client/lib/socket.js:244:12)

            2018-08-22 19:42:47.423 - error: Caught by controller[2]: code: 'EADDRINUSE',

            2018-08-22 19:42:47.423 - error: Caught by controller[2]: errno: 'EADDRINUSE',

            2018-08-22 19:42:47.423 - error: Caught by controller[2]: syscall: 'listen',

            2018-08-22 19:42:47.423 - error: Caught by controller[2]: address: '::',

            2018-08-22 19:42:47.423 - error: Caught by controller[2]: port: 8087 }

            2018-08-22 19:42:47.423 - error: host.ioBroker instance system.adapter.ham.0 terminated with code 0 (OK)

            2018-08-22 19:42:47.423 - info: host.ioBroker Restart adapter system.adapter.ham.0 because enabled

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

              Jetzt liegt es daran das das homebridge Plugin scheinbar Port 8087 belegen will dieser aber schon belegt ist.

              Entweder ändern falls das geht oder local den prozesss auf dem Port wegmachen (socket.io?!)

              Gesendet vom Handy …

              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
              • ? Offline
                ? Offline
                A Former User
                wrote on last edited by
                #188

                ` > Jetzt liegt es daran das das homebridge Plugin scheinbar Port 8087 belegen will dieser aber schon belegt ist.

                Entweder ändern falls das geht oder local den prozesss auf dem Port wegmachen (socket.io?!) `

                Noch ein Tipp wie ich das anstelle :shock:

                Danke das du dir das Problem so schnell angeschaut hast…

                1 Reply Last reply
                0
                • ? Offline
                  ? Offline
                  A Former User
                  wrote on last edited by
                  #189

                  > "pushServer": {"http": 8087, "udp": 33333, "period": 5}

                  Das ist ja das was ich aus dem Beispiel kopiert habe. Reicht es dort den Port zu ändern? Wenn ja welchen?

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

                    Klingt sinnvoll. Ob es dann aber noch tut hab ch keine Ahnung. Ich kenne das Plugin und auch homeWizard nicht.

                    Gesendet vom Handy …

                    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
                    • ? Offline
                      ? Offline
                      A Former User
                      wrote on last edited by
                      #191

                      Manchmal ist die Lösung so einfach :D Habe den Port auf 8090 geändert und schon lief die Kiste. Danke für deine Hilfe…

                      1 Reply Last reply
                      0
                      • K Offline
                        K Offline
                        Kochenmitmusik
                        wrote on last edited by
                        #192

                        Hallo,

                        kann mir mal eine behilflich sein wie ich dieses Plugin (AppleTV) : https://www.npmjs.com/package/homebridge-theater-mode installiere?

                        Mein Wemo Plugin läuft:

                        {
                          "description": "Add configuration for your accessories or platforms according to the docs of the plugins.",
                          "accessories": [],
                          "platforms": [
                            {
                              "platform": "BelkinWeMo",
                              "name": "WeMo Platform"
                            }
                          ]
                        }
                        

                        Danke.

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

                          Ich bin jetzt mal böse und sage: nach der Anleitung des Plugins?!

                          Du trägst im HAM-Adapter den namen des Plugins in die Liste der Plugins ein und startest den Adapter neu.

                          Dann folgst Du dem was unter https://www.npmjs.com/package/homebridg … de#pairing und dem folgenden Abschnitt steht

                          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
                          • K Offline
                            K Offline
                            Kochenmitmusik
                            wrote on last edited by
                            #194

                            Erhalte beim Pairing folgende Fehler:

                            <code>pi@ioBroker-Pi:~ $ sudo npm install -g node-appletv
                            
                            > sodium@2.0.3 preinstall /usr/lib/node_modules/node-appletv/node_modules/sodium
                            > node install.js --preinstall
                            
                            Static libsodium was not found at /usr/lib/node_modules/node-appletv/node_modules/sodium/deps/build/lib/libsodium so compiling libsodium from source.
                            libtool is required, but wasn't found on this system
                            Makefile:61: die Regel für Ziel „libsodium“ scheiterte
                            make: *** [libsodium] Fehler 1
                            /usr/lib/node_modules/node-appletv/node_modules/sodium/install.js:287
                                        throw new Error(cmdLine + ' exited with code ' + code);
                                        ^
                            
                            Error: make libsodium exited with code 2
                                at ChildProcess. <anonymous>(/usr/lib/node_modules/node-appletv/node_modules/sodium/install.js:287:19)
                                at emitTwo (events.js:126:13)
                                at ChildProcess.emit (events.js:214:7)
                                at Process.ChildProcess._handle.onexit (internal/child_process.js:198:12)
                            npm ERR! code ELIFECYCLE
                            npm ERR! errno 1
                            npm ERR! sodium@2.0.3 preinstall: `node install.js --preinstall`
                            npm ERR! Exit status 1
                            npm ERR!
                            npm ERR! Failed at the sodium@2.0.3 preinstall script.
                            npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
                            
                            npm ERR! A complete log of this run can be found in:
                            npm ERR!     /root/.npm/_logs/2018-08-24T12_39_20_931Z-debug.log
                            /code]</anonymous></code>
                            
                            1 Reply Last reply
                            0
                            • apollon77A Offline
                              apollon77A Offline
                              apollon77
                              wrote on last edited by
                              #195

                              Ich entschuldige mich im Vorfeld für die folgenden zeilen:

                              Googling … please wait ...

                              Googling ... please wait ...

                              Googling ... please wait ...

                              Googling ... please wait ...

                              Googling ... please wait ...

                              Googling ... please wait ...

                              Googling ... please wait ...

                              https://github.com/paixaop/node-sodium/ ... -372206338

                              Wenn die gewünschten Plugins Dinge brauchen und sorry da muss man sich dann mal damit beschäftigen ... und Google ist echt einfach hab ich gehört.

                              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
                              • K Offline
                                K Offline
                                Kueppert
                                wrote on last edited by
                                #196

                                Google? Hab gehört, ist böse, soll man nicht benutzen [emoji23]

                                Gesendet von meinem HUAWEI RIO-L01 mit Tapatalk

                                UDM Pro, Intel NUC - ioBroker in Proxmox-VM, PiHole+Grafana&Influx+TasmoAdmin in LXCs, Raspberry Pi3 (als CCU), Zigbee-Stick Sonoff, Synology DS918+

                                1 Reply Last reply
                                0
                                • S Offline
                                  S Offline
                                  stoepselinho
                                  wrote on last edited by
                                  #197

                                  hallo

                                  ich möchte gerne meinen irobot rommba 675 einbinden.

                                  wie bekomm ich denn an die erforderlichen Angaben?
                                  ` > "platform": "Roomba",

                                  "name": "Roomba",

                                  "robots": [

                                  {

                                  "name": "Name of the robot in the Home app",

                                  "blid":"123456789abcdefg",

                                  "password": ":1:2345678901:ABCDEFGHIJKLMNOP",

                                  "address": "192.168.x.xx" `

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

                                    Also wenn Du das homebridge-roomba nimmst dann so wie es dort beschrieben ist:

                                    https://www.npmjs.com/package/homebridg … stallation ?!

                                    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
                                    • S Offline
                                      S Offline
                                      stoepselinho
                                      wrote on last edited by
                                      #199

                                      Ist das denn eine Anleitung für iobroker?

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

                                        Im ham Adapter musst du eine valide homebridge Konfiguration eintragen und wie das für dieses Plugin aussehen muss steht auf dieser Seite weilendes hat mit ioBroker nix zu tun. Es geht da um das Plugin.

                                        Gesendet vom Handy …

                                        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
                                        • S Offline
                                          S Offline
                                          stoepselinho
                                          wrote on last edited by
                                          #201

                                          Bei mir funktioniert es irgendwie nicht. Kann mir da jemand helfen?
                                          1979_a6ebeb57-bf81-4a61-b005-3304f0282f8f.jpeg

                                          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

                                          378

                                          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