pjjameso Posted March 26, 2015 Posted March 26, 2015 Currently receive a generic text when system is armed. Would like to have a text which indicates who (using different codes on the ELK) did the arming and disarming. Has anyone already done this, and if so would you mind posting your program? Thanks in advance.
shannong Posted March 26, 2015 Posted March 26, 2015 It's easier if you let the Elk do it. Write an Elk Automation Rule that says "If Keypad is Triggered and Last User Was XXX" with a Then clause that sends an email. Of course, an email can be sent to the phone number at the carrier for automatic conversion to a text. I use a dummy Output (those above 65 and not used by an expansion card) to tell ISY when a specific user does something. Elk Automation Rule: "If Keypad is Triggered and Last User Was XXX Then Turn Output 200 ON". On ISY I have a Program that does something like: If Elk Output 200 is ON Then Send Notification XXX Set Elk Output 200 OFF
apostolakisl Posted March 27, 2015 Posted March 27, 2015 Not only is it "easier" to do it with Elk programming as Shannong pointed out, it must be done that way. ISY does not have the "last user was" function. So, the solution above or something very similar is pretty much how you do that.
pjjameso Posted April 2, 2015 Author Posted April 2, 2015 It's easier if you let the Elk do it. Write an Elk Automation Rule that says "If Keypad is Triggered and Last User Was XXX" with a Then clause that sends an email. Of course, an email can be sent to the phone number at the carrier for automatic conversion to a text. I use a dummy Output (those above 65 and not used by an expansion card) to tell ISY when a specific user does something. Elk Automation Rule: "If Keypad is Triggered and Last User Was XXX Then Turn Output 200 ON". On ISY I have a Program that does something like: If Elk Output 200 is ON Then Send Notification XXX Set Elk Output 200 OFF Thank you very much
Recommended Posts
Archived
This topic is now archived and is closed to further replies.