voice announcement when system off

edselrt

Active Member
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?
 
I wonder if you're getting bitten by the "OR" bug... what version of firmware do you have?

I am using the latest 3.2d firmware. Even without an "or" it still doesnt work . Even as simple as this doesnt work:

WHEN sam's code OFF
THEN SAY WELCOME HOME [Phrase 1]

The only time it will work is when i press off + code when the system is already off or disarmed.
 
edsel,

Do you perhaps have "Report Open/Close" enabled? If so, the system reports to the monitoring station when the system is disarmed, which prevents the system from speaking at that time.
 
edsel,

Do you perhaps have "Report Open/Close" enabled? If so, the system reports to the monitoring station when the system is disarmed, which prevents the system from speaking at that time.


the system is not being monitored by a monitoring station
 
edsel,

Do you perhaps have "Report Open/Close" enabled? If so, the system reports to the monitoring station when the system is disarmed, which prevents the system from speaking at that time.


the system is not being monitored by a monitoring station
Modify your programming to control a flag rather than "saying" a message. Verify that this works as expected. If so, the trigger logic is working as expected. Is there anything else being done involving the phone when the system is disarmed? Double check the "Report Open/Close" and DCM phone numbers to make sure nothing is enabled here.
 
Modify your programming to control a flag rather than "saying" a message. Verify that this works as expected.

I programmed a flag and it worked


Is there anything else being done involving the phone when the system is disarmed?

Now I remember.. OmniproII is integrated to Teledoorbell. OmniproII sends dtmf tones to teledoorbell everytime panel is armed or disarmed.

Thanks Brian
 
Back
Top