Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. [Aufruf] ioBroker.ham (Homebridge Accessory Manager) testen

    NEWS

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

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

    This topic has been deleted. Only users with topic management privileges can see it.
    • apollon77
      apollon77 last edited by

      Dann wars falsch angekommen. Alles gut und sorry für die Reaktion 🙂

      Bitte 0.4.5 vom Adapter von Github testen

      1 Reply Last reply Reply Quote 0
      • F
        fisch last edited by

        super funktioniert, Klasse - Danke!!!

        1 Reply Last reply Reply Quote 0
        • ?
          A Former User last edited by

          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 Reply Quote 0
          • apollon77
            apollon77 last edited by

            @fisch:

            super funktioniert, Klasse - Danke!!! `

            Ok, dann kommt morgen das Update

            1 Reply Last reply Reply Quote 0
            • apollon77
              apollon77 last edited by

              @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?

              1 Reply Last reply Reply Quote 0
              • ?
                A Former User last edited by

                > 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 Reply Quote 0
                • ?
                  A Former User last edited by

                  > 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 Reply Quote 0
                  • apollon77
                    apollon77 last edited by

                    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 …

                    1 Reply Last reply Reply Quote 0
                    • ?
                      A Former User last edited by

                      ` > 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 Reply Quote 0
                      • ?
                        A Former User last edited by

                        > "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 Reply Quote 0
                        • apollon77
                          apollon77 last edited by

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

                          Gesendet vom Handy …

                          1 Reply Last reply Reply Quote 0
                          • ?
                            A Former User last edited by

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

                            1 Reply Last reply Reply Quote 0
                            • K
                              Kochenmitmusik last edited by

                              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 Reply Quote 0
                              • apollon77
                                apollon77 last edited by

                                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

                                1 Reply Last reply Reply Quote 0
                                • K
                                  Kochenmitmusik last edited by

                                  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 Reply Quote 0
                                  • apollon77
                                    apollon77 last edited by

                                    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.

                                    1 Reply Last reply Reply Quote 0
                                    • K
                                      Kueppert last edited by

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

                                      Gesendet von meinem HUAWEI RIO-L01 mit Tapatalk

                                      1 Reply Last reply Reply Quote 0
                                      • S
                                        stoepselinho last edited by

                                        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 Reply Quote 0
                                        • apollon77
                                          apollon77 last edited by

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

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

                                          1 Reply Last reply Reply Quote 0
                                          • S
                                            stoepselinho last edited by

                                            Ist das denn eine Anleitung für iobroker?

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            964
                                            Online

                                            31.7k
                                            Users

                                            79.7k
                                            Topics

                                            1.3m
                                            Posts

                                            55
                                            343
                                            73874
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo