Jump to content

Remotely put 2441TH thermostat on/off hold


jtdohert

Recommended Posts

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?

Link to comment

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')
Link to comment

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')

Link to comment

Archived

This topic is now archived and is closed to further replies.


×
×
  • Create New...