hier mal meine config.json im Ausschnitt.
User geht beim Repeater nicht, deswegen ist der leer. Aber auch mit dem User der FritzBox gehts nicht.
Code
{
"platform": "FritzPlatform",
"name": "FritzBox",
"host": "fritz.box", --->> alternativ "IP-adresse"
"port": 49000,
"type": "cable",
"timeout": 5,
"username": "xxx",
"password": "xxx",
"polling": 10,
"wifi": {
"2.4ghz": true,
"5ghz": true,
"guest": false,
"wps": false
},
"options": {
"deflection": false,
"answeringMachine": false,
"devicelock": false,
"debug": false,
"phoneBook": false,
"broadband": {
"disable": true,
"maxTime": 5,
"polling": 60
}
},
"presence": {
"Peter": "B8:xx:AC:xx:73:xx",
"Susanne": "xx:3E:xx:23:xx:3F",
"delay": 30,
"type": "motion",
"telegram": false,
"token": "TOKENHERE",
"chatID": "CHATIDHERE",
"messages": {
"anyone": "Willkommen zu Hause @",
"noone": "Niemand zu Hause !"
}
},
"repeater": {
"FritzRepeater": {
"disable": false,
"ip": "192.168.178.2",
"port": 49000,
"username": "",
"password": "xxx",
"led": true,
"wifi": {
"2.4ghz": true,
"5ghz": true,
"guest": false
}
}
}
}
Alles anzeigen