PyTado icon indicating copy to clipboard operation
PyTado copied to clipboard

Python binding for Tado web API. Pythonize your central heating!

Results 5 PyTado issues
Sort by recently updated
recently updated
newest added

Updated interface.py to include setOffset method.

Earlier access token was saved into class variable, and that lead to inconsistency between device id in url and access token.

tado is discontinuing the old OAuth2 endpoints at `my.tado.com`. Starting March 2019, authentication will require retrieving access and refresh tokens from `auth.tado.com`. The client `public-api-preview` can be used as is...

Add API to get/set a schedule for a zone. Possible Usecases: - Programatically update a zone to different schedules (Summer/Winter, Guest Room with/without guest) - Clone schedules across all zones...

I don't expect this code to be actually merged, but I'd like to announce that backporting to Python2 is rather easy. Perhaps this will help someone.