Jump to content

RemoteLinc/ISY for thermostat set point changes?


wwat

Recommended Posts

Hi,

 

I'm not sure if its possible to use RemoteLinc with ISY to turn up or down the temperature set point (1 point at a time).

 

I tried creating a scene with the thermostat as a responder and a RemoteLinc key as the controller but it didn't seem to work as expected.

 

thanks,

Wayne

Link to comment
  • 2 years later...
Hi,

 

I'm not sure if its possible to use RemoteLinc with ISY to turn up or down the temperature set point (1 point at a time).

 

I tried creating a scene with the thermostat as a responder and a RemoteLinc key as the controller but it didn't seem to work as expected.

 

thanks,

Wayne

 

Wayne, You can create two short programs thru ISY to accomplish this. This is what I use:

 

Program ThermostatUp:

IF CONTROL 'REMOTELINC - 5' IS SWITCH ON

 

THEN SET 'Thermostat' Setpoint up 1°

 

Program ThermostatDown:

IF CONTROL 'REMOTELINC - 5' IS SWITCH OFF

 

THEN SET 'Thermostat' Setpoint down 1°

Link to comment

Archived

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


×
×
  • Create New...