Hallo. Dies ist mein erster Post hier. Ich war schon öfter in diesem Forum als stiller mit Leser unterwegs. Deshalb schönen Gruss an die Community..
Nun habe ich auch ein Problem mit dem Plugin. Ich komme auch nicht mehr weiter mit meinen Versuchen. Ich hoffe das die Community mir helfen kann. Hier der Fehler der im Protokoll angezeigt wird:
[FritzPlatform] xxxxx (cable): An error occured during getting state!
[FritzPlatform] Error: Internal Server Error
at Object.exports.request (/usr/local/lib/node_modules/homebridge-fritz-platform/node_modules/@seydx/fritzbox/lib/request.js:78:21)
at runMicrotasks (<anonymous>)
at processTicksAndRejections (internal/process/task_queues.js:93:5)
at exports.requestXml (/usr/local/lib/node_modules/homebridge-fritz-platform/node_modules/@seydx/fritzbox/lib/request.js:213:20)
at Service.execAction (/usr/local/lib/node_modules/homebridge-fritz-platform/node_modules/@seydx/fritzbox/lib/service.js:133:20)
at Handler.get (/usr/local/lib/node_modules/homebridge-fritz-platform/src/accessories/router/router.handler.js:137:28)
at Handler.poll (/usr/local/lib/node_modules/homebridge-fritz-platform/src/accessories/router/router.handler.js:1046:11) {
title: 'Invalid Response',
code: 500,
url: 'https://xxxxx:xxxxxxx@xxxxxxx:49443/upnp/control/wanipconnection1'
JSON Konfig:
{
"name": "FritzPlatform",
"debug": true,
"warn": true,
"error": true,
"extendedError": true,
"devices": [
{
"active": true,
"name": "xxxx",
"host": "xxxxx",
"username": "xxxxx",
"password": "xxxxx",
"ssl": true,
"tr064": true,
"igd": false,
"wifiUnits": 2,
"master": true,
"connection": "cable"
}
],
"options": {
"polling": {
"timer": 15
}
},
"platform": "FritzPlatform"
}
Das Plugin lief schon bei mir einwandfrei nur nach dem Update geht nichts mehr.