General Category > Ideas/Feature requests

Messaging Rules

(1/1)

rotemy:
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

ZackG:
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. 

Navigation

[0] Message Index

Go to full version