Just curious. When did quickSetCool
and quickSetHeat
go away in webCoRE? I’ve searched the ST forums and couldn’t find an announcement or anything regarding these going away.
I noticed my thermostats were not syncing with webCoRE anymore (Thermostat A setpoint changes, send change via piston to Thermostat B) and went to investigate to find that where I had used actions for quickSetCool & quickSetHeat, when I went to edit them, those Do functions were blank and those actions were no longer in the list of selectable options. I had to change to set cooling point and set heating point.
I previously had to use the quickSet functions with my CT100 thermostats because it wasn’t as responsive to the setCoolingSetpoint and setHeatingSetpoint commands. I’ve adjusted my pistons now but noticed that my CT100 still wasn’t reliable when programatically changed. I realized this started a couple of months ago when my thermostat interface in the SmartThings app changed with an update. I created a Device Handler based on the original code here and added two lines to the command section:
command "setCoolingSetpoint"
command "setHeatingSetpoint"
All is well now. So, my issues were compounded. A) webCoRE appears to no longer support quickSetCool/quickSetHeat actions and B) SmartThings updated the Device Handler for the CT100 thermostat and the new version isn’t as dependable when settings are changed programatically.