hier meine Config (ohne syntaxfehler):
Code
{
"bridge": {
"name": "Homebridge",
"username": "CC:22:3D:E3:CE:33",
"manufacturer": "homebridge.io",
"model": "homebridge",
"port": 51826,
"pin": "031-45-154"
},
"description": "Home Smart Home",
"platforms": [
{
"platform": "Shelly",
"name": "Shelly"
},
{
"name": "Config",
"port": 8080,
"auth": "none",
"theme": "red",
"restart": "sudo -n systemctl restart homebridge",
"temp": "/sys/class/thermal/thermal_zone0/temp",
"tempUnits": "c",
"lang": "de",
"sudo": true,
"debug": true,
"log": {
"method": "custom",
"command": "journalctl -o cat -n 500 -f -u homebridge"
},
"platform": "config"
},
{
"platform": "FritzPlatform",
"disableAutoSearch": true,
"devices": {
"FFRITZ!Box 7590 JU": {
"active": true,
"host": "192.168.1.1",
"port": 49000,
"username": "homekit",
"password": "M1",
"concurrent": true,
"type": "dsl",
"master": true,
"mesh": true,
"readOnly": false,
"options": {
"wifi2": [
true,
false
],
"wifi5": [
true,
false
],
"wifiGuest": [
true,
false
],
"reconnect": true,
"wps": [
true,
false
],
"aw": [
true,
false
],
"deflection": [
true,
false
],
"led": [
true,
false
],
"lock": [
true,
false
]
}
}
},
"broadband": {
"active": true,
"measureTime": 5,
"polling": 30
},
"smarthome": {
"Dachfenster": {
"active": true,
"ain": "119340146648",
"devType": "contact"
},
"Heizkörper Küche": {
"active": true,
"ain": "099950106095",
"heatValue": 5,
"coolValue": 5,
"windowSensor": false,
"devType": "thermostat"
},
"Heizkörper bad": {
"active": true,
"ain": "117950189328",
"heatValue": 5,
"coolValue": 5,
"windowSensor": false,
"devType": "thermostat"
},
"Heizkörper Erik": {
"active": true,
"ain": "099950108926",
"heatValue": 5,
"coolValue": 5,
"windowSensor": false,
"devType": "thermostat"
},
"Heizung Keller": {
"active": true,
"ain": "087610082712",
"tempSensor": true,
"devType": "switch"
},
},
"presence": {
"user": [
{
"active": false,
"name": "Name",
"address": "MAC"
}
],
"anyone": false,
"offDelay": 90,
"onDelay": 15,
"ping": false
},
"polling": 10,
"timeout": 10,
"clearCache": false,
"debug": true,
"disableAutoConfig": true
},
{
"units": "si",
"interval": 5,
"stations": [
{
"nameNow": "Wetter ",
"service": "openweathermap",
"key": "f6c2d46bf3ee92a08ac5c0239ecd42xxx",
"locationGeo": [
49.1448852,
9.19830322
],
"locationCity": "Heilbronn DE",
"language": "de",
"compatibility": "both",
"conditionCategory": "detailed",
"now": true,
"extraHumidity": false
}
],
"platform": "WeatherPlus"
}
],
"accessories": [
{
"accessory": "DummySwitch",
"name": "My Switch 1",
"contact": true
}
],
"id": "f6c2d46bf3ee92a08ac5c0239ecd423"
}
Alles anzeigen