Tado Could not connect to server due to Error calling https://auth.tado.com/oauth/token

Hello,

i try to connect to my tado but i got this error

Could not connect to server due to Error calling https://auth.tado.com/oauth/token

i delete the hole entry in my openhab and add tado Bridge in PaperUI again but i got the same result.

Can someone help me please

Hi,

can you share your configuration file.

Bye

*.things

Bridge tado:home:location [ username="xxxxx@xxxx.com", password="xxxxx" ] {
zone heating [id=2]
}

*.item

umber:Temperature CurrentTemperature "Temperature [%.2f °C]" <temperature> {channel="tado:zone:location:heating:currentTemperature"}

Hey @Trainer,
i ran into the exactly same problem here. With the help of this github error report I could solve my problem: [tado] Error when trying to add new Tado Home thing via PaperUI · Issue #7500 · openhab/openhab-addons · GitHub. The problem here was with the timeout on dns name lookup of auth.tado.com. My resolv.conf listed a non-existent dns server, so the dnslookup reverted to the second dns server in the resolver list and this took longer than 5 seconds. After i repaired my resolv.conf, the tado binding worked again. Hope that helps with your situation too.
Regards, Kai