Skip to content
Frode Austvik edited this page May 6, 2012 · 2 revisions

Interface type: HID
Common name: TEMPer or 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 FM75 (internal or external, see below)
Humidity sensors: 0


I believe this device has one temperature sensor, which appears to be an FM75 or compatible sensor chip.

I think there are two variants of this hardware - one with an internal sensor, and one with an external sensor - that function identically otherwise, and were sold under the names TEMPer and TEMPer1 respectively.

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.

Clone this wiki locally