1.0.4 • Published 3 years ago

co2monitor v1.0.4

Weekly downloads
2
License
ISC
Repository
-
Last release
3 years ago

this is a node for the DOSTMANN AirCO2ntrol Mini based on code by henryk ploetz, who has reverse engineered the protocol.

On error "LIBUSB_ERROR_ACCESS" (only on linux systems) you have to add a new UDEV rule in /etc/udev/rules.d

for example:

filename: 99-co2Monitor.rules

content: SUBSYSTEM=="usb", MODE="0660", GROUP="plugdev" SUBSYSTEM=="hidraw", ATTRS{idVendor}=="04d9", ATTRS{idProduct}=="a052", MODE="0660", GROUP="plugdev", SYMLINK+="CO2Monitor"

------- Release Notes ------- Version: 1.0.4 - added Output 5 => this will output a payload message with all values Version: 1.0.3 - events will only be fired on value changes

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

0.0.1

8 years ago