How do I maintain current dim level when motion is detected and until no additional motion is detected? I have six overhead lamps tied to a Zooz dimmer. I have a motion control in the room. How do I…
When motion is detected, turn trigger the dimmer to a preset level. Lets say 30%. I raise the dimmer level to 50%.
How do I maintain that 50% level until there is no longer any motion? A pointer or pointers to examples would be so appreciated.
Reactor: one condition group with two conditions:
- Zooz dimmer is off (SwitchPower1/Status = 0)
- Motion detected (SecuritySensor1/Tripped = 1)
Action: run scene to set dimmer to 30%. The above condition group will not trip again if there is motion and the light is already on or has been changed to anything other than 0%.
Awesome tool! Thank you, thank you!