seydx / homebridge-tado-platform

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

Bad Gateway #110

Closed jonalbr closed 11 months ago

jonalbr commented 2 years ago

Hi, I get the following error message for some time now: {"message":"Client request error: getaddrinfo EAI_AGAIN auth.tado.com","statusCode":502,"error":"Bad Gateway"}

Anyone got any help on what is wrong? I didn't change anything in my configuration. As I originally configured the plugin, everything worked just fine.

Thanks a lot for any help! Jonas

MR91 commented 1 year ago

I have the same issue since today. Tried restarting my internet aswell as my homebridge with no success. Tado app is working fine, so their infrastructure doesnt seem to be the issue.

NickZig commented 1 year ago

Hi, i have the same problem since today :(

bxlouis commented 1 year ago

Same problem as of today.

bxlouis commented 1 year ago

It appears the issue was caused by my PiHole configuration. The client which hosts Homebridge was rate limited. I followed the steps highlighted in this thread which immediately fixed the issue.

Rate-limiting can easily be disabled by setting RATE_LIMIT=0/0 in /etc/pihole/pihole-FTL.conf. If I want, say, to set a rate limit of 1 query per hour, the option should look like RATE_LIMIT=1/3600.