Jump to content

Another Insteon Thermostat Question


calberrt

Recommended Posts

Hi Guys,

 

Last night was the first night with the new t2441 installed so I'm looking for some help on working out the kinks.

 

I have written a few programs that set the heating point to different temps throughout the day.  I noticed last night when I got up that the set point noted on the thermostat didnt change.(ie.  Set point throughout the day is 72 and wanted it to go down to 65 at night)

 

Here are my programs.  Hopefully someone with a bit more experience can take a look and help me out to make sure that I have written them correctly.

 

Evening program (want it to run between 4:15 and 9pm

 

If
        From     4:15:01PM
        To       9:00:00PM (same day)
    And Status  'Thermostat - Main' is Mode Heat
 
Then
        Set 'Thermostat - Main' 72° (Heat Setpoint)
 
Else
   - No Actions - (To add one, press 'Action')
 
Night Program
 
If
        From     9:00:01PM
        To       4:44:59AM (next day)
    And Status  'Thermostat - Main' is Mode Heat
 
Then
        Set 'Thermostat - Main' 65° (Heat Setpoint)
 
Else
   - No Actions - (To add one, press 'Action')
 
I think that temp throughout the house stayed at 72 overnight when I wanted it to be at 65.  Any advice guys?
 
Also, should I expect that the ISY will automatically send a signal to the thermostat that will update the setpoint while the program is active or do I have to write a program to deal with this? 
 
 
 
Link to comment

Archived

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


×
×
  • Create New...