Open tomatenkopp opened 6 months ago
Hey there @sbidy, mind taking a look at this issue as it has been labeled with an integration (wiz
) you are listed as a code owner for? Thanks!
(message by CodeOwnersMention)
wiz documentation wiz source (message by IssueLinks)
Just wanted to try this out as well - and I experience the same phenomenon - effect settings are silently discarded. v2024.5 here, not sure what the last working version was, as I never used it before.
I'm having the same issue. I can select the effect then the effect changes the light as interested. When I have the scene, it doesn't save the effect.
Specifically I am trying to toggle between "Daylight" for all lights in a group and "TV Time" for a select couple of lights while the remaining lights get turned off.
Core 2024.5.5 Supervisor 2024.05.1 Operating System 12.3 Frontend 20240501.1
Bumping this as this is still an issue while setting up scenes in home assistant; but as a work around you can make a script -> lights -> toggle on even if on -> Effects - you manually enter the Effect name from Wiz and it should activate/toggle the pre-existing Wiz scenes/effects.
huh, that works but is annoying it won't save scenes with effects properly.
There is another way to handle the issue with scene using Wiz lights but this is also a pain. Once you make your scene you have to go into the scene using code editor and remove the following lines from each entity:
color_mode: color_temp brightness: 201 color_temp_kelvin: 2702 color_temp: 370 hs_color:
this seems to work for me.
The problem
A scene with a WiZ rgb light doesn't store the selected effect any more (like "fireplace" or "candlelight"). It can be selected and seems to be saved, but on reentering the scene, the selected effect is off by default. Static settings like color, brightness etc. are stored (fortunately) This error exists since 2024.4.x prior to that version effects are storable settings.
What version of Home Assistant Core has the issue?
2024.4
What was the last working version of Home Assistant Core?
2024.3
What type of installation are you running?
Home Assistant OS
Integration causing the issue
wiz
Link to integration documentation on our website
https://www.home-assistant.io/integrations/wiz/
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
No response