co2monitor

1.0.4 • Public • Published

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

Package Sidebar

Install

npm i co2monitor

Weekly Downloads

3

Version

1.0.4

License

ISC

Unpacked Size

11.6 kB

Total Files

6

Last publish

Collaborators

  • alex-mader