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.

Remotely put 2441TH thermostat on/off hold

Featured Replies

Posted

The manual for the 2441TH thermostat states it can be remotely put on/off hold.

While I can physically do this at the thermosat, and can remotely control virtually all other functions via the ISY Admin Console and (and Mobilinc too), I can't see any option to set a temperature and put the thermostat on hold, or take it off of hold and resume program auto mode.

 

Can anyone else weigh in?

Something like this.  Ignore If

 

Leak3 - [iD 009E][Parent 0001]
 
If
        Control 'Leak Sensor 2-Dry / Leak Sensor 2-Wet' is switched On
 
Then
        Set '2441TH - Main' Mode Off
        Set '2441TH - Main' 70° (Heat Setpoint)
        Set '2441TH - Main' Mode Auto
 
Else
   - No Actions - (To add one, press 'Action')

I accomplish something similar that with two programs for each possible mode, Cool, Heat, Auto and Program Auto plus a trigger program. The extra program is needed because setting the mode off ends the first program. The delay is to prevent all mode programs from running concurrently. Since you just want a hold you don't need a delay. Just add restart programs to Else.

 

Dine Out HVAC
If
   Place your trigger here
 
Then
        Run Program 'LR Dine Out Cool 1' (If)
        Run Program 'LR Dine Out Heat 1' (If)
        Run Program 'BR Dine Out Auto 1' (If)
        Run Program 'BR Dine Out Prog 1' (If)
 
Else
   - No Actions - (To add one, press 'Action')
 
 

 

BR Dine Out Cool 1 [Not Enabled]
If
        Status  'BR / Devices / BR Thermostat Main' is Mode Cool
 
Then
        Wait  4 seconds
        Run Program 'BR Dine Out Cool 2' (Then Path)
 
Else
   - No Actions - (To add one, press 'Action')
 

BR Dine Out Cool 2
If
   - No Conditions - (To add one, press 'Schedule' or 'Condition')
 
Then
        Set 'BR / Devices / BR Thermostat Main' Synchronize Clock
        Set 'BR / Devices / BR Thermostat Main' Mode Off
        Wait  1 hour
        Set 'BR / Devices / BR Thermostat Main' Mode Cool
 
Else
   - No Actions - (To add one, press 'Action')

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.