-
Notifications
You must be signed in to change notification settings - Fork 78
Open
Description
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
Labels
No labels