I ran into an issue with the light strips I have been using with the WLED integration and unsure of where the issue lies. I am not sure if its on the Home Assistant end or on the WLED end. For reference I am using a Dig-Octa LED controller board with a RGB+CCT led strip (WS2805 chip)
To summarize my issue, the color picker in the HA GUI never holds the correct color. It will change the LED colors when a color is clicked but the GUI will always fall back to rgb = 255, 203, 161 specifically. The color brightness and white brightness values will do the same thing as well, brightness can be changed and will be sent to the strip, but the GUI will always fall back to 100 color and 50 white brightness immediately after the change.
When digging into the Developer tools → States and attributes of the entity I get these values:
supported_color_modes:
- color_temp
- rgbw
effect: Solid
color_mode: color_temp
brightness: 31
color_temp_kelvin: 3902
color_temp: 256
hs_color:
- 26.862
- 36.674
rgb_color:
- 255
- 203
- 161
xy_color:
- 0.427
- 0.367
rgbw_color: null
I have tried setting the state of the color_mode to rgbw with an rgbw_color value and the GUI will react. However it falls back to color_temp after a few seconds and these same rgb values.
The question I have is will this led strip in a color mode of “color_temp”, why am I getting a separated color and white brightness slider in the GUI? If I check the attributes of my hue bulbs they run in a color_temp mode and don’t have separated color and white brightness sliders. I want this same behavior and seems like if my led strip is operating in the same mode HA should be treating it the same as a hue bulb.
To verify I did check one of the other led strips I have installed that is an actual rgbw strip. The GUI and attributes match as I would suspect for how these strips work.
Curious what the fix may be for getting proper support for led strips in color_temp mode and if its a fix that needs to be made on the WLED end or HA end.


