I’ve read all the topics about the problems with flux_led, but nothing seems to match my situation.
I have a couple of noname Wifi led controllers that have the common problem of not being able to change the color or the brightness. I’ve tested it with and without ‘ledenet’ as protocol with no effect. The strange thing is, that if I install flux_led with pip3 and use the command “flux_led 192.168.178.XX -c 255,0,0”, it changes the color!
My hass configurations looks like:
light:
- platform: flux_led
devices:
192.168.178.XX:
name: testlamp
#protocol: 'ledenet'
There are no entries in the log…
Any ideas?