Yeah, I was in the same boat when testing it.
There’s two ways you can go about this:
- keep control over the LED brightness and colors;
- forget about controlling the brightness dynamically.
You can do both in different ways, for example I have made a profile with a custom way to use colors as value feedback called “Alt colors” in the cloud for the EN16. It has a custom function that dynamically assigns color to the LEDs instead of changing brightness. This way you’d have control over every aspect.
The other way is to use the above functions on the control element event itself as well to dynamically adjust both brightness and color at the same time.
This method sadly suffers from the LED going completely dark when the val is 0, since these min, mid, max functions seemingly don’t have beautify implemented.
