-
Notifications
You must be signed in to change notification settings - Fork 50
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
Unknown device subtype string: TEMPerHumV4.0rHu - 0c45:7402 #41
Comments
Hi, I've got the same device:
And obviously, it doesn't work:
Is there a solution? (apart from just brute overriding of strings in known_temper_types structure) Thanks! |
I have this same device, so I added an additional subtype, with the same settings as the "TEMPerHumM12V1.0" subtype above it. No problems compiling or running, but the results are definitely "off":
Using the settings from "TEMPer2HumiV1.x" is little better:
|
It turns out google is our friend, the solution is here: Once those code changes are implemented, the output looks pretty good:
I'll keep an eye on it and see how it compares to my other temperature sensor! |
Hi -
I'm attempting to read from my TemperHum USB device 0c45:7402 on Ubuntu 14.04 eeepc
I've built tempered using the 1.2/1.3 branch, but when I run it, I get the following message:
/dev/hidraw1: Could not open device: Unknown device subtype string: TEMPerHumV4.0rHu
Here is my lsusb result
lsusb
Bus 002 Device 002: ID 0c45:7402 Microdia TEMPerHUM Temperature & Humidity Sensor
Any ideas? Trying to tie an old netbook into my network of raspberry pi temperature sensors ( https://www.crouchhouse.com )
Thanks!
The text was updated successfully, but these errors were encountered: