Elk M1 Gold Rules & Counter

alarmguy

Member
New to Elk and could use some help in setting up a counter with a rule to count the number of time the driveway sensor is tripped when I am gone. :)
 
This is pseudo code but you should get the idea:

WHENEVER Zone xx BECOMES NOT SECURE (look at input for driveway sensor)
AND House ARM STATE = ARMED AWAY (and you're away)
THEN ADD 1 TO Counter 1 (count every occurance)


You would also want to reset the counter to 0 whenever you arm the system:

WHENEVER House IS ARMED AWAY
THEN SET Counter 1 to 0
 
Thanks Guy,

I added the rule a couple of ways and it did work when (I talked the talk it understood). :) Your example got me on the right track and I thank you very much. :p
 
Back
Top