Skip to content
forked from chrism0dwk/PyTado

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

License

Notifications You must be signed in to change notification settings

dgaust/PyTadoAC

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyTadoAC -- Pythonize your Air Conditioning

Author: Chris Jewell chrism0dwk@gmail.com
Modified: Wolfgang Malgadey wolfgang@malgadey.de

Modified: David Gordon dgaust@outlook.com

Licence: GPL v3

Copyright: Chris Jewell 2016-2018

PyTado is a Python module implementing an interface to the Tado web API. It allows a user to interact with their Tado airconditioning system for the purposes of monitoring or controlling their air conditioner, beyond what Tado themselves currently offer.

It is hoped that this module might be used by those who wish to tweak their Tado systems, and further optimise their setups.

This is a modified version of hte system used to control the TADO Thermostats and is intended to work only with the TADO AC.

Disclaimer

Besides owning a Tado system, I have no connection with the Tado company themselves. PyTado was created for my own use, and for others who may wish to experiment with personal Internet of Things systems. I receive no help (financial or otherwise) from Tado, and have no business interest with them. This software is provided without warranty, according to the GNU Public Licence version 3, and should therefore not be used where it may endanger life, financial stakes, or cause discomfort and inconvenience to others.

Example basic usage

>>> from PyTado.interface import Tado
>>> t = Tado('my@username.com', 'mypassword')
>>> climate = t.getClimate(zone=#)

Development

This software is at a purely experimental stage. If you're interested and can write Python, clone the Github repo, drop me a line, and get involved!

Best wishes and a warm winter to all!

Chris Jewell

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%