Your spacing is a bit up the creek, for consistency (and yaml pickiness) your spaces should be two spaces, not 3 or 4.
On the flux led page it mentions this…
Some devices such as the Ledenet RGBW controller use a slightly different protocol for communicating the brightness to each color channel. If your device is only turning on or off but not changing color or brightness try adding the LEDENET protocol.
light:
- platform: flux_led
devices:
192.168.1.10:
name: NAME
protocol: 'ledenet'
I don’t know if it will make a difference but maybe worth a try.
Also I noticed you are using absolute values rather that a %age like in the link you specified, so might be worth changing that as well.
I tried it with the “ledenet” protocol, but then I can´t control the brightness at all.
Is “transition” the right parameter for this action at all? I mean, there´s no transition to another color or such. Just reducing the brightness in a smooth way.
I found something with light fade in here, but that looks quite complicated:
Thanks for the hint, I will try it later. For now I´m glad if anything would work…
I just wanted it like the “Dim Lights when playing media” How-to, but it simply doesn´t work, meaning the automation will not be executed and I don´t know why. The only thing that works is that the lights turn off after the AV Receiver is powered off, so no need for posting that code.
This is my config for each section:
1, The Lights turn on when the AV Receiver starts, only after sunset
When playing media within kodi, the lights should be dimmed to 15%, and when pausing/stopping back to 100% (Sorry for the formatting. It just don´t get better for some reasons)
Did you finally solve it?
I’m trying to do the same, but no way somehow with this flux_led platform.
I also tried to use FLUX plafrotm as switch (ass addition to “light” with flux_led) and it’s just sets new brightness to 200 (which I have in setup for SWITCH).