Can someone explain what this line of code mean (special the part "BY More than X)? This is not giving me the desired effect I was looking for.
EVERY 30 MINUTES
AND IF Downstairs Thermostat CURRENT TEMPERATURE IS LESS THAN High Temp User Setting BY MORE THAN 1
THEN Downstairs Thermostat COOL SETPOINT Low Temp User Setting
THEN Downstairs Thermostat FAN ON
THEN Downstairs Thermostat MODE COOL
Note: High Temp User Setting and Low Temp User Setting are user settings. The values are 74 and 71 respectively.
What I'm trying to do is chanage stat mode, fan, and setpoint based on these two user settings.
What I'm trying to achieve is: change Mode to "Cool, Fan ON, and Cool Setpoint to "Low Temp User Setting" if current temp is less than High Temp user Setting by 1 (I tried this first but it didn't work for me: if current temp is equal to "High User Setting", change mode to Cool, Fan On, and setpoint to "Low User Setting". Instead, the stat automatically turns on AC with Mode AUTO, Fan AUTO when current temp reaches setpoint. Program Mode is set to "none" on the stat so it can be controlled by OP2).
AND also, I want to change Mode and Fan to Auto and Cool Setpoint to "High Temp User Setting" if current temp is equal to "Low Temp User Setting".
Any thoughts or suggestion is very appreciated
EVERY 30 MINUTES
AND IF Downstairs Thermostat CURRENT TEMPERATURE IS LESS THAN High Temp User Setting BY MORE THAN 1
THEN Downstairs Thermostat COOL SETPOINT Low Temp User Setting
THEN Downstairs Thermostat FAN ON
THEN Downstairs Thermostat MODE COOL
Note: High Temp User Setting and Low Temp User Setting are user settings. The values are 74 and 71 respectively.
What I'm trying to do is chanage stat mode, fan, and setpoint based on these two user settings.
What I'm trying to achieve is: change Mode to "Cool, Fan ON, and Cool Setpoint to "Low Temp User Setting" if current temp is less than High Temp user Setting by 1 (I tried this first but it didn't work for me: if current temp is equal to "High User Setting", change mode to Cool, Fan On, and setpoint to "Low User Setting". Instead, the stat automatically turns on AC with Mode AUTO, Fan AUTO when current temp reaches setpoint. Program Mode is set to "none" on the stat so it can be controlled by OP2).
AND also, I want to change Mode and Fan to Auto and Cool Setpoint to "High Temp User Setting" if current temp is equal to "Low Temp User Setting".
Any thoughts or suggestion is very appreciated