ISYlib-python icon indicating copy to clipboard operation
ISYlib-python copied to clipboard

Thermostat Temperature not updating.

Open davidn70 opened this issue 8 years ago • 0 comments

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

davidn70 avatar Sep 23 '17 16:09 davidn70