8000 GitHub - FaserF/tado_aa: Tado Auto-Assist for Geofencing and Open Window Detection + Temperature Limit
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ tado_aa Public
forked from adrianslabu/tado_aa

Tado Auto-Assist for Geofencing and Open Window Detection + Temperature Limit

License

Notifications You must be signed in to change notification settings

FaserF/tado_aa

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tado_aa (Tado Auto-Assist for Geofencing and Open Window Detection + Temperature limit)

A python script that automatically adjusts the temperature in your home upon leaving or arriving based on your settings from the tado app. It also automatically switches off the heating (activating Open Window Mode) in the room where the tado TRV detects an open window. In addition, it offers the possibility to configure the minimum and maximum temperature allowed.

Prerequisites

  • Python 3, install it using: sudo apt install python3
  • Pip, install it using: sudo apt install python3-pip
  • PyTado: This script relies on PyTado. Install it using: pip3 install python-tado

This script was made possible because of PyTado's author, Chris Jewell (chrism0dwk@gmail.com), and the person who modified it, Wolfgang Malgadey (wolfgang@malgadey.de).

Running the script

After installing Python3, pip and python-tado (Check Prerequisites) to download the script and run it, follow these steps:

  1. Clone the repository using git (to check if it's installed run sudo apt install git, in case it isn't it will ask if you want to install it, press y to confirm):

    • git clone https://github.com/adrianslabu/tado_aa
  2. Navigate to the cloned directory:

    • cd tado_aa
  3. Run the script:

    • python3 tado_aa.py
  4. The script will provide you with an authentication URL, which you need to open in any browser (phone, tablet, or PC). Log in using your Tado email and password. After authentication, the script will continue running.

If you want to thank me

Paypal / Buymeacoffee

About

Tado Auto-Assist for Geofencing and Open Window Detection + Temperature Limit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 94.6%
  • Shell 5.4%
0