Everything posted by GNelson01
-
Can't use REST to changes Thermostat TZ45R setpoints
I may have figured it out. You have to send it degrees Celsius even though it's set to Fahrenheit.
-
Can't use REST to changes Thermostat TZ45R setpoints
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 response http://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>
-
Zooz 800 and RCS TZ45R Thermostat (my experience)
Zooz Z-wave firmware 7.22.1 EISY IoX 5.9.1 The Zooz 800 Z-wave USB stick does work. It was initially showing "Zmatter Z-wave not responding". I had to use this port reassignment to get to to respond: https://wiki.universal-devices.com/index.php?title=Eisy:User_Guide#Can't_connect_to_ZMatter_Z-Wave_board_/_dongle RCS TZ45R Thermostat seems to work nicely. The one thing I didn't like was the way it integrates with Scenes. So, I just moved the commands to programs. You can set all the common thermostat things AND all of the settings but they aren't intuitive. But you can set all the settings below from IoX/EISY. UD Mobile works as a thermostat. I did have to do a resync; easy peasy. Moving from a Venstar T1700, this is definitely a step up. The reason for the change out was a failure of my upstairs Venstar unit. Downstairs is fine for now, but it will be an easy choice to go to a TZ45R when it fails. https://products.z-wavealliance.org/products/3898/configs Let me know if you have any questions.