-
-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scene activation doesn't lead to manually controlled lights #773
Comments
That is because of |
Oops, I misread the title. I will investigate. |
@JN-Jones could you please share how the scene is set up? Do you perhaps use device_ids? My suspicion is that the scenes are called in a way, which I’m currently not listening for in AL. |
I believe this refers to Hue scenes, activated within the Hue app. I also have the same issue. |
Hue scenes is a separate issue: #435 - Haven't tested properly with those yet but had issues with them in the past as well. @basnijholt I've set up the corresponding scene using the UI (bring all lights in the desired state and save as scene). I'll check whether configuring it via yaml works. |
Ok, seems this is not related to scenes but to a misunderstanding on my side. My lights are all hue lights so I also have the "room groups". However for AL I've only configured the individual lights as I usually use those in automations and so on. Only in this case I used the groups in the scene (as here I want all lights so, well, groups are easier). And for some reason I'm not sure anymore about I thought |
Thanks for reporting back! How do you think we could improve the docs to make sure this is clearer? 😄 |
Uh, good question. There's already a section regarding groups in the common issues section, maybe add to the note that it's not only a problem if the group is configured in AL and the lights are controlled individually but also the other way around, if the group is used but individual lights are configured? And maybe add Hue somewhere in the heading, at first I skipped over that section because I assumed it was talking about networks managed directly in HA via the Zigbee integration. |
Home Assistant Adaptive Lighting Issue Template
Bug Reports
If you need help with using or configuring Adaptive Lighting, please open a Q&A discussion thread here instead.
Before submitting a bug report, please follow these troubleshooting steps:
Please confirm that you have completed the following steps:
Required information for bug reports:
Please include the following information in your issue.
Issues missing this information may not be addressed.
devices.yaml
groups.yaml
configuration.yaml
server
:user
:password
:pan_id
:network_key
:log_syslog
if you use thisI've a scene "alarm" which sets all rgb lights to red and all lights to 100% brightness. However when activating that scene while all lights are off AL immediately takes control. Only when activating the scene while the lights are already on, AL switches them to manually controlled.
Note: The log above contains both cases, the initial scene activation which is then overwritten as well as the second activation.
The text was updated successfully, but these errors were encountered: