Hey Leute,
bin grade dabei das Plugin zu konfigurieren und bisher hat auch alles gut funktioniert, nur bei Broadband / Internetgeschwindigkeit wird mir immer (sowohl Download als auch Upload) 0 angezeigt.
Die Freigaben sind alle vorhanden und die anderen Dinge funktionieren auch.
FritzBox ist die 7590 mit Fritz!OS 7.21.
HB läuft auf Version 1.2.5 und Plugin homebridge-fritz-platform v5.0.20.
Hat hier jemand ne Idee woran das Liegt bzw. wie ich es beheben kann bei Google Github und hier hab ich noch nichts gefunden?
{
"name": "FritzPlatform",
"devices": [
{
"name": "FritzBox",
"host": "192.168.178.1",
"password": "XXXXX",
"ssl": true,
"tr064": true,
"igd": false,
"manufacturer": "AVM",
"model": "FritzBox 7590",
"serialNumber": "XXX",
"master": true,
"connection": "dsl",
"options": {
"wifi_2ghz": "switch",
"wifi_5ghz": "switch",
"led": "switch",
"broadband": "characteristic"
}
},
{
"name": "Fritz Repeater 2400",
"host": "192.168.178.2",
"password": "XXXX",
"ssl": true,
"tr064": true,
"igd": false,
"manufacturer": "AVM",
"model": "FritzRepeater 2400",
"serialNumber": "XXXX",
"master": false,
"connection": "repeater",
"options": {
"wifi_2ghz": "switch",
"wifi_5ghz": "switch",
"led": "switch"
}
},
{
"name": "Repeater 300E",
"host": "192.168.178.3",
"password": "XXXX",
"ssl": true,
"tr064": true,
"igd": false,
"manufacturer": "AVM",
"model": "FritzRepeater 300E",
"serialNumber": "XXXX",
"master": false,
"connection": "repeater",
"options": {
"wifi_2ghz": "switch"
}
}
],
"presence": [
{
"ping": false
}
],
"callmonitor": {
"active": false,
"port": 1012
},
"extras": {
"alarm": {
"active": false
},
"wakeup": {
"active": false
},
"ringlock": {
"active": false
},
"phoneBook": {
"active": false
}
},
"options": {
"polling": {
"timer": 10
}
},
"telegram": {
"active": false
},
"platform": "FritzPlatform"
}
Alles anzeigen