03-30-2015, 12:43 PM
I would like to perform an action based on the \'Entry Alert\' alarm type status. If I put the following:
If EntryAlert <> 0 Then Do xxxxxEnd If
it doesn\'t work, even when I set alarm to Away, and then re-enter via front door. The status is obviously being recognised as I can see it in the event log:
03/29 19:21 Zone Activation # FrontDoor (1)03/29 19:21 Alarm Type # EntryAlert (10)03/29 19:22 Sign in - User # 1
but the response never works. If, however, I edit the response to read:
If EntryAlert = 0 Then Do xxxxxEnd If
and click on \'Execute Response\' with Security Off, then it works!! So, it appears that the status 0 when the security is off is correctly read and acted upon, but the status <> 0 when there is an Entry Alert is NOT read, and hence not acted upon. Any assistance gratefully received!
If EntryAlert <> 0 Then Do xxxxxEnd If
it doesn\'t work, even when I set alarm to Away, and then re-enter via front door. The status is obviously being recognised as I can see it in the event log:
03/29 19:21 Zone Activation # FrontDoor (1)03/29 19:21 Alarm Type # EntryAlert (10)03/29 19:22 Sign in - User # 1
but the response never works. If, however, I edit the response to read:
If EntryAlert = 0 Then Do xxxxxEnd If
and click on \'Execute Response\' with Security Off, then it works!! So, it appears that the status 0 when the security is off is correctly read and acted upon, but the status <> 0 when there is an Entry Alert is NOT read, and hence not acted upon. Any assistance gratefully received!