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
The ecobee app (Android, not sure about iOS) allows you to set the home age by selecting a decade. When you do this, the "age" property of HouseDetails gets set to that value.
For example, setting it to "2000s" sets "age" to "2000".
This differs from the web app where you select age in years. In this case it sets it to the age I selected. Even though this is supposed to be about the same as the app, the value stored is two orders of magnitude different.
Setting the value from the app seems to differ from what the API docs say:
The correct thing should be that the app sets the property age just like the web portal does.
The text was updated successfully, but these errors were encountered:
The ecobee app (Android, not sure about iOS) allows you to set the home age by selecting a decade. When you do this, the "age" property of HouseDetails gets set to that value.
For example, setting it to "2000s" sets "age" to "2000".
This differs from the web app where you select age in years. In this case it sets it to the age I selected. Even though this is supposed to be about the same as the app, the value stored is two orders of magnitude different.
Setting the value from the app seems to differ from what the API docs say:
The correct thing should be that the app sets the property age just like the web portal does.
The text was updated successfully, but these errors were encountered: