Desert_AIP
Senior Member
Code:
34. WHEN OFF
WHEN ARM AWAY
WHEN ARM NIGHT
WHEN ARM VACATION
THEN PROGRAM RESTORE ALL ZONES
THEN SET Exit Countdown Timer TO 0
35. WHEN ARM DAY
WHEN ARM AWAY
WHEN ARM VACATION
THEN PROGRAM BYPASS Garage Entry Door
THEN PROGRAM BYPASS Garage Door Bay 1&2
THEN PROGRAM BYPASS Garage Motion
THEN Exit Countdown Timer ON FOR 12 MINUTES
36. WHEN Exit Countdown Timer OFF
AND IF House Occupied Flag OFF
THEN PROGRAM RESTORE Garage Entry Door
THEN PROGRAM RESTORE Garage Motion
37. WHEN Garage Door Bay 1&2 SECURE
WHEN Exit Countdown Timer OFF
THEN PROGRAM RESTORE Garage Door Bay 1&2
I have Auto Bypass on. This allows me to arm the system with a zone open (like the garage door).
But I don't want to arm the system with a window or other zone open, so line 34 restores all zones as soon as arming starts.
It's like not having auto bypass on, but you don;t have to close up the house to arm the system. Higher WAF.
I have a separate code block that checks for open windows and gives me a voice warning.
Line 35 gives me an exit path, door to the garage, garage motion, and garage door. I have 12 minutes to get out of the garage and close the door.
If I need to come back inside, the door from the house to the garage is bypassed for the same period.
Line 36 restores the door to the garage and garage motion in AWAY/VACATION only. That way I can go in and out of the garage in DAY mode.
Line 37 restores the garage door at either the end of the 12 minutes, or once the door closes - whichever is first.
This allows the system to be armed as soon as possible after leaving.
It also arms the system whether or not the outer door is closed.
So if I forget to clse the door, the alarm will trip after the delay, and I'll get a call on my cell phoine to remind me to go home and close the door.