iolaus Posted February 8, 2012 Posted February 8, 2012 Is there a way to capture a Disarm event from the Elk in an ISY program? Thanks.
Michel Kohanim Posted February 9, 2012 Posted February 9, 2012 Hello iolaus, Yes, but only if you have the ELK Module (Help | Purchase Modules). With kind regards, Michel
iolaus Posted February 10, 2012 Author Posted February 10, 2012 Is there a way to capture a Disarm event from the Elk in an ISY program? Thanks. Michel, I do have the Elk module. Could you provide a small example program that captures a disarm? Thanks.
Slalom Posted February 10, 2012 Posted February 10, 2012 Is there a way to capture a Disarm event from the Elk in an ISY program? Thanks. Michel, I do have the Elk module. Could you provide a small example program that captures a disarm? Thanks. Not Michel but the following captures both an arm and disarm of 'Away Mode'. Additional conditions can be "or'ed" in for other states. Hope this helps. If Elk Area 'Main House' 'Armed State' is Armed Away Then Wait 2 seconds $sMainHouseArmedAway = $TRUE Else Wait 2 seconds $sMainHouseArmedAway = $FALSE
Recommended Posts
Archived
This topic is now archived and is closed to further replies.