You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To tell them apart one can test this._device.deviceDescriptor.bcdDevice. The Mini's number is 256 (0x0100 for version 1.00) and the Coach's number is 512 (0x0200 for version 2.00).
Other than the Mini's data, the Coach's data does not need to be decrypted.
The text was updated successfully, but these errors were encountered:
Disclaimer: I got a device sent for free to test its USB capabilities and develop some example code.
With just a few changes the AirCO2NTROL Coach can become compatible as well.
In addition to the CO2 concentration and temperature, it also measures the relative humidity.
I've forked this library to adapt it to the Coach. A next step would be to restore the compatibility with the Mini.
Code changes for compatibility with the Coach:
https://gitlab.com/jaller94/node-co2-monitor/commit/6d3ca1dbe185b373e22e696546943e4305d1cbf7
To tell them apart one can test
this._device.deviceDescriptor.bcdDevice
. The Mini's number is 256 (0x0100 for version 1.00) and the Coach's number is 512 (0x0200 for version 2.00).Other than the Mini's data, the Coach's data does not need to be decrypted.
The text was updated successfully, but these errors were encountered: