I have a thermostat that I am (trying) to control via scripts. In my script I call hs.SetDeviceValueByRef(id, value, true). When I look at the HS4 thermostat device I can see that the value updated as expected. However, the value displayed on the screen of the physical thermostat has not changed. Interestingly, if I change the value through the HS4 thermostat device then the value on the screen of the physical thermostat changes. So the communication between HS4 and the physical thermostat works. But for some reason if I modify the HS4 thermostat then the physical thermostat doesn't get updated.
Announcement
Collapse
No announcement yet.
HS4 Device Changes Value But Actual Device Does Nothing
Collapse
X
-
Originally posted by mulu View PostI have a thermostat that I am (trying) to control via scripts. In my script I call hs.SetDeviceValueByRef(id, value, true). When I look at the HS4 thermostat device I can see that the value updated as expected. However, the value displayed on the screen of the physical thermostat has not changed. Interestingly, if I change the value through the HS4 thermostat device then the value on the screen of the physical thermostat changes. So the communication between HS4 and the physical thermostat works. But for some reason if I modify the HS4 thermostat then the physical thermostat doesn't get updated.
Steve
Comment