You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The work on the integration is highly appreciated.
App Version: 0.0.1
Description:
Creation of Scenes is supposed to work in LIVE-MODUS (live mode in English? My HASS is set to German.), where entities can be set to the desired state and the set states are stored in the Scene.
For my JETSTRÖM light, I can set whatever I want. The set state for the light is always some green colour.
The YAML configuration mode shows, that the parameter 'color_mode' is set to hs, regardless what was chosen in LIVE-MODUS. hs is also shown two times in suported_color_modes, which seems weird to me.
After changing color_mode to color_temp and setting color_temp_kelvin and color_temp to the desired values (3000 and 250 in my case) in YAML, the Scene works fine.
After switching from YAML to GUI-Mode for Scene Creation, the Scene works fine.
After turning on LIVE-MODUS, color_mode is set to hs and the lamp is green again.
Workaround (in case, somebody with the same problem comes across this Issue):
Set everything up in YAML and don't do anything in LIVE-MODUS.
If you want to add further Entities in LIVE-MODUS, change the values for JETSTRÖM in YAML after work in LIVE-MODUS is done.
The text was updated successfully, but these errors were encountered:
Today I found out, that color_temp_kelvin seems to do nothing, only color_temp in mireds seems to affect the colour temperature. Here's the yaml that appears to work:
I guess, the other colour definitions could be removed, i.e. hs_color, rgb_color and xy_color, but I didn't test, which parameters are really needed in the configuration.
Preface:
Description:
hs
, regardless what was chosen in LIVE-MODUS.hs
is also shown two times insuported_color_modes
, which seems weird to me.color_mode
tocolor_temp
and settingcolor_temp_kelvin
andcolor_temp
to the desired values (3000 and 250 in my case) in YAML, the Scene works fine.color_mode
is set tohs
and the lamp is green again.Workaround (in case, somebody with the same problem comes across this Issue):
The text was updated successfully, but these errors were encountered: