Skip to content

brukri/ventilation-control

Repository files navigation

ventilation-control IOT project

Introduction

Controls the airflow of the Stiebel Eltron LWZ 170E plus ventilation device via a RaspberryPI

Installation

yarn build

scp dist/ventilation.js pi@<ip>:~/ventilation

Control airflow level

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published