We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
after investigating further and due to an incorrect description, it seems I bought the wrong version. Sorry guys
Sorry, something went wrong.
See ccwienk/temper
No branches or pull requests
Hi,
To make this device work, I modified:
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
The text was updated successfully, but these errors were encountered: