wwat Posted February 4, 2010 Posted February 4, 2010 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
tahoe Posted February 5, 2010 Posted February 5, 2010 hmmm, I suppose it would work if you could read the current setpoint and add one degree each time you trigger the program.
flumfly1 Posted April 22, 2012 Posted April 22, 2012 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°
Recommended Posts