Sunday at 08:31 PM2 days 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??
Sunday at 08:52 PM2 days The EISY/POLISY can only send email notifications. The carriers no longer support email to text notificationsPost a copy of your program
Monday at 01:02 AM2 days 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.
Monday at 01:22 AM2 days 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
Monday at 02:00 PM2 days 17 hours ago, Techman said:The EISY/POLISY can only send email notifications. The carriers no longer support email to text notificationsPost a copy of your programVerizon still allows email to text notifications. However, every once in awhile (about twice a year), they do get wonky for a about a week or so.
Monday at 04:43 PM1 day @RLandsborough is setting a variable even needed? I guess that Z-wave would be able to use the temp as an address node. Just have your program text you when temp exceeds 95° and include the temp from the device itself. I know with YoLink sensors I can copy the temp variable from the plugin and just use that.Example:At ${sys.time12} the Greenhouse Air was ${sys.node.n008_8b4c01xxxx89r80.CLITEMP}.This would be my simple suggestion not to add the step of the variable unless you're using it elsewhere. Also, know that this will trigger an alert every time the temp bounces over 95°. You might want to trigger a cooldown as sending text via email has been considered spam and could cause the sending service to be seen/reported/labeled as a spammer. I would suggest NOT using the UD default mail server for this as not only are cell companies trying to limit email to text, using the UD default server could have a negative impact on other users if you have a lot of texts sent. The current suggested way to send notifications is using the notifications plugin and UD Mobile or another notification app (i.e. Pushover). With Pushover you can setup critical alerts that you could receive even if the phone is in a do not disturb state. Lastly, when posting programs to the forum please right click the program and select "Copy to Clipboard", then paste the text into the thread (be sure you use the COPY option). That makes it easier for people to help edit the program. Posting a screenshot means a lot of typing and explaining which could be easier with a copy/paste.
Create an account or sign in to comment