python library which can talk with Voltcraft SEM6000
Go to file
sqozz 34b1e667af Merge branch 'features/total_power' of sqozz/sem6000 into master 2020-01-20 21:27:19 +01:00
.gitignore Ignore some files in Git 2020-01-20 21:10:05 +01:00
README.md Add README 2018-08-11 00:39:26 +02:00
example.py example: restart on BrokenPipeError 2020-01-19 17:48:02 +01:00
requirements.txt Add PoC lib 2018-08-11 00:32:33 +02:00
sem6000.py Add parsing of the total consumed power 2020-01-20 21:26:22 +01:00

README.md

$ git clone … sem6000
$ cd sem6000
$ virtualenv -p python3 python3_venv
$ . ./python3_venv/bin/activate
$ pip3 install -r requirements.txt
$ python3 example.py