<?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: jomnilink 0.03</title>
	<atom:link href="http://digitaldan.com/2009/04/jomnilink-003/feed/" rel="self" type="application/rss+xml" />
	<link>http://digitaldan.com/2009/04/jomnilink-003/</link>
	<description></description>
	<lastBuildDate>Wed, 01 Sep 2010 13:29:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Fred</title>
		<link>http://digitaldan.com/2009/04/jomnilink-003/comment-page-1/#comment-13748</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Wed, 18 Aug 2010 23:38:58 +0000</pubDate>
		<guid isPermaLink="false">http://digitaldan.com/?p=185#comment-13748</guid>
		<description>Hi Dan, as a long time user of H@ome, thank you for all your work. 2 weeks ago I downloaded Jomnilink and have your demo up and working. Wondering if you or the community has posted any other example code. It is taking me a bit longer than expected to learn how to use your OO Libraries ... I don&#039;t mind posting my code when I&#039;m done. THANKS!</description>
		<content:encoded><![CDATA[<p>Hi Dan, as a long time user of H@ome, thank you for all your work. 2 weeks ago I downloaded Jomnilink and have your demo up and working. Wondering if you or the community has posted any other example code. It is taking me a bit longer than expected to learn how to use your OO Libraries &#8230; I don&#8217;t mind posting my code when I&#8217;m done. THANKS!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://digitaldan.com/2009/04/jomnilink-003/comment-page-1/#comment-11633</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Sun, 13 Dec 2009 03:41:46 +0000</pubDate>
		<guid isPermaLink="false">http://digitaldan.com/?p=185#comment-11633</guid>
		<description>Great little library, connects beautifully with the omni.

I&#039;m in the process of extending it to do things like break up the extended message types into classes that decode their meaning, as well as generally clearing the warnings etc.

Dan, Drop me a line if you want to see my changes.

js, I get a NAK from passing in 9, which given I have only 1 thermo might explain things. Perhaps there&#039;s a maximum that can be passed in?</description>
		<content:encoded><![CDATA[<p>Great little library, connects beautifully with the omni.</p>
<p>I&#8217;m in the process of extending it to do things like break up the extended message types into classes that decode their meaning, as well as generally clearing the warnings etc.</p>
<p>Dan, Drop me a line if you want to see my changes.</p>
<p>js, I get a NAK from passing in 9, which given I have only 1 thermo might explain things. Perhaps there&#8217;s a maximum that can be passed in?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: js</title>
		<link>http://digitaldan.com/2009/04/jomnilink-003/comment-page-1/#comment-11385</link>
		<dc:creator>js</dc:creator>
		<pubDate>Sat, 31 Oct 2009 01:50:34 +0000</pubDate>
		<guid isPermaLink="false">http://digitaldan.com/?p=185#comment-11385</guid>
		<description>Actually while I&#039;m at it, one more question: your examples/Main.java has the following line in it:

	status = c.reqObjectStatus(Message.OBJ_TYPE_THERMO,1,9);

I noticed you hard-coded 9 in there instead of using the capacity returned by the earlier call to reqObjectTypeCapacities().. on my OPII that returns 64.  

when I try passing that value into reqObjectStatus I get a NACK message but when I use your hard-coded value of 9, it works.. 

is this an HAI protocol error or is there something else going on here which I&#039;m not understanding?</description>
		<content:encoded><![CDATA[<p>Actually while I&#8217;m at it, one more question: your examples/Main.java has the following line in it:</p>
<p>	status = c.reqObjectStatus(Message.OBJ_TYPE_THERMO,1,9);</p>
<p>I noticed you hard-coded 9 in there instead of using the capacity returned by the earlier call to reqObjectTypeCapacities().. on my OPII that returns 64.  </p>
<p>when I try passing that value into reqObjectStatus I get a NACK message but when I use your hard-coded value of 9, it works.. </p>
<p>is this an HAI protocol error or is there something else going on here which I&#8217;m not understanding?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: js</title>
		<link>http://digitaldan.com/2009/04/jomnilink-003/comment-page-1/#comment-11384</link>
		<dc:creator>js</dc:creator>
		<pubDate>Sat, 31 Oct 2009 01:32:18 +0000</pubDate>
		<guid isPermaLink="false">http://digitaldan.com/?p=185#comment-11384</guid>
		<description>Dan, I had a question about this part of Connection.reqObjectStatus:

		while(current &lt; endObject){
			next  = 25;

i couldn&#039;t figure out where the 25 came from, or why you break up requests this way.. is this to keep individual messages below a particular size?

is there a newer version of your library or is this the latest?</description>
		<content:encoded><![CDATA[<p>Dan, I had a question about this part of Connection.reqObjectStatus:</p>
<p>		while(current &lt; endObject){<br />
			next  = 25;</p>
<p>i couldn&#8217;t figure out where the 25 came from, or why you break up requests this way.. is this to keep individual messages below a particular size?</p>
<p>is there a newer version of your library or is this the latest?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack</title>
		<link>http://digitaldan.com/2009/04/jomnilink-003/comment-page-1/#comment-11339</link>
		<dc:creator>Jack</dc:creator>
		<pubDate>Wed, 21 Oct 2009 18:38:07 +0000</pubDate>
		<guid isPermaLink="false">http://digitaldan.com/?p=185#comment-11339</guid>
		<description>I just found this site and I am excited to try this ap. My wife has an iphone and i have an htc hero-android os. We have an omni pro II. I will try it out and give you feedback. I would welcome an android app if you have time.</description>
		<content:encoded><![CDATA[<p>I just found this site and I am excited to try this ap. My wife has an iphone and i have an htc hero-android os. We have an omni pro II. I will try it out and give you feedback. I would welcome an android app if you have time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://digitaldan.com/2009/04/jomnilink-003/comment-page-1/#comment-10803</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Wed, 26 Aug 2009 12:58:34 +0000</pubDate>
		<guid isPermaLink="false">http://digitaldan.com/?p=185#comment-10803</guid>
		<description>HAI has a developer section, just fill out their form and you have open access to all their protocols  and documentation. Its free, which is rare in the home automation space.</description>
		<content:encoded><![CDATA[<p>HAI has a developer section, just fill out their form and you have open access to all their protocols  and documentation. Its free, which is rare in the home automation space.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://digitaldan.com/2009/04/jomnilink-003/comment-page-1/#comment-10533</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Fri, 07 Aug 2009 18:49:02 +0000</pubDate>
		<guid isPermaLink="false">http://digitaldan.com/?p=185#comment-10533</guid>
		<description>This looks like another great tool.  Can you point me to documentation on the OmniLink II protocol?

Thanks,
Ryan</description>
		<content:encoded><![CDATA[<p>This looks like another great tool.  Can you point me to documentation on the OmniLink II protocol?</p>
<p>Thanks,<br />
Ryan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel</title>
		<link>http://digitaldan.com/2009/04/jomnilink-003/comment-page-1/#comment-10105</link>
		<dc:creator>Joel</dc:creator>
		<pubDate>Sun, 12 Jul 2009 23:37:55 +0000</pubDate>
		<guid isPermaLink="false">http://digitaldan.com/?p=185#comment-10105</guid>
		<description>Dan,
I have upgraded my OmniPro II to version 3.1 now. Things work much better. I plan to start writing code to get to the function I need. I was wondering if there is a way to get your architectural vision/direction and assist with development? Perhaps this is already out there and I missed it...

Thanks,
Joel</description>
		<content:encoded><![CDATA[<p>Dan,<br />
I have upgraded my OmniPro II to version 3.1 now. Things work much better. I plan to start writing code to get to the function I need. I was wondering if there is a way to get your architectural vision/direction and assist with development? Perhaps this is already out there and I missed it&#8230;</p>
<p>Thanks,<br />
Joel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://digitaldan.com/2009/04/jomnilink-003/comment-page-1/#comment-9300</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Sun, 14 Jun 2009 03:59:29 +0000</pubDate>
		<guid isPermaLink="false">http://digitaldan.com/?p=185#comment-9300</guid>
		<description>This is an important application. Please know that many people rely on this app, so please help us who have been unable to use due to v3.0   upgrade problems. Thanks and keep up the hard work!</description>
		<content:encoded><![CDATA[<p>This is an important application. Please know that many people rely on this app, so please help us who have been unable to use due to v3.0   upgrade problems. Thanks and keep up the hard work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://digitaldan.com/2009/04/jomnilink-003/comment-page-1/#comment-9189</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Fri, 05 Jun 2009 14:33:42 +0000</pubDate>
		<guid isPermaLink="false">http://digitaldan.com/?p=185#comment-9189</guid>
		<description>Hi eric, I have a 2.0 dev verion on my phone right now.  I just have been so busy over the last 12 months its been hard to get it finished.  In two weeks I should have a good block of time to try and finish up a release.  So hopefully only a couple months.  I&#039;ll try and post some screen shots as I get closer.</description>
		<content:encoded><![CDATA[<p>Hi eric, I have a 2.0 dev verion on my phone right now.  I just have been so busy over the last 12 months its been hard to get it finished.  In two weeks I should have a good block of time to try and finish up a release.  So hopefully only a couple months.  I&#8217;ll try and post some screen shots as I get closer.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
