A tool that simulates the "channel overpower" setting of shellyEM, that only triggers when the overpower continues for a defined amount of time
- Clone the repository
- Create and populate the .env file like in the example.env file
- Run the script with
python3 main.py
- Clone the repository
- Create and populate the .env file like in the example.env file
- Build the docker image with
docker build -t shellyem-timedoverpower .
- Run the docker container with
docker run --name ShellyEM-Overpower -d shellyem-timedoverpower