Skip to content

Support for TEMPer2_V3.9 #37

@mgutierrezp

Description

@mgutierrezp

Hi,

To make this device work, I modified:

if info['firmware'][:12] in [ 'TEMPerX_V3.1', 'TEMPerX_V3.3', 'TEMPer2_V3.9' ]:

to include the V3.9 version, and:

if vendorid == 0x1a86 and productid == 0xe025:
return True

to recognise the corresponding USB id (1a86:e025).

This trick works for temperature, but not for humidity:

Bus 001 Dev 031 1a86:e025 TEMPer2_V3.9 28.93C 84.07F - - - -

is it possible to add full compatibility for this device? can I help in any way?

Thanks in advance

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions