Jump to content

Help w/Programming Alarm not armed reminder in ISY


Scottmichaelj

Recommended Posts

Posted

Right now I have a simple program on the ISY that if at a certain time the alarm is not armed then it says via the ELK speaker "Alarm Disarmed" - but I want to take it up a notch. Can someone help me keep it this way but add that if its not armed within say 30mins then to keep reminding me until it is armed? Is this an ELSE or Variable action?

Posted

Hi huddadudda,

 

What you need to do is to put a Wait in the Then block. This way, the wait will be interrupted in case ELK is armed.

 

i.e.

If

Then

Wait 30 minutes

Repeat every 10 minutes

Notify

 

In short, both Wait and Repeat are terminated as soon as the condition turns false. Otherwise, after 30 minutes, you will get notified every 10 minutes.

 

With kind regards,

Michel

Posted

Thanks for the help/info.

 

FWIW Anyone looking to do the same my program is:

 

If

From 10:00:00PM

To 2:00:00AM (next day)

And Elk Area 'AREA 1' 'Armed State' is Disarmed

 

Then

Repeat Every 30 minutes

Set Elk Speak Word 'Alarm'

Set Elk Speak Word 'Is_disarmed'

 

Else

- No Actions - (To add one, press 'Action')

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing

    • No registered users viewing this page.
  • Forum Statistics

    • Total Topics
      37k
    • Total Posts
      371.4k
×
×
  • Create New...