Also "zumüllen" würde ich das nicht nennen, es kann sich ja jeder davon aktivieren, was gerade gebraucht wird. Für Anfänger kann das ja auch ganz hilfreich sein. Für einen Anfänger, wie mich ist es aber blöd, wenn die Config plötzlich nicht mehr tut. Daher habe ich auch nicht schlecht gestaunt, daß ein Plugin die Config so einfach ohne eine Rückmeldung editieren kann. Jetzt rätsle ich, warum ich das DECT-Graffel nicht erreichen kann. Die Config sieht derzeit so aus:
{
"bridge": {
"name": "Homebridge",
"username": "CC:22:3D:E3:CE:30",
"port": 51826,
"pin": "xxx-xx-xxx"
},
"description": "Home Smart Home",
"platforms": [
{
"platform": "config",
"name": "Config",
"port": 8080,
"auth": "form",
"theme": "red",
"restart": "sudo -n systemctl restart homebridge",
"temp": "/sys/class/thermal/thermal_zone0/temp",
"sudo": true,
"log": {
"method": "systemd",
"service": "homebridge"
}
},
{
"platform": "FritzPlatform",
"devices": {
"NeuerFritz": {
"active": true,
"host": "192.168.2.1",
"port": 49000,
"username": "xxxx",
"password": "xxxxxxxxxxxxxxxx",
"type": "dsl",
"master": true,
"mesh": true,
"readOnly": false,
"options": {
"reconnect": false,
"wifi2": [
false,
false
],
"wifi5": [
false,
false
],
"wifiGuest": [
false,
false
],
"phoneBook": true,
"wps": [
false,
false
],
"aw": [
false,
false
],
"deflection": [
false,
false
],
"led": [
false,
false
],
"lock": [
false,
false
]
}
},
"FRITZ!WLAN Repeater 450E": {
"active": false,
"host": "192.168.2.114",
"port": 49000,
"username": "",
"password": "",
"type": "",
"master": false,
"mesh": false,
"readOnly": false,
"options": false
}
},
"smarthome": {
"Heimkino": {
"type": "switch",
"ain": "xxxxxxxxxxxx",
"tempSensor": true,
"unit": "celsius"
},
"Regler_Arbeitszimmer": {
"type": "thermo",
"ain": "xxxxxxxxxxxx",
"unit": "celsius",
"heatValue": 5,
"coolValue": 5,
"windowSensor": false
},
"Regler_Schlafzimmer": {
"type": "thermo",
"ain": "xxxxxxxxxxxx",
"unit": "celsius",
"heatValue": 5,
"coolValue": 5,
"windowSensor": false
},
"Regler_Musikzimmer": {
"type": "thermo",
"ain": "xxxxxxxxxxxx",
"unit": "celsius",
"heatValue": 5,
"coolValue": 5,
"windowSensor": false
},
"Regler_Bad": {
"type": "thermo",
"ain": "xxxxxxxxxxxx",
"unit": "celsius",
"heatValue": 5,
"coolValue": 5,
"windowSensor": false
},
"Regler_Flur": {
"type": "thermo",
"ain": "xxxxxxxxxxxx",
"unit": "celsius",
"heatValue": 5,
"coolValue": 5,
"windowSensor": false
},
"Regler_Kinderzimmer": {
"type": "thermo",
"ain": "xxxxxxxxxxxx",
"unit": "celsius",
"heatValue": 5,
"coolValue": 5,
"windowSensor": false
},
"Regler_Kueche": {
"type": "thermo",
"ain": "xxxxxxxxxxxx",
"unit": "celsius",
"heatValue": 5,
"coolValue": 5,
"windowSensor": false
}
},
"callmonitor": {
"active": false,
"ip": "192.168.2.1",
"port": 1012,
"country": "DE",
"incomingTo": [],
"outgoingFrom": []
},
"presence": {
"user": [
{
"active": true,
"name": "xxxx",
"address": "xx:xx:xx:xx:xx:xx"
},
{
"active": true,
"name": "xxxx",
"address": "xx:xx:xx:xx:xx:xx"
},
{
"active": true,
"name": "xxxx",
"address": "xx:xx:xx:xx:xx:xx"
}
],
"anyone": true,
"offDelay": 90,
"onDelay": 15
},
"alarm": {
"active": false,
"telNr": "01234567890",
"duration": 30
},
"wakeup": {
"active": false,
"internNr": "**HIERINTERNENR",
"duration": 60
},
"ringlock": {
"active": false,
"DECTphones": 1,
"start": "22:00",
"end": "06:00"
},
"broadband": {
"active": false,
"measureTime": 5
},
"extReboot": {
"active": false,
"cmdOn": "sh /PFAD_ZUM_SCRIPT/reboot-start.sh",
"cmdOff": "sh /PFAD_ZUM_SCRIPT/reboot-finished.sh"
},
"wol": [
{
"active": false,
"name": "Test Device",
"address": "00:00:00:00:00:00"
}
],
"telegram": {
"active": false,
"token": "",
"chatID": "",
"presence": {
"in": "",
"out": "",
"anyoneIn": "",
"anyoneOut": ""
},
"callmonitor": {
"incoming": "",
"disconnected": ""
},
"alarm": {
"activated": "",
"deactivated": ""
},
"extReboot": {
"start": "",
"finish": ""
}
},
"debug": false,
"disableAutoSearch": false,
"clearCache": false,
"polling": 10,
"timeout": 10
}
],
"accessories": [
{
"accessory": "MagicHome",
"name": "Bett",
"ip": "192.168.2.103",
"setup": "RGBWW",
"purewhite": true,
"singleChannel": false
}
],
"id": "config"
}
Alles anzeigen
Zumindest Presence läuft wieder. In der Vergangenheit hatte ich das Problem, daß Anwesenheiten festgestellt wurden, obwohl das entsprechende iPhone nicht an Bord war. Liegt aber wahrscheinlich an der FritzBox. Das Weibchen war samt Smartphone unterwegs und trotzdem zeigte es die FritzBox als ins WLAN eingebucht.