Can you add support for weather data to the thermostats[] object?
PhracturedBlue opened this issue · 2 comments
PhracturedBlue commented
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
nkgilley commented
Please open up a PR and I'm happy to add it.
…On Sat, Nov 25, 2017 at 10:55 AM PhracturedBlue ***@***.***> wrote:
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
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#21>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/ABcAqsfbgFnkMenK3_oTLH97BXOon--Iks5s6DhVgaJpZM4Qqd_3>
.
PhracturedBlue commented
Request pulled