Hi.
I’m working on a cutom driver for RGB light and have one problem:
Color Wheel (or color picker) on light card does not return proper value of dimmed color I choose. From color picker I select e.g. “10,20,50” and in return I get color where at least one is set to 255, so e.g 10,255,50. - I’ve checked messages in driver drirectly and with MQTT explorer .
Sending color without color picker or color wheel, works just fine.
I observe this only while light is set as RGB, in RGBW I can select any color I want without problems.
So, is there a bug or I’m missing something ?