Open dseravalli opened 1 year ago
Can you try my changes https://github.com/jonozzz/Ecobee-Suite
I will be adding your changes, modified somewhat for consistency & efficiency for those that don't have the Premium version. Also adding the displayAirQuality
setting, which allows you to turn on/off the Air Quality automations on the thermostat.
I'll let you know when I have a test version for you to try...
Changing the names for consistency (this is what you get on a non-Premium ecobee):
airCO2 : null airQAccuracy : 0 airQScore : null airVOC : null
It appears this data is exposed by the ecobee API - I see it as
actualVOC
,actualCO2
,actualAQScore
,actualAQAccuracy
in the runtime data. Can this be added to the hubitat thermostat device state? Are you open to a PR? Thanks!API call I'm using for reference:
https://api.ecobee.com/1/thermostat?format=json&body=%7B%22selection%22%3A%7B%22selectionType%22%3A%22registered%22%2C%22selectionMatch%22%3A%22%22%2C%22includeRuntime%22%3A%20true%7D%7D
and response: