Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 610 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 610 Bytes

ShellyEM-TimedOverpower

A tool that simulates the "channel overpower" setting of shellyEM, that only triggers when the overpower continues for a defined amount of time

Installation

  1. Clone the repository
  2. Create and populate the .env file like in the example.env file
  3. Run the script with python3 main.py

Docker Installation

  1. Clone the repository
  2. Create and populate the .env file like in the example.env file
  3. Build the docker image with docker build -t shellyem-timedoverpower .
  4. Run the docker container with docker run --name ShellyEM-Overpower -d shellyem-timedoverpower