<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=TEMPer</id>
	<title>TEMPer - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=TEMPer"/>
	<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=TEMPer&amp;action=history"/>
	<updated>2026-05-06T15:24:31Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://aznot.com/index.php?title=TEMPer&amp;diff=4540&amp;oldid=prev</id>
		<title>Kenneth: /* Apps */</title>
		<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=TEMPer&amp;diff=4540&amp;oldid=prev"/>
		<updated>2017-12-16T18:52:22Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Apps&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== See Also ==&lt;br /&gt;
&lt;br /&gt;
See also [[USB Thermometer]]&lt;br /&gt;
&lt;br /&gt;
== Device ID ==&lt;br /&gt;
&lt;br /&gt;
 idVendor = 0x1130&lt;br /&gt;
 idProduct = 0x660c&lt;br /&gt;
&lt;br /&gt;
 # lsusb&lt;br /&gt;
 Bus 001 Device 010: ID 1130:660c Tenx Technology, Inc. Foot Pedal/Thermometer&lt;br /&gt;
&lt;br /&gt;
== Apps ==&lt;br /&gt;
&lt;br /&gt;
FAVORITE SOLUTIONS:&lt;br /&gt;
&lt;br /&gt;
(Python Solution) kiloforce/PyTEMPer - https://github.com/kiloforce/PyTEMPer&lt;br /&gt;
* forked from: http://www.manialabs.us/downloads/Temper.py&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
git clone https://github.com/kiloforce/PyTEMPer&lt;br /&gt;
cd PyTEMPer&lt;br /&gt;
# or wget https://raw.github.com/kiloforce/PyTEMPer/master/temper.py&lt;br /&gt;
&lt;br /&gt;
# Get PyUSB (if you do not already have installed)&lt;br /&gt;
# git clone https://github.com/kiloforce/pyusb&lt;br /&gt;
git clone https://github.com/walac/pyusb&lt;br /&gt;
ln -s pyusb/usb usb&lt;br /&gt;
&lt;br /&gt;
# Run as root&lt;br /&gt;
sudo python temper.py&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
-&lt;br /&gt;
&lt;br /&gt;
(C Solution) kiloforce/temper - https://github.com/kiloforce/temper&lt;br /&gt;
* forked from: https://github.com/bitplane/temper&lt;br /&gt;
* TEMPer1 temperature sensor in Linux – bitplane.net - http://bitplane.net/2012/01/temper1-ubuntu&lt;br /&gt;
&lt;br /&gt;
 # apt-get install libusb-dev&lt;br /&gt;
 # yum install libusb-devel&lt;br /&gt;
 git clone https://github.com/kiloforce/temper&lt;br /&gt;
 make&lt;br /&gt;
 sudo temper&lt;br /&gt;
&lt;br /&gt;
=== Microdia ===&lt;br /&gt;
&lt;br /&gt;
 # lsusb&lt;br /&gt;
 Bus 001 Device 005: ID 0c45:7401 Microdia&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd /opt&lt;br /&gt;
&lt;br /&gt;
git clone https://github.com/kiloforce/temper-python&lt;br /&gt;
cd temper-python&lt;br /&gt;
&lt;br /&gt;
# Get PyUSB (if you do not already have installed)&lt;br /&gt;
cd temperusb&lt;br /&gt;
git clone https://github.com/kiloforce/pyusb&lt;br /&gt;
ln -s pyusb/usb usb&lt;br /&gt;
cd ..&lt;br /&gt;
&lt;br /&gt;
# Fix import issue on Python 2.7&lt;br /&gt;
sed -i &amp;#039;s/from .temper import TemperHandler/from temper import TemperHandler/&amp;#039; temperusb/cli.py&lt;br /&gt;
&lt;br /&gt;
# Run as root&lt;br /&gt;
sudo python temperusb/cli.py -c&lt;br /&gt;
sudo python temperusb/cli.py -f&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Others ===&lt;br /&gt;
&lt;br /&gt;
Update to: Python USB and TEMPer V1.2 | NSE - http://neon-society-electronics.com/?p=59&lt;br /&gt;
&lt;br /&gt;
http://neon-society-electronics.com/wp-content/uploads/2013/04/2013-04-27_21-02-48_422-624x226.jpg&lt;br /&gt;
&lt;br /&gt;
-&lt;br /&gt;
&lt;br /&gt;
TEMPer Temperature Sensor Linux Driver | Relavak Labs - http://relavak.wordpress.com/2009/10/17/temper-temperature-sensor-linux-driver/&lt;br /&gt;
* http://www.relavak.com/downloads/temper-1.0.tgz&lt;br /&gt;
* Note: This one reads the temperature over and over indefinitely&lt;br /&gt;
&lt;br /&gt;
-&lt;br /&gt;
&lt;br /&gt;
TEMPer USB thermometer on Linux | Jonathan Gazeley - http://www.jonathangazeley.com/2009/10/temper-usb-thermometer-on-linux/&lt;br /&gt;
* Tollef Fog Heen - http://err.no/personal/blog/tech/2008-07-22-10-17_kernel_patches_TEMPer_thermometer.html&lt;br /&gt;
* Nagios plugin for TEMPer USB thermometer | Jonathan Gazeley - http://www.jonathangazeley.com/2009/10/nagios-plugin-for-temper-usb-thermometer/&lt;br /&gt;
* http://err.no/src/TEMPer.c&lt;br /&gt;
* http://www.jonathangazeley.com/wp-content/uploads/2009/10/TEMPer2.c&lt;br /&gt;
* The G Man Speaks: USB Temperature Sensor and Linux - http://blog.thegiblins.com/2009/11/usb-temperature-sensor-and-linux.html&lt;br /&gt;
* Note: This one seems to complicated!&lt;br /&gt;
&lt;br /&gt;
http://3.bp.blogspot.com/_tz9wwfYskz8/SwRB--a5oCI/AAAAAAAAACY/VeH7xwZhqIQ/s320/usb_temperature_sensor_TEMPer_.jpg&lt;br /&gt;
&lt;br /&gt;
-&lt;br /&gt;
&lt;br /&gt;
pcsensor - http://www.isp-sl.com/pcsensor-0.0.1.tgz  (LINK IS BROKEN!)&lt;br /&gt;
* TEMPer Temperature Sensor Linux Driver | Relavak Labs - http://relavak.wordpress.com/2009/10/17/temper-temperature-sensor-linux-driver/&lt;br /&gt;
* http://www.panticz.de/Ubuntu-Temperature-monitoring-with-TEMPer-USB-sensor - http://www.panticz.de/Ubuntu-Temperature-monitoring-with-TEMPer-USB-sensor&lt;br /&gt;
* Dirt cheap USB Temperature Sensor with python SMS alerting system. | Eclectic Security - http://bailey.st/blog/2012/04/12/dirt-cheap-usb-temperature-sensor-with-python-sms-alerting-system/&lt;br /&gt;
* https://github.com/padelt/pcsensor-temper&lt;br /&gt;
* Note: Doesn&amp;#039;t appear to work - &amp;quot;Couldn&amp;#039;t find the USB device, Exiting&amp;quot;&lt;br /&gt;
&lt;br /&gt;
-&lt;br /&gt;
&lt;br /&gt;
Friendly Links - PCsensor.com - http://www.pcsensor.com/index.php?_a=document&amp;amp;doc_id=17&lt;br /&gt;
&lt;br /&gt;
== Docs ==&lt;br /&gt;
&lt;br /&gt;
FAQ - PCsensor.com - http://www.pcsensor.com/index.php?_a=document&amp;amp;docId=5&amp;amp;doc_id=5&lt;br /&gt;
&lt;br /&gt;
Hack and / - Temper Temper | Linux Journal - http://www.linuxjournal.com/article/10809&lt;br /&gt;
* Guide to TEMPer Support under Linux: https://wwwx.cs.unc.edu/~hays/archives/2010/03/entry_25.php&lt;br /&gt;
* One of Many Places to Buy the Thermometer On-line ($25): www.amazon.com/TEMPer-USB-Thermometer-w-Alerts/dp/B002VA813U&lt;br /&gt;
* TEMPer Thermometer CPAN Module: search.cpan.org/dist/Device-USB-PCSensor-HidTEMPer &lt;br /&gt;
&lt;br /&gt;
== Purchase ==&lt;br /&gt;
&lt;br /&gt;
Amazon.com : PC USB Powered Thermometer Temperature Sensor Data Log : Computer Usb Cables : Computers &amp;amp; Accessories ($15 + $4) - http://www.amazon.com/Powered-Thermometer-Temperature-Sensor-Data/dp/B0054U4YKI&lt;br /&gt;
* USB Digital Thermometer Dongle (Software Displays Temperature) - Free Shipping - DealExtreme ($9) (Item is temporarily sold out.) - http://dx.com/p/usb-digital-thermometer-dongle-software-displays-temperature-7003&lt;br /&gt;
&lt;br /&gt;
== Temperature @lert ==&lt;br /&gt;
&lt;br /&gt;
See [[Temperature @lert]]&lt;br /&gt;
&lt;br /&gt;
== keywords ==&lt;br /&gt;
&lt;br /&gt;
[[Category:Home Automation]]&lt;/div&gt;</summary>
		<author><name>Kenneth</name></author>
	</entry>
</feed>