temper-python
temper-python copied to clipboard
libusb/PyUSB-based driver to read TEMPer USB HID devices (USB ID 0c45:7401) and serve as a NetSNMP passpersist module
Most recent sensors seems to have a new ID, 413d:2107. Has anyone successfully hacked the code to work with it? this C hack seems to work. https://github.com/edorfaus/TEMPered/issues/51 Thank you.
In the `TemperDevice` class, the ports attribute is initialised to the port number. The naming here is somewhat contradictory - namely that a plural ('ports') is assigned a single number....
Pylint?
@padelt How do you feel about pylint? Could be a code improvement? Probably a dedicated PR with no functional change, just formatting/renaming. All tests should pass before and after. To...
This pull request contains an HTTP server called httpserver.py which acts exactly like cli.py but will serve HTTP requests on a specified port and respond with the current data. It...
Hi, First off, I really like the work you have done on this project & it has made using USB temperature devices so much easier. I actually did some research...
Hi! I am testing the software with a 1130:660C model (ID 1130:660c Tenx Technology, Inc. Foot Pedal/Thermometer / USB HID v1.10 Device [ PCsensor Temper]). However, I get "Found 0...
Please consider adding support for the `TEMPerX232 1a86:5523` [TEMPerX232_V2.0](https://pcsensor.cn/product-details?product_id=792) Temperature & Humidity USB sensor. This may add another dependency, [pyserial](https://pypi.org/project/pyserial/), seeing as ccwienk/temper could only get it working via UART...
Hi I've Picked up 3 Temper sensors & Tried to get them working. I've added the USB ID to the devices It Detects the Device and then Raises A Timeout...
I bought a new TEMPer and tried to get v1 models because I was unsure about the support for v2, but it still seems to be a newer model: 1a86:e025...
Hi, I got the warning about a new sensor type: `WARNING:temperusb.temper:Unrecognised sensor type 'TEMPer2_M12_V1.3'. Trying to guess communication format. Please add the configuration to 'device_library.py' and submit to https://github.com/padelt/temper-python/issues to...