2 hours ago2 hr My z-wave RCS Thermostat TZ45R will not respond to REST setpoint changes. I get a 200 response, but the setpoints don't change. I can set the mode via REST. I can change setpoints via the Admin Console and UDI Mobile. I have a Venstar thermostat that I can change setpoints on via REST. Am I doing something wrong?Here's the REST node responsehttp://REDACTED:8080/rest/nodes/ZY002_1<nodeInfo> <node flag="128" nodeDefId="ZY002_1"> <address>ZY002_1</address> <name>Thermostat Upstairs</name> <family>12</family> <hint>0.0.0.224</hint> <type>4.8.6.0</type> <enabled>true</enabled> <deviceClass>0</deviceClass> <wattage>0</wattage> <dcPeriod>0</dcPeriod> <startDelay>0</startDelay> <endDelay>0</endDelay> <pnode>ZY002_1</pnode> <rpnode>ZY002_1</rpnode> <sgid>1</sgid> <custom flags="128" val1="0"/> <devtype> <gen>4.8.6</gen> <mfg>16.1.9</mfg> <cat>140</cat> </devtype> <property id="ST" value="74" formatted="74°F" uom="17" name=""/> <property id="CLIMD" value="2" formatted="Cool" uom="67" name=""/> <property id="CLISPC" value="80" formatted="80°F" uom="17" name=""/> <property id="CLISPH" value="65" formatted="65°F" uom="17" name=""/> </node> <properties> <property id="CLIFRS" value="0" formatted="Off" uom="80" name=""/> <property id="CLIFS" value="0" formatted="Auto" uom="68" name=""/> <property id="CLIFSO" value="0" formatted="No Override" uom="81" name=""/> <property id="CLIHCS" value="0" formatted="Idle" uom="66" name=""/> <property id="CLIMD" value="2" formatted="Cool" uom="67" name=""/> <property id="CLISPC" value="80" formatted="80°F" uom="17" name=""/> <property id="CLISPH" value="65" formatted="65°F" uom="17" name=""/> <property id="ST" value="74" formatted="74°F" uom="17" name=""/> </properties> </nodeInfo>Here's the REST response from a setpoint change attempt. The response show the proper response, but the setpoint doesn't change. It's the same for Cool and Heat.http://REDACTED:8080/rest/nodes/ZY002_1/set/CLISPC/74<RestResponse succeeded="true"> <status>200</status> <reason code="0"/> </RestResponse> Edited 2 hours ago2 hr by GNelson01
Create an account or sign in to comment