<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Modpoll Wiki</title><link>https://sourceforge.net/p/modpoll/wiki/Modpoll%2520Wiki/</link><description>Recent changes to Modpoll Wiki</description><atom:link href="https://sourceforge.net/p/modpoll/wiki/Modpoll%20Wiki/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 25 Feb 2014 14:06:27 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/modpoll/wiki/Modpoll%20Wiki/feed" rel="self" type="application/rss+xml"/><item><title>Modpoll Wiki modified by sithyoda</title><link>https://sourceforge.net/p/modpoll/wiki/Modpoll%2520Wiki/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,34 @@
-Welcome to your wiki!
+Welcome to modpoll Wiki page!

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+Installation:
+To get 123solar working with Effekta ES-series power inverters pls. install 123solar (www.123solar.org) and select effekta in the inverters settings.

-The wiki uses [Markdown](/p/modpoll/wiki/markdown_syntax/) syntax.
+Then create "/etc/modpoll" directory and copy the 2 files from this project there.
+Make them executable with "chmod +x modpoll.sh modpoll.php".
+Then open modpoll.php with your favorite editor and edit the following two settings:

-[[members limit=20]]
-[[download_button]]
+$moxa_ip = "x.x.x.x"; /* The IP adress of you serial2ethernet converter
+$moxa_port = yyyyy; /* the tcp port your serial2ethernet converter runs the tcp server
+
+The serial2ethernet converter needs to run in the so called TCP-Server mode (in my case it is a cheap USR T24).
+Change the settings (baud-rate, stop bit, parity,...) according to the manual of your power inverter.
+
+Then start modpoll with "./modpoll.sh start" to collect data from the inverter.
+Actual data get written to files in "/etc/modpoll/tmp/".
+
+From there, the effekta.php script in 123solar grabs the data.
+
+You can moitor the full communication between your inverter and server in the "/etc/modpoll/log/modpoll_%date_.log" file.
+
+If setup runs fine and data get shown in 123solar, you are free to disable the debug mode in modpoll.php ($debug = false;). Log files don't get written anymore.
+
+Hint:
+After a few days, the calculated overall power (ptotal in kWh) from modpoll will be slightly higher than the overall power shown on your Effekta ES-series inverter.
+This is due the fact, that the inverter's ptotal counter stores only full kWh values.
+So the inverters counter loses all Wh earned after the last kWh incrementation of the day when it powers down (night).
+The next day it starts e.g. with 444.0kWh instead of the real 444.849kWh from the previous day.
+
+Modpoll calculates the values with the same algorithm the inverter counts, but counts every single Wh and donet lose anything.
+So it is much more accurate than the inverters internal counter.
+
+Have fun!
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">sithyoda</dc:creator><pubDate>Tue, 25 Feb 2014 14:06:27 -0000</pubDate><guid>https://sourceforge.net0c6e5fc31d3949100c3de3eb178a620c8f8d5fa5</guid></item><item><title>Home modified by sithyoda</title><link>https://sourceforge.net/p/modpoll/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/modpoll/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;h6&gt;Project Members:&lt;/h6&gt;
&lt;ul class="md-users-list"&gt;
&lt;li&gt;&lt;a href="/u/sithyoda/"&gt;sithyoda&lt;/a&gt; (admin)&lt;/li&gt;
&lt;/ul&gt;&lt;br /&gt;
&lt;/p&gt;&lt;p&gt;&lt;span class="download-button-52e63067485acd1b93173311" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">sithyoda</dc:creator><pubDate>Mon, 27 Jan 2014 10:09:44 -0000</pubDate><guid>https://sourceforge.net933ad60c2d864bcfa92d0a4d0a40742ba29f10db</guid></item></channel></rss>