Choose style:

Author Topic: Messaging Rules  (Read 5113 times)

0 Members and 1 Guest are viewing this topic.

Offline rotemy

  • Backer
  • *
  • Posts: 5
  • Thanks: 0
  • Registered : 07/12/2014
    YearsYearsYearsYearsYearsYearsYearsYearsYearsYears
Messaging Rules
« on: April 08, 2015, 03:26:41 am »
Hi,
Don't know if it was offered before but it will be great to have a "messaging" option in the rules so I can set up a rule like:

If SmokeDetectorAlarm() then Email(ListofRecepientEmails, Title)

Or even better:

If FloodDetectorAlarm() then Text(ListofRecepientPhones, Text)

Ideally an AND operator will be in place to do both

Want to take it further?

Add a listener and then

If SmokeDetectorAlarm() then
       Email(RecepientEmail, Title)
       Wait(NumOfMinutes)
       If NoUserContact then AlarmViaText(ListofPhones)

And now I am going wild assuming motion sensors  8)

If SmokeDetectorAlarm() then
       Email(RecepientEmail, Title)
       If NoMotionInPast(NumofMinutes) then
               Wait(NopresenceNumOfMinutes)
       Else
               Wait(SomeoneAtHomeNumOfMinutes)
       If NoUserContact then And(AlarmViaText(ListofPhones), AlarmViaAutomatedRecordedMessage(911)

Thanks,
Rotem

Offline ZackG

  • Backer
  • *
  • Posts: 14
  • Thanks: 0
  • Registered : 17/02/2014
    YearsYearsYearsYearsYearsYearsYearsYearsYearsYears
Re: Messaging Rules
« Reply #1 on: July 19, 2015, 04:32:51 pm »
I agree.  Is there any plan to add some kind of messaging support?  Or is there a workaround?  Would be necessary to use as a home security system, or safety system. 

 

Page created in 0.078 seconds with 20 queries.