Jump to content

RemoteLinc/ISY for thermostat set point changes?


wwat

Recommended Posts

Posted

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

  • 2 years later...
Posted
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°

Guest
This topic is now closed to further replies.

×
×
  • Create New...