mattdavis90 / node-red-contrib-tado-client

Tado web API client node for Node Red
MIT License
21 stars 16 forks source link

Feature Request: Tado Pollen status #35

Closed derekoharrow closed 3 years ago

derekoharrow commented 3 years ago

The Tado app has a Pollen status in it, providing today/tomorrow/next day pollen for Tree, Weed and Grass. There is a v1 API call to get this, but that seems to be out of date compared to what's in the Tado app. https://acme.tado.com/v1/homes/XXX/airComfort?latitude=XXX1&longitude=XXXX&username=XXXXX&password=XXXXXXXXXXXXXXXXXX (from https://community.home-assistant.io/t/pollen-again-but-for-the-uk/211480)

I'm sure there must be a more up to date version of this API call that is correct and matches what's in the iPhone App. Is there any way to get hold of this info and include it?

I know there is the GetAirComfort option, and I'm guessing this would be something similar.

Thanks

mattdavis90 commented 3 years ago

I've added the call into the underlying library and this commit adds the functionality here also. 0.9.6 will be released shortly with detailed air comfort support

derekoharrow commented 3 years ago

Wow! That was quick - thanks!

derekoharrow commented 3 years ago

Works great - thank you!

mattdavis90 commented 3 years ago

No problem. Glad it is working for you