So I have multiple scenes for my room. In the evening, theres a motion sensor which currently activates one specific scene in my room. Sometimes I want to have another scene activated (different colors or brightness), then I can activate it via my dashboard. But when I move again the old automatic scene turns on. Is there any way that the last selected scene gets activated when my motion sensor triggers? Or is there a much better way to solve this?
#Specific Scene activation
1 messages · Page 1 of 1 (latest)
You could keep track of the scene that should be applied in a helper, input_text/input_select, and use that for the motion sensor. After whatever criteria (certain time, states change, etc), you could revert it back to the "default"
Also the state of each scene is its last activation time, so helper may not be required if you just check each scene's state for most recently activated.