Jump to content
View in the app

A better way to browse. Learn more.

Universal Devices Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Command String Issue with Program

Featured Replies

Posted

Am having trouble getting a program to run correctly. I want to get an e-mail/text when humidity level in house reaches a certain percentage.

 

My program:

IF status Venstar T-1800 is 62% humitiy

THEN send notification to jam

 

 

Only problem with the above is that the e-mails/text keep coming. How can I just get one alert only and stop the repeating? Thanks

If the email is repeating it is likely the result of the humidity changing slightly above or below 62%, coming back to 62%. Not uncommon trait of these thermostats. What is the objective of the humidity check?

 

An Integer variable can be set to a value of 1 when the email is sent. A test of the variable value being 0 is Anded with the Humidity check preventing further emails after one is sent. Another Program checks if Humidity is below 58% or above 66% and resets the variable to 0 so that further emails will be sent if humidity returns to 62%. What resets the variable back to 0 depends on the requirement.

Guest
This topic is now closed to further replies.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.