seydx / homebridge-tado-platform

Homebridge plugin for controlling Tado devices
MIT License
126 stars 66 forks source link

Polling frequency #34

Closed theGeorg closed 3 years ago

theGeorg commented 4 years ago

How does the polling setting work? For me it seams no matter how i change it is polling every few seconds. Since I only want my temperature data recorded in the eve app i would like to change that to only poll one every few minutes.

Kind regards

muratcorlu commented 4 years ago

@theGeorg did you find any solution or workaround?

I'm using AdGuard as a DNS proxy in my network. And noticed that this plugin makes huge amount of dns query for my.tado.com

image

And I'm sure that those requests are coming from my RaspberryPi:

image

image

There is really something wrong here and increasing polling value didn't help.

muratcorlu commented 4 years ago

Any comments about this? @SeydX Is this related with polling config or is it accepted situation to have that much DNS queries for 7 valve thermostats and 1 wall thermostat?

image

seydx commented 3 years ago

Will be fixed with v6 #48

mpjalexander commented 3 years ago

I've noticed the same with my pi-hole setup (many queries per second).

Also, I read on Facebook that tado are changing some of their back-end APIs to limit the frequency of requests. @SeydX, are you aware of these changes?

seydx commented 3 years ago

Also, I read on Facebook that tado are changing some of their back-end APIs to limit the frequency of requests. @SeydX, are you aware of these changes?

Do you have more infos about that?

mpjalexander commented 3 years ago

image

mpjalexander commented 3 years ago

I've asked if anyone can provide further details via the Facebook group.

danbayliss commented 3 years ago

Probably worth reaching out directly to Tado. Reading the Home Assistant pull request it looks like they have plans to rate limit the polling - https://github.com/home-assistant/core/pull/46915

seydx commented 3 years ago

Fixed in v6