Kommentare zu: Tado Auto-Assist kostenlos selbst hosten https://sascha-brockel.de/tado-auto-assist-kostenlos/ Fortschritt kennt keine Grenzen Tue, 07 Oct 2025 19:04:58 +0000 hourly 1 Von: Sascha Brockel https://sascha-brockel.de/tado-auto-assist-kostenlos/#comment-2275 Tue, 07 Oct 2025 19:04:58 +0000 https://sascha-brockel.de/?p=786#comment-2275 Als Antwort auf Travor.

Dann werde ich mal bei Gelegenheit die Anpassung machen und das so als Notlösung bereitstellen.

]]>
Von: Travor https://sascha-brockel.de/tado-auto-assist-kostenlos/#comment-2273 Tue, 07 Oct 2025 14:04:41 +0000 https://sascha-brockel.de/?p=786#comment-2273 Hab das Script so abgeändert das einr abfrage etwa alle 15 Minuten gestellt wird.

Läuft bisher ganz gut und macht was es soll. Hab es so nun seit knapp 1 Woche am laufen. Klar für kurze Entfernung merkt er das nicht aber bisher hat es so ganz gut funktioniert und er hat recht schnell umgestellt. Fenstererkennung und Geofancing aktiv.

]]>
Von: Michal https://sascha-brockel.de/tado-auto-assist-kostenlos/#comment-2250 Fri, 03 Oct 2025 11:13:19 +0000 https://sascha-brockel.de/?p=786#comment-2250 Hello,
unfortunately it won’t work with 100 calls per day. I have tested how much calls is generated in default behaviour by script. It is 16 api calls per 30s in my case. Even subscribing to Tado, 20000 is not enough in default behaviour. I had to modify the script to disable geofencing and increased the timer to 45s.. This way I can make it during the day with 20000 calls per day.
Btw, tado is sending in replies to API calls in headers info about remaining tokens and time to refresh:
ratelimit-policy: „perday“;q=20000;w=86400 → this shows that the quota is 20,000 requests per 24 hours (86,400 seconds).

ratelimit: „perday“;r=0;t=123 → this indicates how many requests you have left (r=…) and how many seconds remain until your limit resets (t=…).

]]>
Von: Tom https://sascha-brockel.de/tado-auto-assist-kostenlos/#comment-2249 Fri, 03 Oct 2025 11:10:04 +0000 https://sascha-brockel.de/?p=786#comment-2249 Als Antwort auf Jan.

Leider ist bei mir mittlerweile auch Geofencing und Fenster Erkennung ohne Funktion. Gibt es vielleicht schon eine Idee, das Script so anzupassen, dass man mit den erlaubten 100 Abfrage hinkommt?

]]>
Von: Jan https://sascha-brockel.de/tado-auto-assist-kostenlos/#comment-2221 Sun, 28 Sep 2025 05:50:42 +0000 https://sascha-brockel.de/?p=786#comment-2221 Bei mir mittlerweile Geofancing unf Fenster offen Erkennung ohne Funktion.

]]>
Von: Sascha Brockel https://sascha-brockel.de/tado-auto-assist-kostenlos/#comment-2220 Sun, 28 Sep 2025 03:20:40 +0000 https://sascha-brockel.de/?p=786#comment-2220 Als Antwort auf Danny.

Yeah, unfortunately. Really annoying of Tado.

]]>
Von: Danny https://sascha-brockel.de/tado-auto-assist-kostenlos/#comment-2214 Sat, 27 Sep 2025 07:43:30 +0000 https://sascha-brockel.de/?p=786#comment-2214 Thanks for your script, it has been very useful. The 100 api requests/day is in play for me. Just wanted to let you know.

]]>
Von: Chrono https://sascha-brockel.de/tado-auto-assist-kostenlos/#comment-2157 Tue, 16 Sep 2025 13:50:58 +0000 https://sascha-brockel.de/?p=786#comment-2157 Thanks, this worked flawlessly on my synology with portainer within minutes. Just make sure you create a folder(make sure you enable write access for docker) on the nas and map it to the container.

volumes:
– /volume1/docker/tado:/var/tado

]]>
Von: Michal https://sascha-brockel.de/tado-auto-assist-kostenlos/#comment-2120 Tue, 09 Sep 2025 14:54:12 +0000 https://sascha-brockel.de/?p=786#comment-2120 It will make this scrio unusable because it queries frequently to apis to get status of home devices and to detect openwindow. One way to improve could be to increase the timer but still it would not be sufficient.

]]>
Von: Tom https://sascha-brockel.de/tado-auto-assist-kostenlos/#comment-2119 Tue, 09 Sep 2025 14:38:36 +0000 https://sascha-brockel.de/?p=786#comment-2119 Als Antwort auf Travor.

Habe gestern auch eine Mail von Tado bekommen. Die API Abfrage soll in den nächsten Wochen schrittweise auf 100 Abfragen pro Tag limitiert werden

]]>