Hallo Zusammen,
ich versuche gerade das FritzBox Plugin für die Homebridge zu installieren und komme nicht weiter. Ich hoffe ihr könnt mir helfen. 
Homebridge für Synology NAS
Node.js Version v12.15.0
Npm Version v6.13.4
{
"bridge": {
"name": "Homebridge A269",
"username": "xxx",
"port": xxx,
"pin": "xxx"
},
"accessories": [
{
"name": "Sonos",
"room": "Wohnzimmer",
"accessory": "Sonos"
}
],
"platforms": [
{
"platform": "Fritz!Box",
"name": "xxx",
"username": "xxx",
"password": "xxx",
"url": "http://192.168.178.1",
"interval": 60,
"hide": [
"wifi",
"<ain>"
],
"concurrent": false,
"wifiName": "Guest WLAN",
"options": {
"strictSSL": false
}
}
]
}
Alles anzeigen
Ich erhalte immer die Fehlermeldung:
Initializing Fritz!Box platform accessories failed - wrong user credentials?
hat jemand eine Idee?
Viele Grüße
Nils