I have an ESP32 led controller (quinled) with multiple outputs… I also have a few spots with 6000k and 2000k temperatures… while I can drive both channels separately (each as an individual entity within HA) - is it also possible to combine both channels to a single entity with “coloring” on it ?
I see the RGBCCT example, but my LED’s do not have full RGB…
found it … and topic can be closed … platform is cwww
light:
- platform: cwww
name: "Livingroom Lights"
cold_white: LED_channel_1
warm_white: LED_channel_2
cold_white_color_temperature: 6000 K
warm_white_color_temperature: 2000 K
effects:
- random:
name: "My Slow Random Effect"
transition_length: 60s
update_interval: 60s
- random:
name: "My Medium Random Effect"
transition_length: 30s
update_interval: 30s
- random:
name: "My Fast Random Effect"
transition_length: 10s
update_interval: 10s
- random:
name: "My Very Fast Random Effect"
transition_length: 1s
update_interval: 1s