Du hast 2x platform, das geht so nicht.
Ich hab deine untere Platform zu den anderen Platformen gehängt, so passt es.
{
"bridge":{
"name":"Homebridge",
"username":"xxxxx",
"manufacturer":"homebridge.io",
"model":"homebridge",
"port":51826,
"pin":"031-45-154"
},
"description":"Home Smart Home",
"platforms":[
{
"name":"Config",
"port":8080,
"auth":"form",
"theme":"dark-mode-red",
"restart":"sudo -n systemctl restart homebridge",
"temp":"/sys/class/thermal/thermal_zone0/temp",
"tempUnits":"c",
"lang":"auto",
"sudo":true,
"log":{
"method":"custom",
"command":"journalctl -o cat -n 500 -f -u homebridge"
},
"platform":"config"
},
{
"name":"Camera FFmpeg",
"cameras":[
{
"name":"Schlafzimmer",
"videoConfig":{
"source":"-re -i rtsp://xxxxx:[email protected]:88/videoSub"
}
},
{
"name":"Kinderzimmer",
"videoConfig":{
"source":"-re -i rtsp://xxxx:[email protected]:90/videoSub"
}
}
],
"platform":"Camera-ffmpeg"
},
{
"name":"SmartThings-v2",
"app_url":"https://graph-eu01-euwest1.api.smartthings.com:443/api/smartapps/installations/",
"app_id":"xxxxxxxx",
"access_token":"xxxxxxxx",
"direct_port":8000,
"temperature_unit":"C",
"validateTokenId":false,
"logConfig":{
"debug":false,
"showChanges":false,
"hideTimestamp":false,
"hideNamePrefix":false,
"file":{
"enabled":true,
"level":"good"
}
},
"platform":"SmartThings-v2"
},
{
"debug":false,
"devices":[
{
"name":"FRITZ!Box",
"host":"192.168.178.1",
"port":49000,
"username":"xxxx",
"password":"xxxxx#",
"ssl":true,
"tr064":true,
"igd":false,
"master":true,
"connection":"dsl"
}
],
"presence":[
{
"ping":false
}
],
"callmonitor":{
"active":false,
"port":1012
},
"extras":{
"alarm":{
"active":false
},
"wakeup":{
"active":false
},
"ringlock":{
"active":false
},
"phoneBook":{
"active":false
}
},
"options":{
"polling":{
"timer":10
}
},
"telegram":{
"active":false
},
"platform":"FritzPlatform"
},
{
"name":"HarmonyHub",
"hubIP":"192.168.178.30",
"hubName":"xxxx",
"cleanCache":false,
"publishAllTVAsExternalAccessory":false,
"TVAccessory":true,
"configureAccesscontrol":false,
"platform":"HarmonyHubWebSocket"
},
{
"name":"Miele@home",
"clientID":"xxxxxx",
"clientSecret":"xxxxx",
"language":"de",
"pollInterval":60,
"platform":"Miele@home"
},
{
"platform":"warmup4ie",
"name":"WarmUP",
"username":"XXXXXXXXXXXX",
"password":"XXXXXXXXXXXX"
}
],
"accessories":[
{
"name":"Xiaomi Roborock",
"ip":"192.168.178.50",
"token":"xxxxxx",
"waterBox":false,
"silent":true,
"pause":false,
"pauseWord":"pause",
"findMe":false,
"findMeWord":"where are you",
"dock":false,
"delay":false,
"cleanword":"cleaning",
"roomTimeout":0,
"autoroom":false,
"accessory":"XiaomiRoborockVacuum"
},
{
"accessory":"Synology",
"name":"Diskstation",
"ip":"192.168.178.48",
"mac":"xxxx",
"port":"5001",
"secure":true,
"account":"xxx",
"password":"xxxxx",
"version":6,
"timeout":5000,
"disabled":[
"temp"
],
"doPolling":false,
"pollingInterval":120
}
]
}
Alles anzeigen