Sieht so aus, als steckte ein accessory in den platforms.
okay... also ich bin jetzt komplett am Ende mit meinen Ideen. Ich poste dann mal meine config.json nachdem ich da alles mögliche an Müll rausgeworfen habe.
{
"bridge": {
"name": "Homebridge",
"username": "xx:xx:B:E3:xx:30",
"port": 51826,
"pin": "111-11-111"
},
"description": "Home Smart Home",
"platforms": [{
"platform": "Info",
"port": 9876,
"name": "Homebridge Info Server",
"updateFrequency": 11000,
"updateCheckFrequency": 86400
},
{
"platform": "TuyaLan",
"devices": [{
"name": "Steckdose",
"type": "Outlet",
"manufacturer": "Cotify",
"model": "Blitzwolf Steckdose",
"id": "1111111111",
"key": "xxxxxxxx"
}]
},
{
"platform": "Hue",
"users": {
"xxxxxxxxx": "xxxxxxxxxx"
},
"lights": true,
"sensors": false,
"nativeHomeKitSensors": false,
"nativeHomeKitLights": false,
"excludeSensorTypes": [
"CLIPPresence",
"Geofence"
]
},
{
"name": "Homebridge Config Webinterface",
"port": 8080,
"auth": "form",
"theme": "blue-grey",
"restart": "sudo -n systemctl restart homebridge",
"temp": "/sys/class/thermal/thermal_zone0/temp",
"tempUnits": "c",
"sudo": true,
"log": {
"method": "systemd",
"service": "homebridge"
},
"platform": "config"
}
],
"accessories": []
}