temper
temper copied to clipboard
Support for TEMPer2_V3.9
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
after investigating further and due to an incorrect description, it seems I bought the wrong version. Sorry guys
Fixed. A release is forthcoming.