more G-Labs products

Author Topic: Alarm System Notification On Node Trigger  (Read 1404 times)

February 11, 2014, 12:02:36 PM
Read 1404 times

ado464

  • **
  • Information
  • Jr. Member
  • Posts: 32
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 :)

February 11, 2014, 12:12:31 PM
Reply #1

Gene

  • *****
  • Information
  • Administrator
  • Posts: 1472
  • Tangible is the future!
    • Yet Another Programmer
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?

February 11, 2014, 03:17:46 PM
Reply #2

ado464

  • **
  • Information
  • Jr. Member
  • Posts: 32
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 :)