Controls the airflow of the Stiebel Eltron LWZ 170E plus ventilation device via a RaspberryPI
yarn build
scp dist/ventilation.js pi@<ip>:~/ventilation
Very Low airflow
curl -X POST localhost:8080/ventilation-control/level/0
Low airflow
curl -X POST localhost:8080/ventilation-control/level/1
Medium airflow
curl -X POST localhost:8080/ventilation-control/level/2
High airflow
curl -X POST localhost:8080/ventilation-control/level/3