Frage: Aus welchem Grund sollte ich den Pfad des Streams aus der DS in Homebridge verwenden, wenn ich den Stream der Kamera direkt verwenden kann? Oder ist der Pfad identisch und Synology hilft einem dabei, den Stream-Pfad zu finden?
Beiträge von aaaha
-
-
Hi zusammen,
ich habe zwei unterschiedliche Geräte (Comet DECT Heizkörperthermostat via Fritzbox und ein Ventilator (geschaltet über 433MHz Steckdose)) die hin und wieder "Keine Antwort" erzeugen. Workaround: Home-App schließen (via Taskmanager) und neu öffnen.
/var/log/homebridge.log
und
/var/log/homebridge.err
zeigen keine Auffälligkeiten.
Ich nutze zur Ansteuerung der Thermostate homebridge-fritz und für die Steckdosen homebridge-http.
Das hier ist meine .json
Code
Alles anzeigen{ "bridge": { "name": "...", "username": "...", "port": ..., "pin": "..." }, "accessories": [ { "name": "Luftsensor", "accessory": "airrohr", "json_data": "http://192.168.../data.json", "sensor_id": "<...>", "update_interval_seconds": 120 }, { "accessory": "Http", "name": "...", "switchHandling": "yes", "http_method": "GET", "on_url": "http://192.168.../remote/index.php?group=00000&sys=1&switch=24&action=1&delay=0", "off_url": "http://192.168.../remote/index.php?group=00000&sys=1&switch=24&action=0&delay=0", "status_url": "http://192.168.../remote/status.php?sys=1&group=00000&switch=24", "service": "Switch", "brightnessHandling": "no", "brightness_url": "", "brightnesslvl_url": "", "sendimmediately": "", "username" : "", "password" : "" }, { "accessory": "Http", "name": "Ventilator", "switchHandling": "yes", "http_method": "GET", "on_url": "http://192.168.../remote/index.php?group=00000&sys=1&switch=04&action=1&delay=0", "off_url": "http://192.168.../remote/index.php?group=00000&sys=1&switch=04&action=0&delay=0", "status_url": "http://192.168.../remote/status.php?sys=1&group=00000&switch=04", "service": "Switch", "brightnessHandling": "no", "brightness_url": "", "brightnesslvl_url": "", "sendimmediately": "", "username" : "", "password" : "" }, { "accessory": "Http", "name": "...", "switchHandling": "yes", "http_method": "GET", "on_url": "http://192.168.../remote/index.php?group=00000&sys=1&switch=16&action=1&delay=0", "off_url": "http://192.168.../remote/index.php?group=00000&sys=1&switch=16&action=0&delay=0", "status_url": "http://192.168.../remote/status.php?sys=1&group=00000&switch=16", "service": "Switch", "brightnessHandling": "no", "brightness_url": "", "brightnesslvl_url": "", "sendimmediately": "", "username" : "", "password" : "" }, { "accessory": "Http", "name": "...", "switchHandling": "yes", "http_method": "GET", "on_url": "http://192.168.../remote/index.php?group=00000&sys=1&switch=08&action=1&delay=0", "off_url": "http://192.168.../remote/index.php?group=00000&sys=1&switch=08&action=0&delay=0", "status_url": "http://192.168.../remote/status.php?sys=1&group=00000&switch=08", "service": "Switch", "brightnessHandling": "no", "brightness_url": "", "brightnesslvl_url": "", "sendimmediately": "", "username" : "", "password" : "" } ], "platforms": [ { "platform": "HarmonyHub", "name": "Harmony Hub" }, { "platform": "Fritz!Box", "name": "My FritzBox", "username": "...", "password": "...", "url": "http://192.168...", "interval": 30, "hide": ["wifi"], "concurrent": false, "options": { "strictSSL": false } } ] }Wie und wo kann ich weiter zum debuggen ansetzen


-
Habe alles dort in ein temp-Verzeichnis gepackt, Homebridge neu gestartet und das .err-Log blieb diesmal leer.
Hat geklappt. Vielen Dank.
-
Ah... "set group ownership", damit es nicht mehr im home-Verzeichnis gelistet wird. Ok danke!
Soll ich alles, was mit Harmony zu tun hat dort löschen?
... ~/node_modules $ ls -l | grep homebridge
drwxr-xr-x 6 root root 4096 Jul 6 08:17 homebridge
drwxr-xr-x 3 root root 4096 Jun 8 10:19 homebridge-harmonyhub
drwxr-xr-x 4 root root 4096 Jul 6 07:57 homebridge-hue
drwxr-xr-x 4 root root 4096 Jul 6 07:57 homebridge-lib
Edit: homebridge-lib z.B. fehlt im anderen (richtigen) Verzeichnis.
-
Hallo zusammen,
ich habe in meinem harmony.err Logfile folgende Einträge:
[2018-7-nn 08:17:29] Warning: skipping plugin found at '/usr/local/lib/node_modules/homebridge-harmonyhub' since we already loaded the same plugin from '/home/pi/node_modules/homebridge-harmonyhub'.
[2018-7-nn 08:17:29] Warning: skipping plugin found at '/usr/local/lib/node_modules/homebridge-hue' since we already loaded the same plugin from '/home/pi/node_modules/homebridge-hue'.
Welches Verzeichnis ist nun das „wahre“ Verzeichnis und welches kann ich löschen (bzw. testweise erst mal umbenennen)?
Vielen Dank für Eure Hilfe im Voraus!