Skip to content

airKlizz/voltalis-relay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Relay server to call the Voltalis API

Voltalis is a solution to manage your heaters.

Setup

Create conda environnement:

conda create --name voltalisrelay python=3.10
conda activate voltalisrelay

Install the requirements:

pip install -r requirements.txt

Run the server

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

Build docker image

Run:

docker build -t voltalisrelay .

About

Relay server to call the Voltalis API

Topics

Resources

License

Stars

Watchers

Forks