Hi all!
I tried to configure my floalt light panel in a way that I only control the light temperature.
Basically, I want to turn a float light panel on and off with the tradfri remote control. The light color should automatically be set according to the current time by home assistant.
Unfortunately, I did not manage to change the light temperature without turning the lamp “on”.
Any recommendations?
Those scenes work but, but when I remove the “state: on”, the color temperature does not get adjusted, regardless of whether the lamp is switched off or on.
scene:
name: daytime
entities:
light.floalt_panel_ws_30x30:
state: on
brightness: 300
color_temp: 257.66590389016017
name: Nighttime
entities:
light.floalt_panel_ws_30x30:
state: on
brightness: 300
color_temp: 457.66590389016017
Thanks alot. Flux seems the right way to do it.
I played around with the Flux component, unfortunatly I did not get it to work yet.
Strange thing is that it starts with 2300 kelvin, and does not get whiter. I also tried to interchange the start_color and stop_color. - This leads to starting with 4000 kelvin, but than it does not get warmer…