Temporarily disable, or bypass, a motion detector.

gym4im

Member
[background=rgb(230, 237, 245)]Have tried doing this several times but unsuccessful, in programming my OmniPro II. I have fans and lights that operate according to room occupancy. However, I am trying to over-ride the motion to shut a fan or light off temporarily. I am including lines:[/background]

[background=rgb(230, 237, 245)]WHEN lrflag ON[/background]
[background=rgb(230, 237, 245)]THEN BYPASS ZONE living room[/background]
[background=rgb(230, 237, 245)]THEN living room fan OFF[/background]


[background=rgb(230, 237, 245)]Then I restore the zone when I toggle the user button. However, motion in the room still turns the fan on when I want it off.[/background]

[background=rgb(230, 237, 245)]I am probably missing something very basic here but can't think of it.[/background]

[background=rgb(230, 237, 245)]Any pointers wold certainly be appreciated.[/background]

[background=rgb(230, 237, 245)]Thanks.[/background]
 
Just add condition to the block that turns the fan based on motion:

AND IF [background=rgb(230, 237, 245)]lrflag OFF[/background]

[background=rgb(230, 237, 245)]It will work when the flag is off and won't turn fans on when the flag is on[/background]
 
Back
Top