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.

Simple program question

Featured Replies

Posted

I have a temp sensor on the output of my furnace.  When water temp goes below 120 I get text notification.  When temp restores I don't get any notification.

 

========================================
Furnace Temp Alert - [iD 000E][Parent 0001]
 
If
        Elk Zone 'Furnace Temp' is Violated
 
Then
        Send Notification to 'AT&T Text' content 'Elk M1 Alert'
        Enable Program 'Furnace Temp Restored'
        Set Elk Speak Word 'Furnace'
        Set Elk Speak Word 'Temperature'
        Set Elk Speak Word 'Low'
 
Else
   - No Actions - (To add one, press 'Action')
==========================================
 
==========================================
Furnace Temp Restored - [iD 000F][Parent 0001][Not Enabled]
 
If
        Elk Zone 'Furnace Temp' is Normal
 
Then
        Send Notification to 'AT&T Text' content 'Elk M1 Alert'
        Disable Program 'Furnace Temp Restored'
 
Else
   - No Actions - (To add one, press 'Action')
=========================================
 
Elk M1 Alert = ${alert.control} ${alert.action}
 
On trip I get 'Furnace temp violated'
 
Or restoration, no text
 
I have to be missing something simple here.......
 
Thanks in advance.
 
John
 
 
 

 

I have a temp sensor on the output of my furnace.  When water temp goes below 120 I get text notification.  When temp restores I don't get any notification.

 

========================================
Furnace Temp Alert - [iD 000E][Parent 0001]
 
If
        Elk Zone 'Furnace Temp' is Violated
 
Then
        Send Notification to 'AT&T Text' content 'Elk M1 Alert'
        Enable Program 'Furnace Temp Restored'
        Set Elk Speak Word 'Furnace'
        Set Elk Speak Word 'Temperature'
        Set Elk Speak Word 'Low'
 
Else
   - No Actions - (To add one, press 'Action')
==========================================
 
==========================================
Furnace Temp Restored - [iD 000F][Parent 0001][Not Enabled]
 
If
        Elk Zone 'Furnace Temp' is Normal
 
Then
        Send Notification to 'AT&T Text' content 'Elk M1 Alert'
        Disable Program 'Furnace Temp Restored'
 
Else
   - No Actions - (To add one, press 'Action')
=========================================
 
Elk M1 Alert = ${alert.control} ${alert.action}
 
On trip I get 'Furnace temp violated'
 
Or restoration, no text
 
I have to be missing something simple here.......
 
Thanks in advance.
 
John
 

 

Your "Normal" program triggers are disabled.

 

BTW: You could place that code in the Else section of the first program unless there is a hysteresis element by time delay or by temperature difference, effectively giving three states instead of two.

Edited by larryllix

Sending a network notification is asynchronous. Your program could be completing before its sent. Try adding a wait before the program disables itself to allow the network send to complete.

  • Author

Sending a network notification is asynchronous. Your program could be completing before its sent. Try adding a wait before the program disables itself to allow the network send to complete.

Ahhhh, ok, will try that.

 

Thanks,

John

  • Author

Your "Normal" program triggers are disabled.

 

BTW: You could place that code in the Else section of the first program unless there is a hysteresis element by time delay or by temperature difference, effectively giving three states instead of two.

Probably so (3 states), will try a delay

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.