so hier mal die config
{
"bridge": {
"name": "Homebridge",
"username": "CC:22:3D:E3:CE:31",
"port": 51826,
"pin": "031-45-154"
},
"accessories": [{
"name": "Xiaomi Mi Robot Vaccum 2st Generation",
"ip": "192.168.0.180",
"token": "6f7a59594a3347646e334c667a4a4f53",
"pause": true,
"dock": true,
"accessory": "XiaomiRoborockVacuum"
}],
"platforms": [{
"name": "Config",
"port": 8080,
"auth": "form",
"theme": "dark-mode",
"restart": "sudo -n systemctl restart homebridge",
"temp": "/sys/class/thermal/thermal_zone0/temp",
"tempUnits": "c",
"sudo": true,
"log": {
"method": "custom",
"command": "journalctl -o cat -n 500 -f -u homebridge"
},
"platform": "config"
},
{
"platform": "NukiBridge",
"bridge_url": "192.168.0.94:8080",
"api_token": "XmjeUQ",
"cache_directory": "./.node-persist/storage",
"locks": [{
"id": "14BCEF25",
"name": "Wohnungstür",
"usesDoorLatch": true
}]
},
{
"platform": "SoundTouchPlatform",
"name": "SoundTouch",
"accessories": [{
"name": "Bose Soundtouch Küche",
"ip": "192.168.0.59",
"onVolume": 10,
"unmuteVolume": 30,
"source": "true",
"volume": {
"mode": "lightbulb"
},
"presets": [{
"index": 1,
"name": "Dies&Das"
},
{
"index": 2,
"name": "SWR 3"
},
{
"index": 3,
"name": "big fm"
}
]
}],
"global": {
"sources": [{
"source": "QPLAY",
"enabled": false
},
{
"source": "AUX",
"enabled": false
},
{
"source": "BLUETOOTH",
"enabled": false
}
]
}
},
{
"name": "Hue",
"users": {
"ECB5FAFFFE026E52": "K9SdfNmt0kPJaUBHnLHjBsEIVMrQgmiwoGiUuH85"
},
"hosts": [
"192.168.0.108"
],
"lights": true,
"nativeHomeKitLights": true,
"nativeHomeKitSensors": true,
"nupnp": true,
"resource": true,
"platform": "Hue"
},
{
"platform": "People",
"name": "People",
"threshold": 15,
"pingInterval": 1000,
"ignoreReEnterExitSeconds": 0,
"anyoneSensor": true,
"nooneSensor": true,
"webhookPort": 51828,
"people": [{
"name": "Lars",
"target": "192.168.0.193"
},
{
"name": "Lisa",
"target": "192.168.0.150"
}
]
}
]
wo ist der Fehler