I am trying to program Omni Pro II to speak a welcome message when a user disarms the system from away or night delay mode.
2. WHEN OUTSIDE MOTION NOT READY
AND IF AWAY
OR
AND IF NIGHT DELAY
THEN outside motion ON FOR 2 MINUTES
4. WHEN ENTRY TO GARAGE NOT READY
AND IF AWAY
OR
AND IF NIGHT DELAY
THEN entry to garage timer ON FOR 1 MINUTE
5. // greet sam when home
6. WHEN sam's code OFF
AND IF entry to garage timer ON
OR
AND IF outside motion ON
THEN SAY WELCOME HOME [Phrase 1]
7. // greet ann when home
8. WHEN ann's code OFF
AND IF outside motion ON
OR
AND IF entry to garage timer ON
THEN SAY WELCOME HOME [Phrase 2]
When panel is in away mode, opening entry to garage door turns on "entry to garage timer" but does'nt say the message after entering my code
The only time it will work is if I turn on "entry to garage timer" flag manually and enter sam's code while the system is disarmed or off.
What am I doing wrong here?
2. WHEN OUTSIDE MOTION NOT READY
AND IF AWAY
OR
AND IF NIGHT DELAY
THEN outside motion ON FOR 2 MINUTES
4. WHEN ENTRY TO GARAGE NOT READY
AND IF AWAY
OR
AND IF NIGHT DELAY
THEN entry to garage timer ON FOR 1 MINUTE
5. // greet sam when home
6. WHEN sam's code OFF
AND IF entry to garage timer ON
OR
AND IF outside motion ON
THEN SAY WELCOME HOME [Phrase 1]
7. // greet ann when home
8. WHEN ann's code OFF
AND IF outside motion ON
OR
AND IF entry to garage timer ON
THEN SAY WELCOME HOME [Phrase 2]
When panel is in away mode, opening entry to garage door turns on "entry to garage timer" but does'nt say the message after entering my code
The only time it will work is if I turn on "entry to garage timer" flag manually and enter sam's code while the system is disarmed or off.
What am I doing wrong here?