<?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 for l i k a . b e</title>
	<atom:link href="http://lika.be/wp/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://lika.be/wp</link>
	<description>Bouw, kook en electronica website van Katleen en Lieven</description>
	<lastBuildDate>Sun, 06 May 2012 18:55:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on xPL enabled utility meter monitor by Lieven</title>
		<link>http://lika.be/wp/2010/03/xpl-enabled-utility-meter-monitor/comment-page-1/#comment-606</link>
		<dc:creator>Lieven</dc:creator>
		<pubDate>Sun, 06 May 2012 18:55:37 +0000</pubDate>
		<guid isPermaLink="false">http://lika.be/wp/?p=720#comment-606</guid>
		<description>Als er nog mensen zijn die op zoek zijn naar de Hall sensoren waarover in deze post sprake is: ik heb een &lt;a href=&quot;http://likatronix.be/wp/shop/hall-sensor/&quot; rel=&quot;nofollow&quot;&gt;webshop&lt;/a&gt; opgezet waar je ze kan kopen.</description>
		<content:encoded><![CDATA[<p>Als er nog mensen zijn die op zoek zijn naar de Hall sensoren waarover in deze post sprake is: ik heb een <a href="http://likatronix.be/wp/shop/hall-sensor/" rel="nofollow">webshop</a> opgezet waar je ze kan kopen.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Plugwise xPL interface for v2 firmware by Lieven</title>
		<link>http://lika.be/wp/2011/07/plugwise-xpl-interface-for-v2-firmware/comment-page-1/#comment-605</link>
		<dc:creator>Lieven</dc:creator>
		<pubDate>Sat, 05 May 2012 08:42:41 +0000</pubDate>
		<guid isPermaLink="false">http://lika.be/wp/?p=862#comment-605</guid>
		<description>Hello Bastiaan,

hmm, strange. At least everything points into the direction of a problem in the CRC module. I rely on this module to calculate the required CRC that is added to every line that is sent to/from the Stick, so it is normal that you get an error every time such a message is created (WR&gt; or RD&lt; in the log).

I have successfully used the xPL lib on an ARM architecture (NLSU2) so I suspect it is something specific to your setup. Could you try to trace in the CRC module what parameter is uninitialized?

Kind regards,
 Lieven.

P.S. For further discussion on this: feel free to use the ticketing system on github: https://github.com/hollie/xpl-perl</description>
		<content:encoded><![CDATA[<p>Hello Bastiaan,</p>
<p>hmm, strange. At least everything points into the direction of a problem in the CRC module. I rely on this module to calculate the required CRC that is added to every line that is sent to/from the Stick, so it is normal that you get an error every time such a message is created (WR> or RD< in the log).</p>
<p>I have successfully used the xPL lib on an ARM architecture (NLSU2) so I suspect it is something specific to your setup. Could you try to trace in the CRC module what parameter is uninitialized?</p>
<p>Kind regards,<br />
 Lieven.</p>
<p>P.S. For further discussion on this: feel free to use the ticketing system on github: <a href="https://github.com/hollie/xpl-perl" rel="nofollow">https://github.com/hollie/xpl-perl</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Plugwise xPL interface for v2 firmware by Bastiaan</title>
		<link>http://lika.be/wp/2011/07/plugwise-xpl-interface-for-v2-firmware/comment-page-1/#comment-604</link>
		<dc:creator>Bastiaan</dc:creator>
		<pubDate>Sat, 05 May 2012 08:35:16 +0000</pubDate>
		<guid isPermaLink="false">http://lika.be/wp/?p=862#comment-604</guid>
		<description>Hi Lieven,
I&#039;m busy integrating your xpl-plugwise work on a QNAP NAS (with ARM cpu). I think I&#039;m almost there, but I’m bumping on an error when starting the xpl-plugwise. The perl environment meets the prerequisites and XPL-Perl is compiled. I start the xpl-hub and xpl-logger and then I start the client like “/opt/bin/xpl-plugwise --verbose --plugwise-tty /dev/ttyUSB0”. Then I  get this output:
Listening on 192.168.1.253:59326
Sending on 192.168.1.255
Use of uninitialized value in subroutine entry at /opt/lib/perl5/site_perl/5.10.0/arm-linux/Digest/CRC.pm line 264.
WR&gt;STICK: 000AB43C

When I want to list all the connected cicles, the xpl-plugwise outputs this:
Use of uninitialized value $address in substr at /opt/lib/perl5/site_perl/5.10.0/xPL/Dock/Plugwise.pm line 954.
Use of uninitialized value in subroutine entry at /opt/lib/perl5/site_perl/5.10.0/arm-linux/Digest/CRC.pm line 264.
WR&gt;STICK: 0026000D6F0000000000B034

I get no xpl-stat back. (hub see’s everything’s connected, xpl-logger see’s the request going by).
So I think the CRC.pm is the problem. Do you have any idea’s what could be the cause?

This is the part round line 264 of CRC.pm:
sub crc {
  my ($message,$width,$init,$xorout,$refout,$poly,$refin,$cont) = @_;
  _crc($message,$width,$init,$xorout,$refin,$refout,$cont,_tabinit($width,$poly,$refin)); &lt;&lt;&lt;THIS
}

Thanks in advance (have a great 5th of May liberation day).

Best regards,
Bastiaan</description>
		<content:encoded><![CDATA[<p>Hi Lieven,<br />
I&#8217;m busy integrating your xpl-plugwise work on a QNAP NAS (with ARM cpu). I think I&#8217;m almost there, but I’m bumping on an error when starting the xpl-plugwise. The perl environment meets the prerequisites and XPL-Perl is compiled. I start the xpl-hub and xpl-logger and then I start the client like “/opt/bin/xpl-plugwise &#8211;verbose &#8211;plugwise-tty /dev/ttyUSB0”. Then I  get this output:<br />
Listening on 192.168.1.253:59326<br />
Sending on 192.168.1.255<br />
Use of uninitialized value in subroutine entry at /opt/lib/perl5/site_perl/5.10.0/arm-linux/Digest/CRC.pm line 264.<br />
WR&gt;STICK: 000AB43C</p>
<p>When I want to list all the connected cicles, the xpl-plugwise outputs this:<br />
Use of uninitialized value $address in substr at /opt/lib/perl5/site_perl/5.10.0/xPL/Dock/Plugwise.pm line 954.<br />
Use of uninitialized value in subroutine entry at /opt/lib/perl5/site_perl/5.10.0/arm-linux/Digest/CRC.pm line 264.<br />
WR&gt;STICK: 0026000D6F0000000000B034</p>
<p>I get no xpl-stat back. (hub see’s everything’s connected, xpl-logger see’s the request going by).<br />
So I think the CRC.pm is the problem. Do you have any idea’s what could be the cause?</p>
<p>This is the part round line 264 of CRC.pm:<br />
sub crc {<br />
  my ($message,$width,$init,$xorout,$refout,$poly,$refin,$cont) = @_;<br />
  _crc($message,$width,$init,$xorout,$refin,$refout,$cont,_tabinit($width,$poly,$refin)); &lt;&lt;&lt;THIS<br />
}</p>
<p>Thanks in advance (have a great 5th of May liberation day).</p>
<p>Best regards,<br />
Bastiaan</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Isolatiematerialen by Travieso</title>
		<link>http://lika.be/wp/2005/08/isolatiematerialen/comment-page-1/#comment-597</link>
		<dc:creator>Travieso</dc:creator>
		<pubDate>Thu, 22 Mar 2012 17:47:26 +0000</pubDate>
		<guid isPermaLink="false">#comment-597</guid>
		<description>Bedankt voor het delen! Succes verder nog.</description>
		<content:encoded><![CDATA[<p>Bedankt voor het delen! Succes verder nog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Outlook email blank subject warning by Naeem</title>
		<link>http://lika.be/wp/2007/03/outlook-email-blank-subject-warning/comment-page-1/#comment-587</link>
		<dc:creator>Naeem</dc:creator>
		<pubDate>Wed, 07 Mar 2012 10:31:56 +0000</pubDate>
		<guid isPermaLink="false">#comment-587</guid>
		<description>Thanks guys</description>
		<content:encoded><![CDATA[<p>Thanks guys</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Outlook email blank subject warning by Mike</title>
		<link>http://lika.be/wp/2007/03/outlook-email-blank-subject-warning/comment-page-1/#comment-586</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 05 Mar 2012 22:24:53 +0000</pubDate>
		<guid isPermaLink="false">#comment-586</guid>
		<description>Works well, thanks for this!</description>
		<content:encoded><![CDATA[<p>Works well, thanks for this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on xPL enabled utility meter monitor by Roeland Vandebriel</title>
		<link>http://lika.be/wp/2010/03/xpl-enabled-utility-meter-monitor/comment-page-1/#comment-585</link>
		<dc:creator>Roeland Vandebriel</dc:creator>
		<pubDate>Sun, 26 Feb 2012 08:50:01 +0000</pubDate>
		<guid isPermaLink="false">http://lika.be/wp/?p=720#comment-585</guid>
		<description>Hoi Lieven,

Ter info: chrome en xport is geen goede combinatie. Ik ben moeten overschakelen op firefox dat leek wel te werken,
In chrome kan je wel de settings veranderen van de xport, maar opslaan lijkt niet te lukken.
OS: MAC OS 10.6

Roeland</description>
		<content:encoded><![CDATA[<p>Hoi Lieven,</p>
<p>Ter info: chrome en xport is geen goede combinatie. Ik ben moeten overschakelen op firefox dat leek wel te werken,<br />
In chrome kan je wel de settings veranderen van de xport, maar opslaan lijkt niet te lukken.<br />
OS: MAC OS 10.6</p>
<p>Roeland</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Outlook email blank subject warning by Lauren</title>
		<link>http://lika.be/wp/2007/03/outlook-email-blank-subject-warning/comment-page-1/#comment-576</link>
		<dc:creator>Lauren</dc:creator>
		<pubDate>Thu, 16 Feb 2012 00:27:06 +0000</pubDate>
		<guid isPermaLink="false">#comment-576</guid>
		<description>I just used this for Outlook 2007 after sending two emails to colleagues without subjects and it works great, easy too.  Just wanted to show my gratitude!</description>
		<content:encoded><![CDATA[<p>I just used this for Outlook 2007 after sending two emails to colleagues without subjects and it works great, easy too.  Just wanted to show my gratitude!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Plugwise xPL interface for v2 firmware by Lieven</title>
		<link>http://lika.be/wp/2011/07/plugwise-xpl-interface-for-v2-firmware/comment-page-1/#comment-573</link>
		<dc:creator>Lieven</dc:creator>
		<pubDate>Thu, 09 Feb 2012 18:38:34 +0000</pubDate>
		<guid isPermaLink="false">http://lika.be/wp/?p=862#comment-573</guid>
		<description>Hello Ralph,

the xPL Plugwise code is semi-stable what I&#039;m concerned (I&#039;m using it without problems the last months). It is very easy to contribute changes. The code is open source and is available on github (https://github.com/hollie/xpl-perl). To contribute, just make a github account, clone my repository, and after you have added your changes send me a pull request. I can then easily integrate your addition in the main code database.

I&#039;m currently not working on integrating sensors or on adding circles to the network, so any code that would help supporting this is very welcome!

Best regards,
 Lieven.</description>
		<content:encoded><![CDATA[<p>Hello Ralph,</p>
<p>the xPL Plugwise code is semi-stable what I&#8217;m concerned (I&#8217;m using it without problems the last months). It is very easy to contribute changes. The code is open source and is available on github (<a href="https://github.com/hollie/xpl-perl" rel="nofollow">https://github.com/hollie/xpl-perl</a>). To contribute, just make a github account, clone my repository, and after you have added your changes send me a pull request. I can then easily integrate your addition in the main code database.</p>
<p>I&#8217;m currently not working on integrating sensors or on adding circles to the network, so any code that would help supporting this is very welcome!</p>
<p>Best regards,<br />
 Lieven.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Plugwise xPL interface for v2 firmware by Ralph P. Jacobs</title>
		<link>http://lika.be/wp/2011/07/plugwise-xpl-interface-for-v2-firmware/comment-page-1/#comment-572</link>
		<dc:creator>Ralph P. Jacobs</dc:creator>
		<pubDate>Thu, 09 Feb 2012 10:53:44 +0000</pubDate>
		<guid isPermaLink="false">http://lika.be/wp/?p=862#comment-572</guid>
		<description>Hi,

Great that you build an xpl extention for Plugwise!

Do you still work on it? I want to create to options:

* detect and connect circles to the stick.
* connect with sensors (Scan &amp; Sense)

Please let me know if I build something that is already in progress and how I can contribute to you release.

Kind regards Ralph</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Great that you build an xpl extention for Plugwise!</p>
<p>Do you still work on it? I want to create to options:</p>
<p>* detect and connect circles to the stick.<br />
* connect with sensors (Scan &amp; Sense)</p>
<p>Please let me know if I build something that is already in progress and how I can contribute to you release.</p>
<p>Kind regards Ralph</p>
]]></content:encoded>
	</item>
</channel>
</rss>

