-
Notifications
You must be signed in to change notification settings - Fork 0
Scene sync seems not to work with interpolate:true
#16
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
Comments
Could you share your full configuration? Do you have any schedules that turn off your lights? I'm asking because scene sync doesn't look at individual states in isolation; instead, it computes a "full picture" of your configuration. This is necessary since scenes always control all lights in a zone or room, meaning there's no way to control only a few lights via scenes and leave the others as is. Hue Scheduler tries to be smart about this "full picture", but it gets tricky for overlapping zones. Currently, it handles these cases by prioritizing states based on the zone size: states for smaller zones are treated as more specific and therefore override the light states of larger zones. It's a bit hard to explain without an example, but I hope this provides some insight. |
I had a closer look and actually found a sync issue with Thanks for bringing this to my attention! |
It took me a while to update here, sorry, but I haven't seen this issue since your last update, so I will close the issue. And also, thank you so much for making hue-scheduler, it works incredibly well! |
I have enabled scene sync and it seems to not work if within an interpolation window defined with
interpolate:true
. Example:Between 22:00 and nautical_dawn, the resulting scene has all lights turned off completely.
The text was updated successfully, but these errors were encountered: