-
Notifications
You must be signed in to change notification settings - Fork 50
HidTEMPer2
Interface type: HID
Common name: TEMPer2
TEMPered status: untested, might work
USB IDs: 1130:660C
Usable interface number: 1
Manufacturer string: unknown
Product string: unknown
Subtype ID: 0x59
Temperature sensors: 2 (internal + external) FM75
Humidity sensors: 0
I believe this device has one internal and one external temperature sensor, which appear to be FM75 or compatible sensor chips.
There is code for this device 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 of the internal sensor, query with 54 00 00 00 00 00 00 00
, for the external sensor, query with 53 00 00 00 00 00 00 00
.
In both cases, to calculate the temperature, use the FM75 method; high byte is in offset 0, low byte in offset 1.