Skip to content
New issue

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

Support for TEMPer2_V3.9 #37

Open
mgutierrezp opened this issue Jul 21, 2022 · 2 comments
Open

Support for TEMPer2_V3.9 #37

mgutierrezp opened this issue Jul 21, 2022 · 2 comments

Comments

@mgutierrezp
Copy link

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

@mgutierrezp
Copy link
Author

after investigating further and due to an incorrect description, it seems I bought the wrong version. Sorry guys

@eode
Copy link
Contributor

eode commented Nov 23, 2022

See ccwienk/temper

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants