Kann nur an einer fehlerhaften Config liegen, kannst du mal deine ganze config posten bitte
Ja, klar. Es erscheint im Log außerdem schon seit langem die Meldung:
[FritzPlatform] fritzBDG: Device seems to be offline (router)
obwohl diese zweite FB (hängt als IP-Client kabelgebunden an der ersten) problemlos anpingbar ist.
Code
{
"name": "FritzPlatform",
"devices": [
{
"active": true,
"name": "NeuerFritz",
"host": "192.168.2.1",
"port": 49000,
"username": "xxxx",
"password": "xxxxxxxxxxxxxxxxx",
"ssl": true,
"tr064": true,
"igd": true,
"manufacturer": "AVM",
"model": "7590",
"serialNumber": "12345678",
"master": true,
"readOnly": false,
"hide": false,
"connection": "dsl",
"options": {
"wifi_2ghz": "switch",
"wifi_guest": "switch",
"deflection": "switch"
}
},
{
"active": true,
"name": "fritzBDG",
"host": "192.168.2.111",
"port": 49000,
"username": "xxxx",
"password": "xxxxxxxxxxxxxxxxx",
"ssl": true,
"tr064": true,
"igd": true,
"manufacturer": "AVM",
"model": "7580",
"serialNumber": "12345678",
"master": false,
"readOnly": false,
"hide": false,
"connection": "repeater"
}
],
"presence": [
{
"active": true,
"name": "Bubo",
"address": "90:8C:43:25:5B:F9",
"accType": "occupancy",
"ping": true,
"threshold": 15
},
{
"active": true,
"name": "Lanya",
"address": "58:E2:8F:31:A8:6B",
"accType": "occupancy",
"ping": true,
"threshold": 15
},
{
"active": true,
"name": "Xandra",
"address": "4A:DA:CB:B4:84:4E",
"accType": "occupancy",
"ping": true,
"threshold": 15
}
],
"smarthome": [
{
"name": "24Volt",
"ain": "087610199258",
"energy": true,
"temperature": true,
"accType": "switch"
},
{
"name": "Regler-Arbeitszimmer",
"ain": "099950220417",
"temperature": true,
"window": false,
"battery": true,
"accType": "thermostat"
},
{
"name": "Regler-Schlafzimmer",
"ain": "099950215983",
"temperature": true,
"window": false,
"battery": true,
"accType": "thermostat"
},
{
"name": "Regler-Musikzimmer",
"ain": "099950218906",
"temperature": true,
"window": false,
"battery": true,
"accType": "thermostat"
},
{
"name": "Regler-Bad",
"ain": "099950221136",
"temperature": true,
"window": false,
"battery": true,
"accType": "thermostat"
},
{
"name": "Regler-Flur",
"ain": "109710492560",
"temperature": true,
"window": false,
"battery": true,
"accType": "thermostat"
},
{
"name": "Regler-Kinderzimmer",
"ain": "109710480104",
"temperature": true,
"window": false,
"battery": true,
"accType": "thermostat"
},
{
"name": "Regler-Kueche",
"ain": "099950349696",
"temperature": true,
"window": false,
"battery": true,
"accType": "thermostat"
}
],
"network": [
{
"name": "Camera",
"address": "32:6A:9F:14:3A:05",
"polling": 60,
"onDelay": 0,
"offDelay": 20
}
],
"callmonitor": {
"active": false,
"group": false,
"ip": "192.168.2.1",
"port": 1012
},
"extras": {
"alarm": {
"active": false,
"duration": 30,
"telNr": "017608154711",
"accType": "switch"
},
"wakeup": {
"active": false,
"internNr": "**HIERINTERNENR",
"accType": "characteristic"
},
"ringlock": {
"active": false,
"DECTphones": 1,
"start": "22:00",
"end": "06:00",
"accType": "characteristic"
},
"phoneBook": {
"active": false,
"blacklists": [
"Blacklist"
],
"accType": "characteristic"
}
},
"options": {
"presence": {
"anyone": true,
"onDelay": 30,
"offDelay": 90
},
"reboot": {
"on": "/var/lib/homebridgee/rebootOn.sh",
"off": "/var/lib/homebridge/rebootOff.sh"
},
"polling": {
"timer": 10,
"exclude": [
"router",
"extra"
]
}
},
"telegram": {
"active": false,
"messages": {
"presence": {
"user_in": "Welcome at home @",
"user_out": "Bye Bye @",
"anyone_in": "Someone is at home!",
"anyone_out": "Nobody at home!"
},
"callmonitor": {
"incoming": "Incoming call from @",
"outgoing": "Outgoing call to @",
"disconnected": "Call with @ disconnected"
},
"alarm": {
"activated": "Alarm activated",
"deactivated": "Alarm deactivated"
},
"reboot": {
"start": "@: Offline!",
"finish": "@: Online!"
},
"network": {
"on": "@ is in network!",
"off": "@ not in network!"
}
}
},
"platform": "FritzPlatform"
}
Alles anzeigen