I'm trying to do motion lighting with multiple conditions, but running into issues where I want only one of the conditions to be evaluated for actions for true/false. Is this possible?
Scenario:
Condition 1: illuminance <1000
Condition 2: motion is active in room
Condition 3: switch is On (this is a TV that reports status to Hubitat).
Rule 1: Actions on condition 1 and 2 BOTH true: turn on lights (Condition 3 irrelevant)
Rule 1: Actions on condition 2 false: Delay by 10 mins, Cancel. (condition 3 irrelevant)
Rule 2: actions on condition 3 true: pause rule 1, and change color of lights to blue and set level.
I was trying to do it in motion lighting, but kept on failing, and moved to Rule machine, and think this will work. Thoughts? I've tested it somewhat....but I also thought I had tested it in Motion lighting but missed some scenarios.