Octoprint
This octoprint plugin will allow octoprint to communicate with HAASP (a home automation system)
Setup
Install manually in octoprints plugin manager using this URL:
https://git.cmtec.se/haasp/haasp_octoprint/-/archive/master/haasp_octoprint-master.zip
OBS!!! Requires libhaasp which has to be installed separate because of authentication problems (not a public repository)
Steps to install libhaasp:
- Clone/download libhaasp from repository https://git.cmtec.se/haasp/libhaasp (branch: python2.7)
 - Copy it over to you octoprint in you user folder ~/ (/home/pi)
 - Activate octoprint virtual environment 
source ~/oprint/bin/activate - Install libhaasp 
pip install ~/libhaasp/ 
Configuration
TODO: Describe your plugin’s configuration options (if any).