@StefanWPF du solltest den Homebridge accessories manager im lokalen Modus Starten, im Wrapper Modus funktioniert es nicht!
und eine vollständige config.json sieht so aus:
{
"bridge": {
"name": "Homebridge",
"username": "50:02:91:E0:D4:CD",
"port": 51826,
"pin": "123-45-123"
},
"description": "Add configuration for your accessories or platforms according to the docs of the plugins.",
"accessories": [
{
"accessory": "WLEDSimple",
"name": "Kueche LED",
"apiroute": "http://192.168.178.47"
},
{
"accessory": "WLEDSimple",
"name": "Mood 1",
"apiroute": "http://192.168.178.93"
}
],
"platforms": []
}
Auch dachte ich das ich die Geräte in Yhaka Adapter per Datenpunkte hinzufügen muss, das war aber garnicht notwendig.
Im Prinzip war es simple und ich bin super happy das ich jetzt auch Color-Temperature einstellen kann.