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
When you turn a light on, change it so that it becomes manually controlled, turn it off, and then turn it on again, it would be nice if (there was an option so that) AL remembered that the light was manually controlled and left it alone. This is the way my old, very hacky pyscript-based solution worked.
Then, users could reset the manual_control list via an automation (e.g. every day at 3 a.m.).
The text was updated successfully, but these errors were encountered:
I also would like this feature. I use motion sensors to trigger my lights, so if I'm out of a room for more than a couple of minutes, the lights will turn off. So, I don't want them to reset just because they've been turned off. I can use the autoreset_control_seconds option or a nightly automation to disable manual control.
Hi there,
You could make an automation that triggers on manual_control events. Upon reception of the manual_control event, you could simply disable either switch.adaptive_lighting_<name> to not have AL control/reset the light when it turns on again. Alternatively, you can disable the switches for adapt_brightness and adapt_color.
Not a solution, but meets your needs I think.
Groetjes,
When you turn a light on, change it so that it becomes manually controlled, turn it off, and then turn it on again, it would be nice if (there was an option so that) AL remembered that the light was manually controlled and left it alone. This is the way my old, very hacky pyscript-based solution worked.
Then, users could reset the
manual_control
list via an automation (e.g. every day at 3 a.m.).The text was updated successfully, but these errors were encountered: