NEWS
Devolo - Homebridge - klappt irgendwie nicht
-
Hallo zusammen!
Kann mir hier nochmal jemand helfen.
Ich habe HAM auf iobroker als Instanz laufen und habe unter dem Punkt "Konfigurationsdatei" das unten aufgeführte mit meiner IP und meinen Zugangsdaten eingetragen.
"platforms": [
{
"platform" : "Devolo",
"name" : "Devolo",
"host" : "x.x.x.x",
"email" : "mail@host.com",
"password" : "topsecret123"
}
]
Zuvor habe ich das u.a. gemacht und den Pi auch schon mehrmals durchgebootet:
****Install homebridge: npm install -g homebridge
Install homebridge-devolo plugin: npm install -g homebridge-devolo****
Wenn ich nun Debug einschalte, sehe ich aber keine UUID, GATEWAY usw., die ich ja, laut einem Forumeintrag, noch benötige, damit das ordnungsgemäß funktionieren soll.
Ich sehe im Debug aber leider nur:
cleaned everything up…
und
starting. Version 1.0.0 in /opt/iobroker/node_modules/iobroker.ham, node: v8.15.0
Das war´s. Mehr steht nicht im Log.
Müsste das Paket unter Linux nicht normalerweise hier zu finden sein?
root@raspberrypi:~# cd /opt/iobroker/node_modules/
Dort ist aber kein homebridge-devolo zu sehen:
__drwxr-xr-x 6 root root 4096 Jan 8 18:40 homebridge
drwxr-xr-x 6 iobroker iobroker 4096 Jan 8 17:57 homebridge-plugin-wrapper
drwxr-xr-x 4 iobroker iobroker 4096 Jan 4 12:47 homematic-xmlrpc
drwxr-xr-x 2 iobroker iobroker 4096 Jan 4 12:36 hosted-git-info__
Installiert ist es aber scheinbar:
****root@raspberrypi:/opt/iobroker# npm install -g homebridge-devolo
- homebridge-devolo@0.1.12
updated 1 package in 7.966s****
Irgendjemad eine Idee?
Danke!
-
Die Forum suche nach "ham devolo" bringt beispielsweise viewtopic.php?f=20&t=16526&p=215912&hil … lo#p215912 und andere ....
-
Hallo zusammen!
Kann mir hier jemand nochmal Unterstützung oder einen Tipp geben.
UUID usw. habe ich mittlerweile, ABER dann bekomme ich in der Konfigurationsdatei immer Fehler beim speichern. Ich verstehe nicht warum?
Wenn ich das so speichere, dann ist alle ok (Daten natürlich abgeändert):
{
"description": "Add configuration for your accessories or platforms according to the docs of the plugins.",
"accessories": [],
"platforms": [
{
"platform": "Devolo",
"name": "Devolo",
"host": "192.168.xxx.xx",
"email": "blabla@blabla.de",
"password": "blablub"
}
]
}
Packe ich aber die UUID usw. dabei kommt folgender Fehler:
SyntaxError: JSON.parse: expected ',' or '}' after property value in object at line 11 column 7 of the JSON data
{
"description": "Add configuration for your accessories or platforms according to the docs of the plugins.",
"accessories": [],
"platforms": [
{
"platform": "Devolo",
"name": "Devolo",
"host": "192.168.126.41",
"email": "blabla@blabla.de",
"password": "blablub"
"uuid": "x2x6x22X-2E0D-4E20-B57F-6E27CA1CC92F",
"gateway": "3446626400004507",
"passkey": "78J94YTUNHS3A334"
}
]
}
Zeile 11 ist die uuid-Zeile, Column 7 dann nach dem Doppelpunkt.
Was muss ich ändern????