9 hours ago9 hr I only want a simple program to send out a text Notification when our greenhouse air temperature goes over 95F, and also have it report that value.I can't figure out which Condition or Action to use in the Then section.I have a line "$i.Greenhouse_T = 'ZY 005 Greenhouse Air' Temperature °F" from Action > Variable. This should work.The Notification Body has The Greenhouse is ${var.1.2}I had the Notification working fine with it only notifying me that the temp was over 95F.Now with the variable line above added, it doesn't work at all. Even forcing it with Run Then doesn't work.Any ideas??
9 hours ago9 hr The EISY/POLISY can only send email notifications. The carriers no longer support email to text notificationsPost a copy of your program
5 hours ago5 hr Author Here's the program.And the texts that I get from it. The last one is when I tried to add a Variable.Then I tried actually setting a Variable to the greenhouse temp.After that, no more texts.
4 hours ago4 hr You're setting the variable after you send your message. Move the variable line up before sending the notification. What are the contents of "Z-wave T Hot". You should be sending the "$i.Greenhouse_T" which is your temperature
Create an account or sign in to comment