<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: The Energy Detective &#8211; TED Footprints (Computer Power Monitoring Software)</title>
	<atom:link href="http://www.mavromatic.com/2008/01/the-energy-detective-ted-footprints-computer-power-monitoring-software/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mavromatic.com/2008/01/the-energy-detective-ted-footprints-computer-power-monitoring-software/</link>
	<description>Your source for home automation, home theaters, product reviews, mods, hacks, DIY projects, electronics or anything else I'm into at the moment.</description>
	<lastBuildDate>Mon, 16 Nov 2009 22:41:12 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: What</title>
		<link>http://www.mavromatic.com/2008/01/the-energy-detective-ted-footprints-computer-power-monitoring-software/comment-page-1/#comment-1063</link>
		<dc:creator>What</dc:creator>
		<pubDate>Tue, 03 Mar 2009 16:48:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.mavromatic.com/wordpress/?p=637#comment-1063</guid>
		<description>OK, it looks like I&#039;ll be doing more research around energy monitors.  I just found the wiki at &lt;a href=&quot;http://en.wikipedia.org/wiki/The_Energy_Detective&quot; rel=&quot;nofollow&quot;&gt;http://en.wikipedia.org/wiki/The_Energy_Detective&lt;/a&gt; which outlines several competitive solutions.  My main requirement is no ridiculous lock on a data port and an easy format (e.g. CSV).  If data is collected I can manage that on my own.  I will not use Windows.
</description>
		<content:encoded><![CDATA[<p>OK, it looks like I&#8217;ll be doing more research around energy monitors.  I just found the wiki at <a href="http://en.wikipedia.org/wiki/The_Energy_Detective" rel="nofollow">http://en.wikipedia.org/wiki/The_Energy_Detective</a> which outlines several competitive solutions.  My main requirement is no ridiculous lock on a data port and an easy format (e.g. CSV).  If data is collected I can manage that on my own.  I will not use Windows.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: What</title>
		<link>http://www.mavromatic.com/2008/01/the-energy-detective-ted-footprints-computer-power-monitoring-software/comment-page-1/#comment-1062</link>
		<dc:creator>What</dc:creator>
		<pubDate>Tue, 03 Mar 2009 16:42:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.mavromatic.com/wordpress/?p=637#comment-1062</guid>
		<description>bud_maker_mike, did you have to purchase their software to unlock the unit to get your script to work with your TED?
This lock is the only reason I haven&#039;t already made a purchase.  I see no value in the unit without the use of the data ports.  If the lock weren&#039;t an issue, I&#039;d be purchasing one now.
</description>
		<content:encoded><![CDATA[<p>bud_maker_mike, did you have to purchase their software to unlock the unit to get your script to work with your TED?<br />
This lock is the only reason I haven&#8217;t already made a purchase.  I see no value in the unit without the use of the data ports.  If the lock weren&#8217;t an issue, I&#8217;d be purchasing one now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bud_maker_mike</title>
		<link>http://www.mavromatic.com/2008/01/the-energy-detective-ted-footprints-computer-power-monitoring-software/comment-page-1/#comment-1061</link>
		<dc:creator>bud_maker_mike</dc:creator>
		<pubDate>Mon, 02 Mar 2009 22:25:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.mavromatic.com/wordpress/?p=637#comment-1061</guid>
		<description>Here&#039;s the above python script modified to display the TED live data plus log it to a MySQL database. Once its in MySQL you can do all sorts of things with the data.  This script works great in Fedora Linux recording it via /dev/ttyUSB0, but does require the pyserial module to be loaded.
&lt;a href=&quot;http://www.bananabend.net/energy_detective&quot; rel=&quot;nofollow&quot;&gt;http://www.bananabend.net/energy_detective&lt;/a&gt;
</description>
		<content:encoded><![CDATA[<p>Here&#8217;s the above python script modified to display the TED live data plus log it to a MySQL database. Once its in MySQL you can do all sorts of things with the data.  This script works great in Fedora Linux recording it via /dev/ttyUSB0, but does require the pyserial module to be loaded.<br />
<a href="http://www.bananabend.net/energy_detective" rel="nofollow">http://www.bananabend.net/energy_detective</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://www.mavromatic.com/2008/01/the-energy-detective-ted-footprints-computer-power-monitoring-software/comment-page-1/#comment-1060</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Mon, 09 Feb 2009 04:40:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.mavromatic.com/wordpress/?p=637#comment-1060</guid>
		<description>Has anybody tried klaxxon&#039;s hardware mod from last February?
I took my TED 1000 apart, and looked up the two chips&#039; data sheets, and it looks like I would have to cut the trace to pin 5 of the FT232 chip  (serial-to-USB), and connect that pin to pin 2 of the TDA5051 chip (power-line data receiver).
Does anybody know anything about the data format in this mode of operation?
</description>
		<content:encoded><![CDATA[<p>Has anybody tried klaxxon&#8217;s hardware mod from last February?<br />
I took my TED 1000 apart, and looked up the two chips&#8217; data sheets, and it looks like I would have to cut the trace to pin 5 of the FT232 chip  (serial-to-USB), and connect that pin to pin 2 of the TDA5051 chip (power-line data receiver).<br />
Does anybody know anything about the data format in this mode of operation?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aleaf</title>
		<link>http://www.mavromatic.com/2008/01/the-energy-detective-ted-footprints-computer-power-monitoring-software/comment-page-1/#comment-1059</link>
		<dc:creator>aleaf</dc:creator>
		<pubDate>Mon, 24 Nov 2008 01:13:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.mavromatic.com/wordpress/?p=637#comment-1059</guid>
		<description>I would like to get a TED but u all are scaring me.I do not know if I should get one.
</description>
		<content:encoded><![CDATA[<p>I would like to get a TED but u all are scaring me.I do not know if I should get one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Kelley</title>
		<link>http://www.mavromatic.com/2008/01/the-energy-detective-ted-footprints-computer-power-monitoring-software/comment-page-1/#comment-1058</link>
		<dc:creator>Tim Kelley</dc:creator>
		<pubDate>Thu, 13 Nov 2008 01:45:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.mavromatic.com/wordpress/?p=637#comment-1058</guid>
		<description>I just got my TED DOA.
1.First off the front cover didn&#039;t even have the screws to hold it in place.  It looks like maybe the screw were suppose to be put in first and then the front cover. Mine has no screws so the panel is loose. Nice Job!
I hooked the device up and the MTU flashed Green.
Set the house code to 1.  Nothing.  I made sure I was on the right side of the panel and tried many circuits in the house to make sure.  The RTU never flashed one time. Calling tonight to see if I can get it exchanged. That will be the real test of a good company.  I wonder if they test these units before they send them off.
</description>
		<content:encoded><![CDATA[<p>I just got my TED DOA.<br />
1.First off the front cover didn&#8217;t even have the screws to hold it in place.  It looks like maybe the screw were suppose to be put in first and then the front cover. Mine has no screws so the panel is loose. Nice Job!<br />
I hooked the device up and the MTU flashed Green.<br />
Set the house code to 1.  Nothing.  I made sure I was on the right side of the panel and tried many circuits in the house to make sure.  The RTU never flashed one time. Calling tonight to see if I can get it exchanged. That will be the real test of a good company.  I wonder if they test these units before they send them off.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Micah Dowty</title>
		<link>http://www.mavromatic.com/2008/01/the-energy-detective-ted-footprints-computer-power-monitoring-software/comment-page-1/#comment-1057</link>
		<dc:creator>Micah Dowty</dc:creator>
		<pubDate>Fri, 26 Sep 2008 23:54:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.mavromatic.com/wordpress/?p=637#comment-1057</guid>
		<description>Greg wrote:
&gt; I was told by their tech support that the TED unit now requires some data to be sent to the unit
&gt; to get it to start logging, but as of yet they haven’t told me what that data is.
I found the same thing, when I was trying to write a data logger for my TED. Looking at the data sent by the Footprints service, it appears that a 0xAA character is sent to the RDU every second, as a request for more data.
I wrote a Python module last night which can receive data from my model 1001 RDU, with firmware version 9.01U:
&lt;a href=&quot;http://svn.navi.cx/misc/trunk/python/ted.py&quot; rel=&quot;nofollow&quot;&gt;http://svn.navi.cx/misc/trunk/python/ted.py&lt;/a&gt;
To see if it works with your TED, run it with one command line argument: your TED&#039;s serial port. It should start dumping raw packet data, along with some really basic decoded data (kW, volts, house code, utility rate).
This file can also be used as a library module, from other Python programs. My plan is to add a simple rrdtool data logger/grapher, and run this on an embedded Linux box like a Linksys NSLU2. It would be a really low-power way to log detailed data from the TED 24/7.
</description>
		<content:encoded><![CDATA[<p>Greg wrote:<br />
> I was told by their tech support that the TED unit now requires some data to be sent to the unit<br />
> to get it to start logging, but as of yet they haven’t told me what that data is.<br />
I found the same thing, when I was trying to write a data logger for my TED. Looking at the data sent by the Footprints service, it appears that a 0xAA character is sent to the RDU every second, as a request for more data.<br />
I wrote a Python module last night which can receive data from my model 1001 RDU, with firmware version 9.01U:<br />
<a href="http://svn.navi.cx/misc/trunk/python/ted.py" rel="nofollow">http://svn.navi.cx/misc/trunk/python/ted.py</a><br />
To see if it works with your TED, run it with one command line argument: your TED&#8217;s serial port. It should start dumping raw packet data, along with some really basic decoded data (kW, volts, house code, utility rate).<br />
This file can also be used as a library module, from other Python programs. My plan is to add a simple rrdtool data logger/grapher, and run this on an embedded Linux box like a Linksys NSLU2. It would be a really low-power way to log detailed data from the TED 24/7.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tinkererguy</title>
		<link>http://www.mavromatic.com/2008/01/the-energy-detective-ted-footprints-computer-power-monitoring-software/comment-page-1/#comment-1056</link>
		<dc:creator>tinkererguy</dc:creator>
		<pubDate>Wed, 10 Sep 2008 15:13:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.mavromatic.com/wordpress/?p=637#comment-1056</guid>
		<description>Thank you for making a forum for TED 1001 users!
See Windows Home Server integration idea here:
&lt;a href=&quot;http://www.myrocontrol.com/forum/viewtopic.php?f=13&amp;t=10&amp;start=0&quot; rel=&quot;nofollow&quot;&gt;http://www.myrocontrol.com/forum/viewtopic.php?f=13&amp;t=10&amp;start=0&lt;/a&gt;
and here:
&lt;a href=&quot;http://forum.wegotserved.co.uk/index.php?showtopic=3713&quot; rel=&quot;nofollow&quot;&gt;http://forum.wegotserved.co.uk/index.php?showtopic=3713&lt;/a&gt;
</description>
		<content:encoded><![CDATA[<p>Thank you for making a forum for TED 1001 users!<br />
See Windows Home Server integration idea here:<br />
<a href="http://www.myrocontrol.com/forum/viewtopic.php?f=13&#038;t=10&#038;start=0" rel="nofollow">http://www.myrocontrol.com/forum/viewtopic.php?f=13&#038;t=10&#038;start=0</a><br />
and here:<br />
<a href="http://forum.wegotserved.co.uk/index.php?showtopic=3713" rel="nofollow">http://forum.wegotserved.co.uk/index.php?showtopic=3713</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Gulik</title>
		<link>http://www.mavromatic.com/2008/01/the-energy-detective-ted-footprints-computer-power-monitoring-software/comment-page-1/#comment-1055</link>
		<dc:creator>Greg Gulik</dc:creator>
		<pubDate>Fri, 05 Sep 2008 20:47:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.mavromatic.com/wordpress/?p=637#comment-1055</guid>
		<description>I recently got a TED 1001 unit so I could track energy usage.   Two things I&#039;ve learned so far:
- You MUST buy their footprints software to enable the USB data port.  Even though I never intended to use their software I had no choice but to buy it, otherwise the unit they send you has the port locked.
- Apparently their protocol changed in a recent version because the python script posted by ted above doesn&#039;t work on my unit, even though it DOES log to their software on a Window machine.
I was told by their tech support that the TED unit now requires some data to be sent to the unit to get it to start logging, but as of yet they haven&#039;t told me what that data is.
</description>
		<content:encoded><![CDATA[<p>I recently got a TED 1001 unit so I could track energy usage.   Two things I&#8217;ve learned so far:<br />
- You MUST buy their footprints software to enable the USB data port.  Even though I never intended to use their software I had no choice but to buy it, otherwise the unit they send you has the port locked.<br />
- Apparently their protocol changed in a recent version because the python script posted by ted above doesn&#8217;t work on my unit, even though it DOES log to their software on a Window machine.<br />
I was told by their tech support that the TED unit now requires some data to be sent to the unit to get it to start logging, but as of yet they haven&#8217;t told me what that data is.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tai viinikka</title>
		<link>http://www.mavromatic.com/2008/01/the-energy-detective-ted-footprints-computer-power-monitoring-software/comment-page-1/#comment-1054</link>
		<dc:creator>tai viinikka</dc:creator>
		<pubDate>Fri, 22 Aug 2008 18:03:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.mavromatic.com/wordpress/?p=637#comment-1054</guid>
		<description>James Jones&gt; There’s a guy on flickr who is doing some interesting stuff...
No James, if you mean me, I don&#039;t know what I&#039;m doing. I&#039;m going to grab that little python script now and see if it works for me! Thanks Ted!
</description>
		<content:encoded><![CDATA[<p>James Jones> There’s a guy on flickr who is doing some interesting stuff&#8230;<br />
No James, if you mean me, I don&#8217;t know what I&#8217;m doing. I&#8217;m going to grab that little python script now and see if it works for me! Thanks Ted!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
