home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
73.8k stars 30.9k forks source link

Scene with WiZ light doesn't save (ignore) setting of selected effect #116402

Open tomatenkopp opened 6 months ago

tomatenkopp commented 6 months ago

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

home-assistant[bot] commented 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!

Code owner commands Code owners of `wiz` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Renames the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign wiz` Removes the current integration label and assignees on the issue, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


wiz documentation wiz source (message by IssueLinks)

umrath commented 6 months ago

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.

BigCrimpin commented 5 months ago

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

mcflyjunior commented 3 months ago

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.

image

BigCrimpin commented 1 month ago

huh, that works but is annoying it won't save scenes with effects properly.

jadamsky commented 3 weeks ago

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.