Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 747 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 747 Bytes

tado-autoassist (Tado Auto-Assist for Geofencing and Open Window Detection)

A python script that automatically adjusts the temperature in your home at leaving or arriving based on your settings from tado app and automatically switch off the heating (activating Open Window Mode) in the room where tado TRV detects an open window. tado autoassist is based on adrianslabu's tado_aa (https://github.com/adrianslabu/tado_aa/)

##tado-autoassist adds the following:
The docker image accepts the username and password as environment variables:
USERNAME
PASSWORD

#Install
The docker image can be build with: docker build . -t tag

The docker image can be started with: docker run -e USERNAME=<username> -e PASSWORD=<password>