jtdohert Posted February 11, 2016 Posted February 11, 2016 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?
LeeG Posted February 11, 2016 Posted February 11, 2016 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')
stusviews Posted February 11, 2016 Posted February 11, 2016 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 HVACIf 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 2If - 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')
Recommended Posts