Voltalis is a solution to manage your heaters.
Create conda environnement:
conda create --name voltalisrelay python=3.10
conda activate voltalisrelay
Install the requirements:
pip install -r requirements.txt
Use the following command:
export VOLTALIS_USERNAME="you@example.com"
export VOLTALIS_PASSWORD="xxx"
uvicorn app.main:app
Access the OpenAPI specifications to know how to use it: http://127.0.0.1:8000/docs
Run:
docker build -t voltalisrelay .