OmniPro II programming question - turn on lights when security disarmed within garage

craigham

Member
Hi,
 
I would like to turn on certain lights within when I come home and park in the garage.
 
It doesn't seem as easy as triggering when the alarm goes from away to disarmed, because I really only want to run the script when I disarm from the garage.  Not if I disarm from the two touchscreens within the house.
 
Is there a way I can tell from where the security was disarmed?
 
thanks,
craig
 
 
I use the garage door zone to trigger the interior lights.
This block only triggers if the garage door opens when the alarm is armed in Away.
 

Code:
WHEN Garage Bay Door NOT READY
    AND IF AWAY
        THEN Downstairs Hall Lights ON
        THEN Kitchen Lights ON
 
Agree with Desert. I use the same setup so the lights are on as your pulling in, not after. Wife loves it too
 
Here I added a couple of "pieces" to the garage stuff which helps with the lighting; IE: a PIR and an IP camera.
 
This gives me a bit more granularity for the HAI panel scripting.
 
Back
Top