<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Control USB Power based on temperature monitoring in Mac OS X</title>
	<link>http://ask.metafilter.com/73936/Control-USB-Power-based-on-temperature-monitoring-in-Mac-OS-X/</link>
	<description>Comments on Ask MetaFilter post Control USB Power based on temperature monitoring in Mac OS X</description>
	<pubDate>Tue, 16 Oct 2007 11:24:41 -0800</pubDate>
	<lastBuildDate>Tue, 16 Oct 2007 11:24:41 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Control USB Power based on temperature monitoring in Mac OS X</title>
		<link>http://ask.metafilter.com/73936/Control-USB-Power-based-on-temperature-monitoring-in-Mac-OS-X</link>	
		<description>I have a laptop cooling fan which runs on USB power. It works well but it&apos;s a fairly monotonous drone. The internal fans are linked to the cooling unit and the temperature monitor, so they operate based on the current temperature. Is there any way I can control the USB fan based on temperature as well?  &lt;br /&gt;&lt;br /&gt; MacBook Pro 2.16GHz 2GB RAM C2D running Mac OS X 10.4.10&lt;br&gt;
&lt;br&gt;
I am really looking for an easy way to control power to the USB port based on temperature monitoring. At the most fundamental level, I&apos;d like to do is write the following (in AppleScript, Cocoa Objective-C, Java, etc.):&lt;br&gt;
&lt;br&gt;
&lt;code&gt;&lt;br&gt;
temperature = TempMonitor.temp();&lt;br&gt;
&lt;br&gt;
if (someUSBIdentifier == FAN) {&lt;br&gt;
    if (temperature &lt;&gt; someUpperLimit) {&lt;br&gt;
        USB.port(2).power = on;&lt;br&gt;
    }&lt;br&gt;
}&lt;br&gt;
&lt;/&gt;&lt;/code&gt;&lt;br&gt;
&lt;br&gt;
I&apos;d like to find some way to identify the fan through the port, so that I don&apos;t end up powering off an external laptop just because the machine heats up. I&apos;ve looked through the System Profiler and can&apos;t find any identifying information for it, so I was wondering if there is some other profile or fingerprint I can pick up. &lt;br&gt;
&lt;br&gt;
I&apos;ve installed the Mac OS X USB SDK 1.8.7 for XCode and I will play around with that, but I was just looking to see if anyone had any ideas. Thanks.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2007:site.73936</guid>
		<pubDate>Tue, 16 Oct 2007 11:17:58 -0800</pubDate>
		<dc:creator>Mr. Banana Grabber</dc:creator>
		
			<category>mac</category>
		
			<category>applescript</category>
		
			<category>usbfan</category>
		
			<category>power</category>
		
	</item> <item>
		<title>By: jkaczor</title>
		<link>http://ask.metafilter.com/73936/Control-USB-Power-based-on-temperature-monitoring-in-Mac-OS-X#1099708</link>	
		<description>You don&apos;t need active cooling - passive would be just fine... IMO&lt;br&gt;
&lt;br&gt;
Basically the underside/back end of the machine typically simply needs to be lifted to get more airflow to it&apos;s in-built fan/intake(s).&lt;br&gt;
&lt;br&gt;
(I have 3 Targus CoolPads - I swear by them)</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.73936-1099708</guid>
		<pubDate>Tue, 16 Oct 2007 11:24:41 -0800</pubDate>
		<dc:creator>jkaczor</dc:creator>
	</item><item>
		<title>By: Mr. Banana Grabber</title>
		<link>http://ask.metafilter.com/73936/Control-USB-Power-based-on-temperature-monitoring-in-Mac-OS-X#1099731</link>	
		<description>I&apos;m using a &lt;a href=&quot;http://www.amazon.com/exec/obidos/ASIN/B000NWIOM6/metafilter-20/ref=nosim/&quot;&gt;Belkin F5L001 Cooling Stand&lt;/a&gt; - I like it so far, but when the enclosure temperature is down to 85?, there&apos;s no reason for the fans to be humming. &lt;br&gt;
&lt;br&gt;
I definitely need the active cooling though, the temperature range before I started using it was 98? - 105? for the enclosure bottom and 140? to 160? for the CPU. Now it&apos;s down to 78? - 90? for the enclosure and 120? - 140? for the CPU. Much more comfortable when I&apos;m using it.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.73936-1099731</guid>
		<pubDate>Tue, 16 Oct 2007 11:38:57 -0800</pubDate>
		<dc:creator>Mr. Banana Grabber</dc:creator>
	</item><item>
		<title>By: mrg</title>
		<link>http://ask.metafilter.com/73936/Control-USB-Power-based-on-temperature-monitoring-in-Mac-OS-X#1100041</link>	
		<description>I have one of those kinda things too; the USB connection is just wired for power. if it&apos;s not showing up in System Profiler it&apos;s probably set up the same way. (mine&apos;s pretty obvious - the USB cable plugs in where the AC adapter plugs in.) you could build something (say, with a &lt;a href=&quot;http://www.parallax.com&quot;&gt;BASIC stamp&lt;/a&gt; or one of those Atmel things Make likes) with a USB port already on it to vary the voltage going into the fan, which would work, but would require soldering.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.73936-1100041</guid>
		<pubDate>Tue, 16 Oct 2007 15:24:34 -0800</pubDate>
		<dc:creator>mrg</dc:creator>
	</item>
	</channel>
</rss>
