Rule help: multiple conditions

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.


I would use the switch being off as a condition for rule #1 instead of pausing the other rule. Because you then have to unpause it when the switch is off. I do this with "override" switches for some rooms. When I want to bypass motion turning lights off. What you have would probably work but I find it easier to use the switch as a condition rather than having a rule affect another rule. Just seems simpler to me. But it sees like what you have should work,