Low voltage interface : Low PowerSupply HMP4040
Local installation:
conda create -n low_voltage python=3.9
conda activate low_voltage
python3 -m pip install --upgrade pip
python3 -m pip install -r requirements/local.txt
python3 -m pip install -e .
To create centos:low_votage image with necessary packages.
docker build -t low_voltage:centos .
To start the mqtt broker
cd docker/tedd_low_voltage
docker-compose up -d
No unit test for hmp.py Black:
black . --exclude _actions
Unit tests:
cd unittests
pytest