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.

Device not shutting off in program

Featured Replies

I have an outdoor appliancelinc connected to my hot tub to turn it on and off. I do this because it's an old hot tub, and if I run it all the time it uses $150 in electricity a month...

 

My problem is this. I have several of the following programs, but it doesn't seem to shut it off after the wait period is over:

 

If

Module 'Climate' Temperature < 36 °F

And Module 'Climate' Temperature >= 27 °F

And (

Time is 2:00:00PM

Or Time is 9:00:00PM

Or Time is 3:00:00AM

Or Time is 7:00:00AM

)

 

Then

Set 'Hot Tub - Outdoors' On

Wait 1 hour

Set 'Hot Tub - Outdoors' Off

 

Else

- No Actions - (To add one, press 'Action')

 

 

If I shut it off manually it works fine, don't think it's an insteon communication thing at all that I know of... but anybody have any ideas?

I am thinking that every time the module climate temp changes the program is re-evaluated so if the temp is within range at 2pm, 9am, 3am or 7am then the program will evaluate true and turn on the hot tub. But if during the waiting period the temp changes again and it is not at those exact times the program will evaluate false and leave the tub on. The easiest way to fix it would probably be another program that contains the "then" of this program, while this program just calls the other into action:

 

If
Module 'Climate' Temperature < 36 °F
And Module 'Climate' Temperature >= 27 °F
And (
Time is 2:00:00PM
Or Time is 9:00:00PM
Or Time is 3:00:00AM
Or Time is 7:00:00AM
)

Then
Run New Program Timer "Then"

Else
nothing

 

 

New Program Timer:

 

If
nothing

Then
Set 'Hot Tub - Outdoors' On
Wait 1 hour 
Set 'Hot Tub - Outdoors' Off

Else
nothing

Tim

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.