Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@

**Comfoair is an Open Source Node.js implementaion of the communication protocoll done and used by Zehnder. You can use this libary to control your personal ventialtion system.**

This work based on the protocol description at http://www.see-solutions.de/sonstiges/Protokollbeschreibung_ComfoAir.pdf, the very usefull [openHAB binding 'ComfoAir'](
https://www.openhab.org/addons/bindings/comfoair1/), the fantastic [FHEM module 'ComfoAir'](https://wiki.fhem.de/wiki/ComfoAir) and a little bit research of my own. Hope you will like it.
This work based on the protocol description at http://www.see-solutions.de/sonstiges/Protokollbeschreibung_ComfoAir.pdf, the very usefull [openHAB binding 'ComfoAir'](https://www.openhab.org/addons/bindings/comfoair/#comfoair-binding), the fantastic [FHEM module 'ComfoAir'](https://wiki.fhem.de/wiki/ComfoAir) and a little bit research of my own. Hope you will like it.

### Supports the following systems (afaik)

Expand Down Expand Up @@ -773,4 +772,4 @@ const ventilationStream = new ComfoairStream({
port: '/dev/ttyUSB0',
baud: 9600
});
```
```