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

    • Monatsrückblick - April 2025

    • Minor js-controller 7.0.7 Update in latest repo

    • Save The Date: ioBroker@Smart Living Forum Solingen, 14.06.

    [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

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

                                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 …

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

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

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

                                    Jupp, das homebridge Modul was funds Inder konfig in das Feld für den npm Namen schreibst, heisst nicht Roomba.

                                    Da muss homebridge_roomba oder welches Modul du auch immer nehmen willst rein

                                    Gesendet vom Handy …

                                    1 Reply Last reply Reply Quote 0
                                    • O
                                      OliTheo last edited by

                                      Hallo zusammen.

                                      Ham bei mir installiert sowie homebridge_devolo

                                      Es geht, bis es einen Fehler gibt und die Instanz neu startet.

                                      Hier mal das Problem:

                                      2018-09-24 23:00:26.847 - [32minfo[39m: ham.0 updateState Schalter-Küche.Schalter-Küche-2.Name: value = /common= {"type":"string","read":true,"write":false,"role":"text","name":"Name","unit":""}

                                      2018-09-24 23:00:26.912 - [31merror[39m: ham.0 uncaught exception: Device has no suitable sensor.

                                      2018-09-24 23:00:26.913 - [31merror[39m: ham.0 Error: Device has no suitable sensor.

                                      at Relay2Device.Device.getCurrentValue (/home/pi/node_modules/iobroker.ham/node_modules/node-devolo/dist/DevoloDevice.js:206:19)

                                      at Array.HBQubinoRelay2Device.getDevoloCurrentConsumption (/home/pi/node_modules/iobroker.ham/node_modules/homebridge-devolo/dist/devices/HBQubinoRelay2Device.js:80:44)

                                      at Characteristic.DevoloCurrentConsumption.emit (events.js:180:13)

                                      at Characteristic.DevoloCurrentConsumption.Characteristic.getValue (/home/pi/node_modules/iobroker.ham/node_modules/homebridge-plugin-wrapper/hap-nodejs/lib/Characteristic.js:163:10)

                                      at registerEventsForCharacteristic (/home/pi/node_modules/iobroker.ham/node_modules/homebridge-plugin-wrapper/index.js:128:28)

                                      at WrapperBridge.addBridgedAccessory (/home/pi/node_modules/iobroker.ham/node_modules/homebridge-plugin-wrapper/index.js:138:17)

                                      at Server. <anonymous>(/home/pi/node_modules/iobroker.ham/node_modules/homebridge-plugin-wrapper/homebridge/server.js:399:24)

                                      at /home/pi/node_modules/iobroker.ham/node_modules/homebridge-plugin-wrapper/hap-nodejs/lib/util/once.js:16:19

                                      at /home/pi/node_modules/iobroker.ham/node_modules/homebridge-devolo/dist/index.js:71:17

                                      at /home/pi/node_modules/iobroker.ham/node_modules/homebridge-devolo/dist/HBDevoloCentralUnit.js:52:13

                                      2018-09-24 23:00:26.915 - [32minfo[39m: ham.0 cleaned everything up…

                                      2018-09-24 23:00:26.928 - [33mwarn[39m: ham.0 Exception: Error: Device has no suitable sensor.

                                      2018-09-24 23:00:29.581 - [31merror[39m: Caught by controller[0]: [2018-9-24 23:00:13] Plugin /home/pi/node_modules/iobroker.ham/node_modules/homebridge-plugin-wrapper package.json does not contain the keyword 'homebridge-plugin'.

                                      2018-09-24 23:00:29.582 - [31merror[39m: Caught by controller[1]: [2018-9-24 23:00:15] Plugin /home/pi/node_modules/homebridge-plugin-wrapper package.json does not contain the keyword 'homebridge-plugin'.

                                      2018-09-24 23:00:29.583 - [31merror[39m: Caught by controller[2]: [2018-9-24 23:00:15] Warning: skipping plugin found at '/usr/local/lib/node_modules/homebridge-devolo' since we already loaded the same plugin from '/home/pi/node_modules/iobroker.ham/node_modules/homebridge-devolo'.

                                      2018-09-24 23:00:29.584 - [31merror[39m: Caught by controller[3]: Error: Device has no suitable sensor.

                                      2018-09-24 23:00:29.584 - [31merror[39m: Caught by controller[3]: at Relay2Device.Device.getCurrentValue (/home/pi/node_modules/iobroker.ham/node_modules/node-devolo/dist/DevoloDevice.js:206:19)

                                      2018-09-24 23:00:29.585 - [31merror[39m: Caught by controller[3]: at Array.HBQubinoRelay2Device.getDevoloCurrentConsumption (/home/pi/node_modules/iobroker.ham/node_modules/homebridge-devolo/dist/devices/HBQubinoRelay2Device.js:80:44)

                                      2018-09-24 23:00:29.585 - [31merror[39m: Caught by controller[3]: at Characteristic.DevoloCurrentConsumption.emit (events.js:180:13)

                                      2018-09-24 23:00:29.586 - [31merror[39m: Caught by controller[3]: at Characteristic.DevoloCurrentConsumption.Characteristic.getValue (/home/pi/node_modules/iobroker.ham/node_modules/homebridge-plugin-wrapper/hap-nodejs/lib/Characteristic.js:163:10)

                                      2018-09-24 23:00:29.586 - [31merror[39m: Caught by controller[3]: at registerEventsForCharacteristic (/home/pi/node_modules/iobroker.ham/node_modules/homebridge-plugin-wrapper/index.js:128:28)

                                      2018-09-24 23:00:29.587 - [31merror[39m: Caught by controller[3]: at WrapperBridge.addBridgedAccessory (/home/pi/node_modules/iobroker.ham/node_modules/homebridge-plugin-wrapper/index.js:138:17)

                                      2018-09-24 23:00:29.587 - [31merror[39m: Caught by controller[3]: at Server. <anonymous>(/home/pi/node_modules/iobroker.ham/node_modules/homebridge-plugin-wrapper/homebridge/server.js:399:24)

                                      2018-09-24 23:00:29.587 - [31merror[39m: Caught by controller[3]: at /home/pi/node_modules/iobroker.ham/node_modules/homebridge-plugin-wrapper/hap-nodejs/lib/util/once.js:16:19

                                      2018-09-24 23:00:29.588 - [31merror[39m: Caught by controller[3]: at /home/pi/node_modules/iobroker.ham/node_modules/homebridge-devolo/dist/index.js:71:17

                                      2018-09-24 23:00:29.588 - [31merror[39m: Caught by controller[3]: at /home/pi/node_modules/iobroker.ham/node_modules/homebridge-devolo/dist/HBDevoloCentralUnit.js:52:13

                                      2018-09-24 23:00:29.588 - [31merror[39m: host.raspberrypi instance system.adapter.ham.0 terminated with code 6 (uncaught exception)

                                      2018-09-24 23:00:29.589 - [32minfo[39m: host.raspberrypi Restart adapter system.adapter.ham.0 because enabled

                                      Hat jemand eine Idee. Evtl. hängt es auch mit der Version von Node ab. Habe Node Version 9.9.0 bekomme kein update hin access Fehler.

                                      Ausserdem habe ich eine 10 version von nodejs

                                      danke für eure Hilfe

                                      Gruss

                                      OliTheo</anonymous></anonymous>

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

                                        Also erst einmal kommt der Fehler wohl eher aus dem Devolo Modul und wäre daher beim Entwickler davon am besten aufgehoben.

                                        Weiterhin:Was hast Du jetzt node 9.9 oder node 10? Beides ist nicht ideal … 9.9 ist eine Dev-Version die keinen SUpport mehr hat und node 10 hat einiges an Problemen immer noch.

                                        Also node 8 ist die aktuelle Empfehlung ...

                                        1 Reply Last reply Reply Quote 0
                                        • O
                                          OliTheo last edited by

                                          so HAM noch einmal installiert und vorher node korrigiert:

                                          folgende Warungen:

                                          1. WARN deprecated gulp-util@3.0.8: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5

                                          2. WARN deprecated graceful-fs@3.0.11: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js

                                          3. WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue

                                          4. WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue

                                          5. npm WARN deprecated graceful-fs@1.2.3: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js

                                          Hat jemand eine Idee wie ich die updaten kan punkt 2-5 und was mit Punkt 1 ist.

                                          Zusätzlich habe ich noch 6) npm notice created a lockfile as package-lock.json. You should commit this file.

                                          Punkt 6 kann ich wohl ignorieren.

                                          Vielen Dank für die Hilfe

                                          Gruss

                                          OliTheo

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

                                            Alles ignorieren, sind nur warnungen die du nicht beeinflussen kannst. Irgendeiner deiner Adaoter hat da was drin … das müssen die Entwickler angehen, aber nichts davon ist kritisch

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            795
                                            Online

                                            31.6k
                                            Users

                                            79.4k
                                            Topics

                                            1.3m
                                            Posts

                                            55
                                            343
                                            69626
                                            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