Merge commit '7f47a5e8fa1b3917db3f365e788d447c2fb58451'

This commit is contained in:
Philipp Wo 2019-12-24 03:47:22 +01:00
commit 8cbcfc0aea
1 changed files with 9 additions and 1 deletions

View File

@ -114,4 +114,12 @@ plot "<IN>" using 1:2 axes x1y1 title 'Temperatur' ls l1fill lw 1 with lines,\
Alle Anfragen an das API sind über *oauth2* realisiert.
Zuerst wird ein Token (mit Username und Passwort) von tado angefordert der ca. 10 Minuten gültig ist. Alle folgenden Aufrufe werden nur mehr über den Token realisiert. Das Modul prüft den Token auf Gültigkeit und erneuert ihn bevor er abläuft.
Pfad des Token ist im Modul fix eingestellt `/fhem-root/FHEM/FhemUtils/TadoAPI_token_<fhem-devicename>`
Pfad des Token ist im Modul fix eingestellt `/fhem-root/FHEM/FhemUtils/TadoAPI_token_<fhem-devicename>`
##Credits
Thx to:
[https://shkspr.mobi/blog/2019/02/tado-api-guide-updated-for-2019/](http://)
[http://blog.scphillips.com/posts/2017/01/the-tado-api-v2/](http://)