You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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...
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:
The text was updated successfully, but these errors were encountered: