/HomeControl

:house_with_garden: Yet another home automation attempt

Primary LanguagePythonMIT LicenseMIT

Total alerts Language grade: Python Docker status

HomeControl

Another approach to home automation


Installation

Docker

On amd64/x86 do:

docker run -it --net=host -v CONFIG_FOLDER:/config --name="HomeControl" lennartk01/homecontrol:latest

Python

The minimum Python version for HomeControl is Python 3.7 You can install it the following:

python3 -m pip install git+https://github.com/lennart-k/HomeControl