Fortunately, the summer season is now approaching.
If tado had made the change at the end of April, nobody would have noticed it negatively and we would all have time until the fall to develop a clean solution.
I will try to describe how I did it in case others can benefit from this.
1.First I deleted the previous custom integration and the tado integration itself
if it was installed.
2. Then I restarted HA.
3. created the custom component again and restarted
4.Then go to integrations and search for the Tado integration and
add topic
5. right click on your mouse and select inspect, then network in the tab
6. Now press integrate in your tado app and the slider will start rotating. In the network image you will now see a flow as shown above.
7. Copy this URL in a browser and login with your Tado login and password and the Tado will work
8. If you already have tado integrated you may get this message.
Then just delete your integration and do the step from 4-7 again
thanks for the instructions but it still doesnāt work for me.
I still have the messageā¦
Failed to set up: Device login flow status is PENDING. Starting re-authentication
In my case, how can you delete it when it doesnāt show up in the integration list?
Edit: had to remove the tado entry in .storage/core.config_entries
Now everything seems to work, thanks!
And have you try to delete the Tado integration, restart and then integrate Tado again in integrations?
do you mean with ārestartedā the HA restart oder HA OS restart?
Just restart HA
unfortunately the same message remains
And what if you try to add one more Tado integration
Whether I log in successfully via the official integration, or with the custom component, I always get the following message. Iāve uninstalled/installed the integration and the custom component, Iāve restarted several times HA, cleared the browserās cache, ⦠I donāt know how to move forward now. Help.
Iām under HA 2025.4.1
Check my previous post, you can try to either delete the tado integration in the UI or in the dotfile.
Did you solved the authentification issue ?
@jeffmcfly No, I give up for now and wait for the fix for the Tado X.
@jeffmcfly @TDCroPower @mariobrosch
I submitted a PR that should fix the issue:
A quick test has unfortunately not yet provided a solution, I will test it in more detail this evening
edit:
just tested again with the current git version from here and unfortunately still the same problem with the PENDING messageā¦
Tested latest fix in 2025.5, but same issue. It briefly display index out of range and ends with the usual PENDING error.
yup, also got the pending error. Weird as the custom component version didnāt have this issueā¦
Iām not able to have it working.
Got it working on Home Assistant Core 2025.5.1.
Followed these steps:
- Install official Tado integration (Tado - Home Assistant)
- Connect with provided URL, pending error message is showing.
- Add custom module (I used Studio Code Server add-on)
- Change the manifest to add a version (I added 2025.5.1)
- Full reboot (Restart system)
- Open Tado integration, will show the package icon now
- Suddenly the devices and entities are showing and working.
Good luck!