padelt / temper-python

libusb/PyUSB-based driver to read TEMPer USB HID devices (USB ID 0c45:7401) and serve as a NetSNMP passpersist module
Other
182 stars 76 forks source link

New device addition #110

Closed StatusCode404 closed 3 years ago

StatusCode404 commented 3 years ago

Please add:

    "TEMPerV1.4": TemperConfig(
        temp_sens_offsets=[2],
        hum_sens_offsets=None,
        type=TemperType.FM75,
    ),

to temperusb/device_library.py

It causes warnings without it.

davet2001 commented 3 years ago

@StatusCode404 please can you confirm this is now working on the GitHub version, and if so close the issue?

StatusCode404 commented 3 years ago

Works!

Thanks for the update!