Jump to content

Programming options for Insteon Thermostat?


CJVann

Recommended Posts

I'm looking at possibly purchasing the 2441TH SmartHome Insteon Thermostat... but wondered what kind of programming options the ISY has available for it?  Does anyone have a screen capture?  For example, could I have a RemoteLinc and press Bright to bump the temp up a degree, or tap dim 3 times to drop the temp 3 degrees?

 

Thanks!

Link to comment

The buttons referred to are defined as follows:

Button 1 ON: call for heat (Zone 2)

Button 1 OFF: Turn off Zone 2

Button 3 ON: call for cool (Zone 2)

Button 3 OFF: Turn off Zone 1

 

 

Set setpoint down 1º by pressing DIM on the RemoteLinc

 

BR Cooler - [iD 0081][Parent 0076]

If
        Control 'BR / Devices / BRR HVAC1 Heat-Zone 2 Off' is switched Dim  (last button pressed called for heat)
     Or Control 'BR / Devices / BRR HVAC1 Heat-Zone 2 Off / BRR HVAC3 Cool-Zone 1 Off' is switched Dim (last button pressed called for cool)
 
Then
        Set 'BR / Devices / BR Thermostat Main' Setpoint Down 1°
 
Else
   - No Actions - (To add one, press 'Action')
 

Set setpoint up 1º by pressing BRIGHT on the RemoteLinc

 

BR Warmer - [iD 0082][Parent 0076]

If
        Control 'BR / Devices / BRR HVAC1 Heat-Zone 2 Off' is switched Bright (last button pressed called for heat)
     Or Control 'BR / Devices / BRR HVAC1 Heat-Zone 2 Off / BRR HVAC3 Cool-Zone 1 Off' is switched Bright (last button pressed called for cool)
 
Then
        Set 'BR / Devices / BR Thermostat Main' Setpoint Up 1°
 
Else
   - No Actions - (To add one, press 'Action')
 

Edit: You must use the DIM and BRIGHT buttons on the RemoteLinc, Holding the top (brighten) or bottom (dim) of the control buttons doesn't work.

Link to comment

The buttons referred to are defined as follows:

Button 1 ON: call for heat (Zone 2)

Button 1 OFF: Turn off Zone 2

Button 3 ON: call for cool (Zone 2)

Button 3 OFF: Turn off Zone 1

 

 

Set setpoint down 1º by pressing DIM on the RemoteLinc

 

BR Cooler - [iD 0081][Parent 0076]

 

If

        Control 'BR / Devices / BRR HVAC1 Heat-Zone 2 Off' is switched Dim  (last button pressed called for heat)

     Or Control 'BR / Devices / BRR HVAC1 Heat-Zone 2 Off / BRR HVAC3 Cool-Zone 1 Off' is switched Dim (last button pressed called for cool)

 

Then

        Set 'BR / Devices / BR Thermostat Main' Setpoint Down 1°

 

Else

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

 

Set setpoint up 1º by pressing BRIGHT on the RemoteLinc

 

BR Warmer - [iD 0082][Parent 0076]

 

If

        Control 'BR / Devices / BRR HVAC1 Heat-Zone 2 Off' is switched Bright (last button pressed called for heat)

     Or Control 'BR / Devices / BRR HVAC1 Heat-Zone 2 Off / BRR HVAC3 Cool-Zone 1 Off' is switched Bright (last button pressed called for cool)

 

Then

        Set 'BR / Devices / BR Thermostat Main' Setpoint Up 1°

 

Else

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

 

Edit: You must use the DIM and BRIGHT buttons on the RemoteLinc, Holding the top (brighten) or bottom (dim) of the control buttons doesn't work.

This (Setpoint Up 1°) has never worked with my two different versions of the 2441ZTH (note 'Z') with ISY.

I haven't tested this with the newer releases 4.3.1 ++.

Link to comment

Archived

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


  • Recently Browsing

    • No registered users viewing this page.
  • Who's Online (See full list)

  • Forum Statistics

    • Total Topics
      36.9k
    • Total Posts
      370.2k
×
×
  • Create New...