padelt/temper-python

New device addition

Closed this issue · 2 comments

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.

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

Works!

Thanks for the update!