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).