Omnipro II security settings

hurricne

Member
I am wondering if it is possible to set "night" security and have one or two of my motion detectors active (in the basement), while the rest are inactive?  Is this a possibility to program in PC Access - or can I setup a custom security protocol (ie, night1) to achieve something like this?  
 
I have GE motion sensors with a repeater.
 
 
Thanks,
 
 
 
 
You can easily do this in automation code.  To bypass multiple zones when night mode set, just add multiple THEN code segments.
 
WHEN NIGHT
THEN PROGRAM BYPASS ZONE - x
THEN PROGRAM BYPASS ZONE - y
THEN PROGRAM BYPASS ZONE - z
 
hurricne said:
I am wondering if it is possible to set "night" security and have one or two of my motion detectors active (in the basement), while the rest are inactive?  Is this a possibility to program in PC Access - or can I setup a custom security protocol (ie, night1) to achieve something like this?  
 
Wouldn't defining those basement motion zones as Night Interior give you what you want?
 
Just to clarify - the sensors were on away interior and I switched the ones I wanted to night interior.  Those sensors I changed will still be active when set to "Away" correct?
 
hurricne said:
Just to clarify - the sensors were on away interior and I switched the ones I wanted to night interior.  Those sensors I changed will still be active when set to "Away" correct?
 
Yes.  An Away Interior zone will be armed in Away mode, but not Night mode.  Night Interior zones will be armed in both modes.  
 
Back
Top