ISYlib-python
ISYlib-python copied to clipboard
Thermostat Temperature not updating.
This is awesome code. REALLY helpful. Thank you. I have noticed that in my event callback, the current temperature reading of my thermostats never update. The other attributes do. Any insight into something I can do? For example, this thermostat reading always says 56 degrees:
"ST": { "formatted": "56", "id": "ST", "uom": "degrees", "value": "143" }
If I do a curl call to the REST api, I get the correct temperature in the XML that is returned.
Thanks, David