pcsensor-temper
pcsensor-temper copied to clipboard
libusb-based driver to read TEMPer USB HID devices (USB ID 0c45:7401)
This is more a wish....... I have TEMPer2_M12_V1.3 (0c45:7401 Microdia) with humidity/moisture sensor. It read the temperature sensor, but..... Any chance for a version for reading the humidity sensor?
This builds on the previous PR. With the USB-related functionality broken out into a separate module, I created two new programs: (1) "pcsensor_sqlite" which will periodically log temps to an...
This is a fairly dramatic change, as I also reformatted most of the code to be a bit more consistent. In short, I separated the details of the USB functionality...
When I use this driver, it successfully reads two devices but with the occasional error. USB interupt read: Resource temporarily unavailable Fatal error> USB read failed This results in the...
Below freezing point I got readings of 255.82, which is obviously incorrect. I tried this, and it seems fine: ``` diff --git a/src/pcsensor.c b/src/pcsensor.c index 56fb787..31018a2 100644 --- a/src/pcsensor.c +++...
Not an issue with the software, but a FYI: I need to use a correction value of -2265 to let my TEMPer report the correct value. Only with this value...
I added the ability to output data as Nagios plugin (I'm using it to monitor temperature with a raspberry pi) with warning and critical as temperature ranges.