jstrausd / homebridge-simple-wled

Homebridge Plugin to control WLED LED-Strips
ISC License
64 stars 18 forks source link

No WLED Control with Homekit #52

Open Hanimaniac opened 1 year ago

Hanimaniac commented 1 year ago

Hello Community,

my Problem is, that I can not control my wled over my home app. The only thing which is possible, is light dimming and turn on/off. I can't change the color or effects with Apple home app. (every control in home app is shown in the homebridge protocol/status).

Homebridge: 1.6.0 iOS: 16.1 homebridge-wled config:

{ "platform": "WLED", "wleds": [ { "name": "WLED", "host": "xxx.xxx.xxx.x", "effects": [ "Solid", "Rainbow", "Railway", "Random Colors" ], "log": true, "turnOffWledWithEffect": true, "showEffectControl": true } ] }

I hope someone can help. greets Hanimaniac

Hanimaniac commented 1 year ago

Edit 18.01.2023 Found out, that the effect "Railway" works over Home App, but no other effect. Is there a wrong spelling in the config?