Ich nutze das homebridge-fritz-platform plugin mit dieser config:
Code
{
"name": "FritzPlatform",
"warn": true,
"error": true,
"extendedError": true,
"devices": [
{
"active": true,
"name": "FritzBox 7590",
"host": "192.168.178.1",
"username": "homebridge",
"password": "xxxxxxxx",
"ssl": true,
"tr064": true,
"igd": false,
"model": "7590",
"serialNumber": "xxxxxxxx",
"wifiUnits": 2,
"master": true,
"connection": "dsl"
}
],
"smarthome": [
{
"active": true,
"name": "Wohnzimmer Thermostat",
"ain": "xxxx xxxx",
"accType": "thermostat"
},
{
"active": false,
"name": "Badezimmer Thermostat",
"ain": "xxxx xxxx",
"accType": "thermostat"
},
{
"active": true,
"name": "Schlafzimmer Thermostat",
"ain": "xxxx xxxx",
"accType": "thermostat"
},
{
"active": true,
"name": "Küche Thermostat",
"ain": "xxxx xxxx",
"accType": "thermostat"
}
],
"options": {
"polling": {
"timer": 15
}
},
"_bridge": {
"username": "xx:xx:xx:xx:xx:xx",
"port": 58244
},
"platform": "FritzPlatform"
},
Alles anzeigen
Das läuft auch, Thermostate sind sichtbar und die FritzBox taucht als Switch in Homebridge und Homeklit auf, letzteres ist auch ein Feature. Nur möchte ich die FritzBox nicht als Switch haben. Gibt es hier eine Möglichkeit das direkt über die Plugin config zu lösen ohne das in Homebridge/Homekit zu verstecken?