<?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/"
	
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Updated solar stats pages.</title>
	<atom:link href="http://slacy.com/blog/2007/06/updated-solar-stats-pages/feed/" rel="self" type="application/rss+xml" />
	<link>http://slacy.com/blog/2007/06/updated-solar-stats-pages/</link>
	<description>This site is solar powered!</description>
	<lastBuildDate>Sat, 12 May 2012 06:30:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Andrew</title>
		<link>http://slacy.com/blog/2007/06/updated-solar-stats-pages/comment-page-1/#comment-20917</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Sat, 12 May 2012 06:30:56 +0000</pubDate>
		<guid isPermaLink="false">http://slacy.com/blog/index.php/2007/06/19/updated-solar-stats-pages/#comment-20917</guid>
		<description>Hi,

I know I&#039;m gravedigging this blog post here, but I&#039;m looking for a set of scripts (or scripts already close enough to modify) to directly monitor my Xantrex GT5 from a linux box (Thecus NAS actually), and directly load to pvoutput.org).  

Can you share your setup?

Thanks,

Andrew -a different one to the previous reply poster :)</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I know I&#8217;m gravedigging this blog post here, but I&#8217;m looking for a set of scripts (or scripts already close enough to modify) to directly monitor my Xantrex GT5 from a linux box (Thecus NAS actually), and directly load to pvoutput.org).  </p>
<p>Can you share your setup?</p>
<p>Thanks,</p>
<p>Andrew -a different one to the previous reply poster <img src='http://slacy.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://slacy.com/blog/2007/06/updated-solar-stats-pages/comment-page-1/#comment-16885</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Wed, 16 Apr 2008 23:05:44 +0000</pubDate>
		<guid isPermaLink="false">http://slacy.com/blog/index.php/2007/06/19/updated-solar-stats-pages/#comment-16885</guid>
		<description>It would be great if I could take a look at it. I&#039;ve used php, perl, and rrd before, but I&#039;m most interested in how your perl script does the actual data retrieval.

Thanks,
-Andrew</description>
		<content:encoded><![CDATA[<p>It would be great if I could take a look at it. I&#8217;ve used php, perl, and rrd before, but I&#8217;m most interested in how your perl script does the actual data retrieval.</p>
<p>Thanks,<br />
-Andrew</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: slacy</title>
		<link>http://slacy.com/blog/2007/06/updated-solar-stats-pages/comment-page-1/#comment-16881</link>
		<dc:creator>slacy</dc:creator>
		<pubDate>Tue, 15 Apr 2008 22:06:59 +0000</pubDate>
		<guid isPermaLink="false">http://slacy.com/blog/index.php/2007/06/19/updated-solar-stats-pages/#comment-16881</guid>
		<description>Hey, so, the setup is that I&#039;ve got a small serial-to-Wifi box hooked up to my Xantrex, and that lets me telnet into the RS-232 control port from my Linux box.

So, then, I&#039;ve got a small perl script that connects to the inverter, issues a few commands to get all the variables I want to measure, and then puts those into an RRD database.  ( http://oss.oetiker.ch/rrdtool/ )

Then, there&#039;s a php script on my webserver which reads the RRD database and generates the graphs that you can see.

Simple enough?  :)  I&#039;d be happy to .tar up the whole thing if you&#039;d like to take a look at it.

BTW, see also http://code.google.com/p/sunscreen/ which is a Python implementation of a similar setup.  I&#039;m not running that, though.</description>
		<content:encoded><![CDATA[<p>Hey, so, the setup is that I&#8217;ve got a small serial-to-Wifi box hooked up to my Xantrex, and that lets me telnet into the RS-232 control port from my Linux box.</p>
<p>So, then, I&#8217;ve got a small perl script that connects to the inverter, issues a few commands to get all the variables I want to measure, and then puts those into an RRD database.  ( <a href="http://oss.oetiker.ch/rrdtool/" rel="nofollow">http://oss.oetiker.ch/rrdtool/</a> )</p>
<p>Then, there&#8217;s a php script on my webserver which reads the RRD database and generates the graphs that you can see.</p>
<p>Simple enough?  <img src='http://slacy.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   I&#8217;d be happy to .tar up the whole thing if you&#8217;d like to take a look at it.</p>
<p>BTW, see also <a href="http://code.google.com/p/sunscreen/" rel="nofollow">http://code.google.com/p/sunscreen/</a> which is a Python implementation of a similar setup.  I&#8217;m not running that, though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://slacy.com/blog/2007/06/updated-solar-stats-pages/comment-page-1/#comment-16880</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Tue, 15 Apr 2008 21:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://slacy.com/blog/index.php/2007/06/19/updated-solar-stats-pages/#comment-16880</guid>
		<description>Your solar stats page is great!

How are you getting data out of your Xantrex solar inverter? Did you write your own serial comm. application, or are you using powerguru or something like it?

Thanks,
-Andrew</description>
		<content:encoded><![CDATA[<p>Your solar stats page is great!</p>
<p>How are you getting data out of your Xantrex solar inverter? Did you write your own serial comm. application, or are you using powerguru or something like it?</p>
<p>Thanks,<br />
-Andrew</p>
]]></content:encoded>
	</item>
</channel>
</rss>

