HomeGenie Forum

Development => Feature request => Topic started by: ado464 on February 11, 2014, 12:02:36 PM

Title: Alarm System Notification On Node Trigger
Post by: ado464 on February 11, 2014, 12:02:36 PM
Is it possible to make the current alarm system notify which node has been triggered and send that information to e-mail or phone? And possibly making it resend the message every 10-20 minutes until the alarm system is reset?

Cheers all :)
Title: Re: Alarm System Notification On Node Trigger
Post by: Gene on February 11, 2014, 12:12:31 PM
The node that triggered the alarm should already be present in the email text:
Code: [Select]
...
var messagetext = "Security System Alarm triggered by " + Program.Parameter("HomeGenie.SecurityTriggerSource").Value;
...
isn't it showing up?
Title: Re: Alarm System Notification On Node Trigger
Post by: ado464 on February 11, 2014, 03:17:46 PM
So sorry Gene i thought the security system hasn't been updated - i am going to test everything this week and reply to my own post or even remove it - thank you :)