nkgilley/python-ecobee-api

Can you add support for weather data to the thermostats[] object?

PhracturedBlue opened this issue · 2 comments

Could you add 'includeWeather:true' to the thermostat request in get_thermostats()?
I would like to be able to track the difference between what the ecobee thinks the external temperature is vs my actual measurement.
The data I'm interested in appears to be in the following structure (once the above line is added to the request):
weather->forecasts->[0]->temperature

Request pulled