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
I have a situation where I consistently switch my lighting on and off with presence detectors. But sometimes I want to change the brightness and color temperature set by AL.
Already understood that this is possible -> take_over_control. But if you leave the room for a moment and the presence detector switches the light entity off, the AL control is used again the next time you switch it on.
The idea is to to realize the following:
The lamps remain in the manually set settings until someone triggers a reset via service call.
In this case, there would be various ways to use the whole thing.
if the presence detector does not realize any presence for more than a certain time, an automation calls the reset service.
the button to call the reset service is only displayed in the dashboard by conditions if the corresponding light is in manual mode (can this actually be read out?).
Presumably this can be done even more.
Does anyone have any ideas? The bottom line is the following. How can you prevent “manually controlled” from being reset by switching the entity off and on and where is this “manually controlled”-attribute written?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey guys,
I have a situation where I consistently switch my lighting on and off with presence detectors. But sometimes I want to change the brightness and color temperature set by AL.
Already understood that this is possible -> take_over_control. But if you leave the room for a moment and the presence detector switches the light entity off, the AL control is used again the next time you switch it on.
The idea is to to realize the following:
The lamps remain in the manually set settings until someone triggers a reset via service call.
In this case, there would be various ways to use the whole thing.
Presumably this can be done even more.
Does anyone have any ideas? The bottom line is the following. How can you prevent “manually controlled” from being reset by switching the entity off and on and where is this “manually controlled”-attribute written?
thanks a lot for every idea!
Beta Was this translation helpful? Give feedback.
All reactions