-
Notifications
You must be signed in to change notification settings - Fork 50
HidTEMPer1
Interface type: HID
Common name: TEMPer1
TEMPered status: untested, might work
USB IDs: 1130:660C
Usable interface number: 1
Manufacturer string: unknown
Product string: unknown
Subtype ID: 0x58
Temperature sensors: 1 internal FM75
Humidity sensors: 0
I believe this device has one internal temperature sensor, which appears to be an FM75 or compatible sensor chip.
This is the type relavak's temper-1.0 program was written for, and there is also code for it in Magnus Sulland's Perl module.
As such, the queries and offsets are known, but since the code is new, we don't yet know if this device actually works with TEMPered. However, I believe it should work, so please test it and tell us the result, whether or not it does.
To get the temperature, query with 54 00 00 00 00 00 00 00
.
To calculate the temperature, use the FM75 method; high byte is in offset 0, low byte in offset 1.