RichTJ99 Posted December 19, 2013 Posted December 19, 2013 Hi, I have a triggerlinc that I am looking to have send me emails when it is opened, and then when it is closed. I also have a motion sensor that currently sends emails, I added texts into the program, but it is not sending texts either. What am I doing wrong? The ISY Does send email & texts, so it is not an email issue but a programming issue on my part. Any help would be great! Sdoor Closed: If Status 'Main: MBR SDoor TL-Open' is On Then Send Notification to 'Rich Text' content 'SDoor Closed' Else - No Actions - (To add one, press 'Action') Sdoor Open: If Status 'Main: MBR SDoor TL-Open' is Off Then Send Notification to 'Rich Text' content 'SDoor Open' Else - No Actions - (To add one, press 'Action') Motion If Status 'Motion: Media Room-Sensor' is On Then Send Notification to 'Rich Text' content 'Media Room Motion Note' Else - No Actions - (To add one, press 'Action')
oberkc Posted December 19, 2013 Posted December 19, 2013 The program seems simple enough that I would look for other reasons this is not working. Choose one of these programs from the program listing, right click, run then. Does it send a message? If it does, then look for clues that the ISY is not seeing the status of the devices.
Xathros Posted December 20, 2013 Posted December 20, 2013 A common point of failure for notification emails and texts is when either the subject or the body of the notification is blank, the ISY will not send. Make sure there is something in both the subject and the body. -Xathros
RichTJ99 Posted December 21, 2013 Author Posted December 21, 2013 Thanks, the body was blank, I added something & now we are in business!
Xathros Posted December 26, 2013 Posted December 26, 2013 Thanks, the body was blank, I added something & now we are in business! Any time. Happy to help. -Xathros
apostolakisl Posted December 26, 2013 Posted December 26, 2013 This comes all the time. I really think the guys at UD need to just add a statement to the notifications screen that says "PLEASE BE SURE TO INCLUDE CONTENT IN BOTH BODY AND SUBJECT OR YOUR MESSAGE WILL NOT BE SENT" Or, if they wanted to be a little fancier, they should have an error message pop up when you save the notification and don't have content in both sections. Or, make it so that the message is actually sent even if one is left blank. I have never seen this problem with other email programs so I don't know why ISY has it. But the first solution I would think could be implemented with minimal coding effort on the part of UD.
Michel Kohanim Posted December 27, 2013 Posted December 27, 2013 Hi apostolakisl, Agreed. With kind regards, Michel
Recommended Posts