<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.openremote.org/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">
  <title>OpenRemote+Forums+[Atom]</title>
  <link rel="alternate" href="http://www.openremote.org" />
  <subtitle>The 100 most recent pages, comments less than 20.0 days old in space Forums.</subtitle>
  <id>http://www.openremote.org</id>
  <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.openremote.org/OpenRemoteForumsAtom" /><feedburner:info uri="openremoteforumsatom" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><entry>
    <title>Proposals and toughts for the next versions</title>
    <link rel="alternate" href="http://feeds.openremote.org/~r/OpenRemoteForumsAtom/~3/fiuLjiB5_Jc/Proposals+and+toughts+for+the+next+versions" />
    <author>
      <name>Mihail Panayotov</name>
    </author>
    <published>2010-03-10T16:56:01Z</published>
    
    <dc:creator>Mihail Panayotov</dc:creator>
    <dc:date>2010-03-10T16:56:01Z</dc:date>
  <content type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        Page
            &lt;b&gt;added&lt;/b&gt; by
                    &lt;a href="http://www.openremote.org/display/~mishoboss"&gt;Mihail Panayotov&lt;/a&gt;
            &lt;/p&gt;
        &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px;"&gt;
         &lt;p&gt;I'm very excited about the upcoming 2.0 version that I would like to use as an interface to my custom build HA controller. The project is still relatively small, but lies on a great architecture that is meant to be easy expandable. That's the reason, this project is great! However I have some proposals and thoughts that I would like to share:&lt;/p&gt;

&lt;p&gt;1. It would be nice to have some way of collecting the sensor's data. This would make possible to have some statistics for a given period. Then there would be a special widget of type "chart" that would visualize a chart in the UI.&lt;/p&gt;

&lt;p&gt;I imagine something like that:&lt;/p&gt;
&lt;div class='panelMacro'&gt;&lt;table class='infoMacro'&gt;&lt;colgroup&gt;&lt;col width='24'&gt;&lt;col&gt;&lt;/colgroup&gt;&lt;tr&gt;&lt;td valign='top'&gt;&lt;img src="/images/icons/emoticons/information.gif" width="16" height="16" align="absmiddle" alt="" border="0"&gt;&lt;/td&gt;&lt;td&gt;Request URL: /rest/stats/{sensor_id}/{start_date}/{end_date}/&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;
&lt;p&gt;{start_date} and {end_date} are dates formated in Milliseconds since 1970 (it's easy to make some math)&lt;/p&gt;

&lt;p&gt;This would return something like this:&lt;/p&gt;
&lt;div class='panelMacro'&gt;&lt;table class='infoMacro'&gt;&lt;colgroup&gt;&lt;col width='24'&gt;&lt;col&gt;&lt;/colgroup&gt;&lt;tr&gt;&lt;td valign='top'&gt;&lt;img src="/images/icons/emoticons/information.gif" width="16" height="16" align="absmiddle" alt="" border="0"&gt;&lt;/td&gt;&lt;td&gt;&amp;lt;openremote xsi:schemaLocation=""&amp;gt;&lt;br/&gt;
    &amp;lt;stats id="1"&amp;gt;&lt;br/&gt;
         &amp;lt;status date="1000000000000"&amp;gt;23&amp;lt;/status&amp;gt;&lt;br/&gt;
         &amp;lt;status date="1000000120000"&amp;gt;21&amp;lt;/status&amp;gt;&lt;br/&gt;
         &amp;lt;status date="1000000240000"&amp;gt;33&amp;lt;/status&amp;gt;&lt;br/&gt;
         ...&lt;br/&gt;
    &amp;lt;/stats&amp;gt;&lt;br/&gt;
&amp;lt;/openremote&amp;gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;


&lt;p&gt;2. Video surveillance and web cameras support. The streaming output must definitely support Flash video streaming. Flash is the future! In Flash CS5 there will be possible to publish the SWF as a native iPhone app. There is also applications like &lt;a href="http://www.openplug.com/" rel="nofollow"&gt;ELIPS Studio&lt;/a&gt;, that converts SWF code to a native iPhone/Symbian/Android/Windows Phone code. There is also the Adobe AIR that makes possible to do a multi-platform self containing executable (Linux/Mac OS/Windows). So, using Flash as a panel interface technology is the logical choice. You create just one universal app and publish it to all major platforms.&lt;/p&gt;

&lt;p&gt;VLC supports FLV streaming, so maybe it is a good choice, I'm not a specialist in this area.&lt;/p&gt;


&lt;p&gt;3. Inline window widget. Imagine something like an IFRAME (the HTML tag), that is capable of rendering OpenRemote panel screen inside itself. This widget will make possible an interface design that always shows the main buttons and a window that shows different information.&lt;/p&gt;

&lt;p&gt;4. Scheduling. I think this is already planned... besides we can't speak about HA system without this component &lt;img class="emoticon" src="/images/icons/emoticons/smile.gif" height="20" width="20" align="absmiddle" alt="" border="0"/&gt;&lt;/p&gt;

&lt;p&gt;5. Generic serial support. I know this is coming &lt;img class="emoticon" src="/images/icons/emoticons/smile.gif" height="20" width="20" align="absmiddle" alt="" border="0"/&gt;&lt;/p&gt;

&lt;p&gt;6. Some sort of plugins engine/framework/build in scripting language. There must be a way the end users to extend the functionality via simple scripts. This is a big task, but will make OR a really powerful HA system!&lt;/p&gt;


&lt;p&gt;This are just some thoughts &lt;img class="emoticon" src="/images/icons/emoticons/smile.gif" height="20" width="20" align="absmiddle" alt="" border="0"/&gt;&lt;/p&gt;
    &lt;/div&gt;
        &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://www.openremote.org/display/forums/Proposals+and+toughts+for+the+next+versions"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;
    &lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=fiuLjiB5_Jc:uUR8bDQ43ZY:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=fiuLjiB5_Jc:uUR8bDQ43ZY:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=fiuLjiB5_Jc:uUR8bDQ43ZY:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=fiuLjiB5_Jc:uUR8bDQ43ZY:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=fiuLjiB5_Jc:uUR8bDQ43ZY:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=fiuLjiB5_Jc:uUR8bDQ43ZY:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=fiuLjiB5_Jc:uUR8bDQ43ZY:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=fiuLjiB5_Jc:uUR8bDQ43ZY:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/OpenRemoteForumsAtom/~4/fiuLjiB5_Jc" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.openremote.org/display/forums/Proposals+and+toughts+for+the+next+versions</feedburner:origLink></entry>
  <entry>
    <title>Re: Some questions and suggestions</title>
    <link rel="alternate" href="http://feeds.openremote.org/~r/OpenRemoteForumsAtom/~3/XuzN-Q0aeak/Some+questions+and+suggestions" />
    <author>
      <name>Mihail Panayotov</name>
    </author>
    <published>2010-03-10T11:37:37Z</published>
    
    <dc:creator>Mihail Panayotov</dc:creator>
    <dc:date>2010-03-10T11:37:37Z</dc:date>
  <content type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        Page
        &lt;b&gt;commented&lt;/b&gt; by             &lt;a href="http://www.openremote.org/display/~mishoboss"&gt;Mihail Panayotov&lt;/a&gt;
    &lt;/h4&gt;
    &lt;/p&gt;
    &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px 20px 10px 20px;"&gt;
        &lt;p&gt;Well, there is also a software way of doing it - "serproxy" for example. It passes socket TCP data to a COM port. But a generic, out of the box, serial support is a must have. I'm sure there will be one in near future &lt;img class="emoticon" src="/images/icons/emoticons/smile.gif" height="20" width="20" align="absmiddle" alt="" border="0"/&gt;&lt;/p&gt;

&lt;p&gt;What do you think about the "iframe" widget suggestion? Maybe in the iPhone world there isn't needed, but for a big touch screen tablet interface, it will be more than welcome. It will make possible to create one "master" screen that contains buttons like "Bedroom", "Bathroom", "Living room" that are linked to other screens and targeted to show it's content in the "iframe". So, no matter where you are, you will always see these buttons and will be one click away of changing the room (for example).&lt;/p&gt;

&lt;p&gt;P.S. iframe is a HTML tag that describes an internal frame. Think about it like a window that can show screens in it. I don't know how to name it.&lt;/p&gt;
    &lt;/div&gt;

                &lt;div style="border-bottom: 1px solid #ddd; padding: 17px 20px 7px 20px;"&gt;
        &lt;strong&gt;In reply to a comment by &lt;a href="/display/~mredeker"&gt;Marcus Redeker&lt;/a&gt;:&lt;/strong&gt;&lt;br/&gt;
        &lt;p&gt;I am using an ethernet&amp;lt;-&amp;gt;rs232 converter and the already supported TCP/IP commands.&lt;br/&gt;
Also for my russound support, I implemented the rs232 protocol.&lt;/p&gt;

&lt;p&gt;Having a more general protocol that supports all kinds of devices just by configuration would be nice.&lt;br/&gt;
That is definetly on my list &lt;img class="emoticon" src="/images/icons/emoticons/smile.gif" height="20" width="20" align="absmiddle" alt="" border="0"/&gt; Would make it easier to support more devices without creating a special implementation for each device.&lt;/p&gt;
        &lt;/div&gt;
    
    &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://www.openremote.org/display/forums/Some+questions+and+suggestions?focusedCommentId=9601249#comment-9601249"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;



&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=XuzN-Q0aeak:1VOL3utDRMk:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=XuzN-Q0aeak:1VOL3utDRMk:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=XuzN-Q0aeak:1VOL3utDRMk:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=XuzN-Q0aeak:1VOL3utDRMk:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=XuzN-Q0aeak:1VOL3utDRMk:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=XuzN-Q0aeak:1VOL3utDRMk:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=XuzN-Q0aeak:1VOL3utDRMk:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=XuzN-Q0aeak:1VOL3utDRMk:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/OpenRemoteForumsAtom/~4/XuzN-Q0aeak" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.openremote.org/display/forums/Some+questions+and+suggestions?focusedCommentId=9601249#comment-9601249</feedburner:origLink></entry>
  <entry>
    <title>Open Remote ORB</title>
    <link rel="alternate" href="http://feeds.openremote.org/~r/OpenRemoteForumsAtom/~3/XWJ97JNCokE/Open+Remote+ORB" />
    <author>
      <name>Jerome</name>
    </author>
    <published>2010-03-10T09:02:34Z</published>
    
    <dc:creator>Jerome</dc:creator>
    <dc:date>2010-03-10T09:02:34Z</dc:date>
  <content type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        Page
            &lt;b&gt;added&lt;/b&gt; by
                    &lt;a href="http://www.openremote.org/display/~dj"&gt;Jerome&lt;/a&gt;
            &lt;/p&gt;
        &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px;"&gt;
         &lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;I'd like to test Open Remote Boss with some X10, KNX and Xbee (from arduino) devices.&lt;/p&gt;

&lt;p&gt;I've seen that Open Remote now proposes an Orb at around 350$, I'd like to know what this box contains exactly&lt;/p&gt;


&lt;p&gt;In fact i've seen the pages:&lt;/p&gt;

&lt;p&gt;&amp;#42; &lt;a href="http://www.openremote.org/display/orb/OpenRemote+Reference+Implementation+-+Hardware+Bill+of+Materials" rel="nofollow"&gt;http://www.openremote.org/display/orb/OpenRemote+Reference+Implementation+-+Hardware+Bill+of+Materials&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;=&amp;gt; To implement Open Remote Boss on an ALIX board (cost is 190$)&lt;/p&gt;

&lt;p&gt;&amp;#42; &lt;a href="http://www.openremote.org/display/orb/B202+Bill+of+Materials" rel="nofollow"&gt;http://www.openremote.org/display/orb/B202+Bill+of+Materials&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;=&amp;gt; To implement Open Remote Boss on Asus eee (cost is 200$)&lt;/p&gt;


&lt;p&gt;I'd like to compare the Orb at 350$ with these 2 solutions&lt;/p&gt;

&lt;p&gt;Thanks for your help&lt;/p&gt;

&lt;p&gt;(I've already contacted sales@openremote.org but no answer for now)&lt;/p&gt;
    &lt;/div&gt;
        &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://www.openremote.org/display/forums/Open+Remote+ORB"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;
    &lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=XWJ97JNCokE:qVWBFzz0zqc:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=XWJ97JNCokE:qVWBFzz0zqc:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=XWJ97JNCokE:qVWBFzz0zqc:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=XWJ97JNCokE:qVWBFzz0zqc:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=XWJ97JNCokE:qVWBFzz0zqc:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=XWJ97JNCokE:qVWBFzz0zqc:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=XWJ97JNCokE:qVWBFzz0zqc:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=XWJ97JNCokE:qVWBFzz0zqc:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/OpenRemoteForumsAtom/~4/XWJ97JNCokE" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.openremote.org/display/forums/Open+Remote+ORB</feedburner:origLink></entry>
  <entry>
    <title>Re: NoSuchElementException during startup</title>
    <link rel="alternate" href="http://feeds.openremote.org/~r/OpenRemoteForumsAtom/~3/ijTBySEMYto/NoSuchElementException+during+startup" />
    <author>
      <name>Matthias Erll</name>
    </author>
    <published>2010-03-10T00:23:11Z</published>
    
    <dc:creator>Matthias Erll</dc:creator>
    <dc:date>2010-03-10T00:23:11Z</dc:date>
  <content type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        Page
        &lt;b&gt;commented&lt;/b&gt; by             &lt;a href="http://www.openremote.org/display/~matz"&gt;Matthias Erll&lt;/a&gt;
    &lt;/h4&gt;
    &lt;/p&gt;
    &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px 20px 10px 20px;"&gt;
        &lt;p&gt;Beside the stacktrace, I find lots of log entries like this:
&lt;blockquote&gt;
&lt;p&gt;2010-03-10 01:01:09,421 INFO [main] org.openremote.controller.protocol.knx.KNXConnectionManager.isCandidate(575) &amp;#124; Skipping disabled NIC: name:net12 (Belkin 54g Wireless USB Network Adapter-WFP LightWeight Filter-0000) index: 29 addresses:&lt;br/&gt;
2010-03-10 01:01:09,437 INFO [main] org.openremote.controller.protocol.knx.KNXConnectionManager.isCandidate(575) &amp;#124; Skipping disabled NIC: name:eth13 (Realtek PCIe GBE Family Controller-agnitum firewall driver-0000) index: 30 addresses:&lt;br/&gt;
2010-03-10 01:01:09,437 INFO [main] org.openremote.controller.protocol.knx.KNXConnectionManager.isCandidate(575) &amp;#124; Skipping disabled NIC: name:eth14 (Realtek PCIe GBE Family Controller-WFP LightWeight Filter-0000) index: 31 addresses:&lt;br/&gt;
2010-03-10 01:01:09,452 INFO [main] org.openremote.controller.protocol.knx.KNXConnectionManager.isCandidate(575) &amp;#124; Skipping disabled NIC: name:eth15 (Realtek PCIe GBE Family Controller-Shrew Soft Lightweight Filter-0000) index: 32 addresses:&lt;/p&gt;&lt;/blockquote&gt;I have 2 on-board network adapters and a USB connected wireless adapter. Since I currently do not have access to a wired infrastructure with this system, the on-board adapters are unused. I deactivated them, and now there is the same messages as discussed in &lt;a href="http://www.openremote.org/display/forums/KNX+conn.+manager+fails+to+start" rel="nofollow"&gt;this thread&lt;/a&gt;. Using the patch mentioned there, I can get the server to start. If you need more detailed information to work on the error handling, please let me know.&lt;/p&gt;


&lt;p&gt;Thanks&lt;br/&gt;
Matthias&lt;/p&gt;
    &lt;/div&gt;

                &lt;div style="border-bottom: 1px solid #ddd; padding: 17px 20px 7px 20px;"&gt;
        &lt;strong&gt;In reply to a comment by &lt;a href="/display/~admin"&gt;Administrator&lt;/a&gt;:&lt;/strong&gt;&lt;br/&gt;
        &lt;p&gt;This looks like it might be due to it failing to find any valid IPv4 network interfaces on your machine that it could use (as to why is still a question mark).&lt;/p&gt;

&lt;p&gt;The fact that it propagates the issue up the call stack and prevents controller from starting is my bad. It shouldn't.&lt;/p&gt;

&lt;p&gt;But the obvious questions first &amp;#8211; is there an IPv4 interface installed on your machine? Anything else related to KNX in your logs?&lt;/p&gt;

        &lt;/div&gt;
    
    &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://www.openremote.org/display/forums/NoSuchElementException+during+startup?focusedCommentId=9601244#comment-9601244"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;



&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=ijTBySEMYto:EibPUfONK9Q:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=ijTBySEMYto:EibPUfONK9Q:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=ijTBySEMYto:EibPUfONK9Q:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=ijTBySEMYto:EibPUfONK9Q:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=ijTBySEMYto:EibPUfONK9Q:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=ijTBySEMYto:EibPUfONK9Q:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=ijTBySEMYto:EibPUfONK9Q:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=ijTBySEMYto:EibPUfONK9Q:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/OpenRemoteForumsAtom/~4/ijTBySEMYto" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.openremote.org/display/forums/NoSuchElementException+during+startup?focusedCommentId=9601244#comment-9601244</feedburner:origLink></entry>
  <entry>
    <title>Re: NoSuchElementException during startup</title>
    <link rel="alternate" href="http://feeds.openremote.org/~r/OpenRemoteForumsAtom/~3/Sdsr26OYOBM/NoSuchElementException+during+startup" />
    <author>
      <name>Administrator</name>
    </author>
    <published>2010-03-09T15:43:09Z</published>
    
    <dc:creator>Administrator</dc:creator>
    <dc:date>2010-03-09T15:43:09Z</dc:date>
  <content type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        Page
        &lt;b&gt;commented&lt;/b&gt; by             &lt;a href="http://www.openremote.org/display/~admin"&gt;Administrator&lt;/a&gt;
    &lt;/h4&gt;
    &lt;/p&gt;
    &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px 20px 10px 20px;"&gt;
        &lt;p&gt;This looks like it might be due to it failing to find any valid IPv4 network interfaces on your machine that it could use (as to why is still a question mark).&lt;/p&gt;

&lt;p&gt;The fact that it propagates the issue up the call stack and prevents controller from starting is my bad. It shouldn't.&lt;/p&gt;

&lt;p&gt;But the obvious questions first &amp;#8211; is there an IPv4 interface installed on your machine? Anything else related to KNX in your logs?&lt;/p&gt;

    &lt;/div&gt;

        
    &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://www.openremote.org/display/forums/NoSuchElementException+during+startup?focusedCommentId=9601242#comment-9601242"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;



&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=Sdsr26OYOBM:EibPUfONK9Q:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=Sdsr26OYOBM:EibPUfONK9Q:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=Sdsr26OYOBM:EibPUfONK9Q:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=Sdsr26OYOBM:EibPUfONK9Q:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=Sdsr26OYOBM:EibPUfONK9Q:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=Sdsr26OYOBM:EibPUfONK9Q:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=Sdsr26OYOBM:EibPUfONK9Q:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=Sdsr26OYOBM:EibPUfONK9Q:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/OpenRemoteForumsAtom/~4/Sdsr26OYOBM" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.openremote.org/display/forums/NoSuchElementException+during+startup?focusedCommentId=9601242#comment-9601242</feedburner:origLink></entry>
  <entry>
    <title>Re: Openremote on Win 64Bit</title>
    <link rel="alternate" href="http://feeds.openremote.org/~r/OpenRemoteForumsAtom/~3/vJFRGZnkG_g/Openremote+on+Win+64Bit" />
    <author>
      <name>Administrator</name>
    </author>
    <published>2010-03-09T15:25:38Z</published>
    
    <dc:creator>Administrator</dc:creator>
    <dc:date>2010-03-09T15:25:38Z</dc:date>
  <content type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        Page
        &lt;b&gt;commented&lt;/b&gt; by             &lt;a href="http://www.openremote.org/display/~admin"&gt;Administrator&lt;/a&gt;
    &lt;/h4&gt;
    &lt;/p&gt;
    &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px 20px 10px 20px;"&gt;
        &lt;p&gt;Glad to hear you got it working.&lt;/p&gt;

&lt;p&gt;I've somewhat limited capability to test things in Windows environment at the moment, so if there are any improvements that could be made to the batch scripts, please consider sending patches.&lt;/p&gt;
    &lt;/div&gt;

                &lt;div style="border-bottom: 1px solid #ddd; padding: 17px 20px 7px 20px;"&gt;
        &lt;strong&gt;In reply to a comment by &lt;a href="/display/~zaphood"&gt;Frank&lt;/a&gt;:&lt;/strong&gt;&lt;br/&gt;
        &lt;p&gt;Hi Matthias&lt;/p&gt;

&lt;p&gt;seems I wasn't able to describe what I did clearly, sorry for that: I've done all the stuff you mentioned above already, with no success so far. &lt;/p&gt;

&lt;p&gt;What helped finally, was CLEARING the JAVA_HOME variable and setting JRE_HOME as a user-variable instead of a system-variable. &lt;/p&gt;

&lt;p&gt;The reason I was setting the JAVA_HOME variable intially, was because of the output the batch script gave me (saying, JAVA_HOME was empty...). So this was missleading me.&lt;/p&gt;

&lt;p&gt;Anyway, now the script runs and I can go through the next steps. Thanks so far for your help and patience ! &lt;/p&gt;

&lt;p&gt;Cu&lt;br/&gt;
Frank&lt;/p&gt;
        &lt;/div&gt;
    
    &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://www.openremote.org/display/forums/Openremote+on+Win+64Bit?focusedCommentId=9601241#comment-9601241"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;



&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=vJFRGZnkG_g:ySbY8WW4jzI:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=vJFRGZnkG_g:ySbY8WW4jzI:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=vJFRGZnkG_g:ySbY8WW4jzI:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=vJFRGZnkG_g:ySbY8WW4jzI:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=vJFRGZnkG_g:ySbY8WW4jzI:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=vJFRGZnkG_g:ySbY8WW4jzI:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=vJFRGZnkG_g:ySbY8WW4jzI:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=vJFRGZnkG_g:ySbY8WW4jzI:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/OpenRemoteForumsAtom/~4/vJFRGZnkG_g" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.openremote.org/display/forums/Openremote+on+Win+64Bit?focusedCommentId=9601241#comment-9601241</feedburner:origLink></entry>
  <entry>
    <title>Re: Openremote on Win 64Bit</title>
    <link rel="alternate" href="http://feeds.openremote.org/~r/OpenRemoteForumsAtom/~3/1uKtLt_gX80/Openremote+on+Win+64Bit" />
    <author>
      <name>Frank</name>
    </author>
    <published>2010-03-09T11:15:42Z</published>
    
    <dc:creator>Frank</dc:creator>
    <dc:date>2010-03-09T11:15:42Z</dc:date>
  <content type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        Page
        &lt;b&gt;commented&lt;/b&gt; by             &lt;a href="http://www.openremote.org/display/~zaphood"&gt;Frank&lt;/a&gt;
    &lt;/h4&gt;
    &lt;/p&gt;
    &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px 20px 10px 20px;"&gt;
        &lt;p&gt;Hi Matthias&lt;/p&gt;

&lt;p&gt;seems I wasn't able to describe what I did clearly, sorry for that: I've done all the stuff you mentioned above already, with no success so far. &lt;/p&gt;

&lt;p&gt;What helped finally, was CLEARING the JAVA_HOME variable and setting JRE_HOME as a user-variable instead of a system-variable. &lt;/p&gt;

&lt;p&gt;The reason I was setting the JAVA_HOME variable intially, was because of the output the batch script gave me (saying, JAVA_HOME was empty...). So this was missleading me.&lt;/p&gt;

&lt;p&gt;Anyway, now the script runs and I can go through the next steps. Thanks so far for your help and patience ! &lt;/p&gt;

&lt;p&gt;Cu&lt;br/&gt;
Frank&lt;/p&gt;
    &lt;/div&gt;

                &lt;div style="border-bottom: 1px solid #ddd; padding: 17px 20px 7px 20px;"&gt;
        &lt;strong&gt;In reply to a comment by &lt;a href="/display/~matz"&gt;Matthias Erll&lt;/a&gt;:&lt;/strong&gt;&lt;br/&gt;
        &lt;p&gt;Hi Frank&amp;#33;&lt;/p&gt;


&lt;p&gt;Here's a copy of the comments from the batch file:
&lt;blockquote&gt;
&lt;p&gt;JAVA_HOME: Must point at your Java Development Kit installation. Required to run the with the "debug" argument.&lt;br/&gt;
JRE_HOME: Must point at your Java Runtime installation. Defaults to JAVA_HOME if empty.&lt;/p&gt;&lt;/blockquote&gt;Your JRE_HOME is probably empty, thus the script uses JAVA_HOME. You could try any of the following options:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Download a JDK from &lt;a href="http://java.sun.com/javase/downloads/index.jsp" rel="nofollow"&gt;here&lt;/a&gt;and install it. Then set the JAVA_HOME to its installation path.&lt;/li&gt;
	&lt;li&gt;Set JRE_HOME to &lt;em&gt;C:\Program Files (x86)\Java\jre6&lt;/em&gt; (without quotes) and set JAVA_HOME to empty.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Setting any of JAVA_HOME or JRE_HOME to &lt;em&gt;C:\Program Files (x86)\Java&lt;/em&gt; (without &lt;em&gt;jre6&lt;/em&gt; or &lt;em&gt;jdk6&lt;/em&gt;) will not work (unless you changed the default path when you installed it, of course). Reinstalling the JRE in the root of C: might avoid other problems in the future, but most likely will also not fix this issue.&lt;/p&gt;

&lt;p&gt;Cheers&lt;br/&gt;
Matthias&lt;/p&gt;
        &lt;/div&gt;
    
    &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://www.openremote.org/display/forums/Openremote+on+Win+64Bit?focusedCommentId=9601240#comment-9601240"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;



&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=1uKtLt_gX80:ySbY8WW4jzI:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=1uKtLt_gX80:ySbY8WW4jzI:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=1uKtLt_gX80:ySbY8WW4jzI:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=1uKtLt_gX80:ySbY8WW4jzI:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=1uKtLt_gX80:ySbY8WW4jzI:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=1uKtLt_gX80:ySbY8WW4jzI:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=1uKtLt_gX80:ySbY8WW4jzI:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=1uKtLt_gX80:ySbY8WW4jzI:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/OpenRemoteForumsAtom/~4/1uKtLt_gX80" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.openremote.org/display/forums/Openremote+on+Win+64Bit?focusedCommentId=9601240#comment-9601240</feedburner:origLink></entry>
  <entry>
    <title>Re: Openremote on Win 64Bit</title>
    <link rel="alternate" href="http://feeds.openremote.org/~r/OpenRemoteForumsAtom/~3/P6NRSXWAdl4/Openremote+on+Win+64Bit" />
    <author>
      <name>Matthias Erll</name>
    </author>
    <published>2010-03-09T10:41:39Z</published>
    
    <dc:creator>Matthias Erll</dc:creator>
    <dc:date>2010-03-09T10:41:39Z</dc:date>
  <content type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        Page
        &lt;b&gt;commented&lt;/b&gt; by             &lt;a href="http://www.openremote.org/display/~matz"&gt;Matthias Erll&lt;/a&gt;
    &lt;/h4&gt;
    &lt;/p&gt;
    &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px 20px 10px 20px;"&gt;
        &lt;p&gt;Hi Frank&amp;#33;&lt;/p&gt;


&lt;p&gt;Here's a copy of the comments from the batch file:
&lt;blockquote&gt;
&lt;p&gt;JAVA_HOME: Must point at your Java Development Kit installation. Required to run the with the "debug" argument.&lt;br/&gt;
JRE_HOME: Must point at your Java Runtime installation. Defaults to JAVA_HOME if empty.&lt;/p&gt;&lt;/blockquote&gt;Your JRE_HOME is probably empty, thus the script uses JAVA_HOME. You could try any of the following options:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Download a JDK from &lt;a href="http://java.sun.com/javase/downloads/index.jsp" rel="nofollow"&gt;here&lt;/a&gt;and install it. Then set the JAVA_HOME to its installation path.&lt;/li&gt;
	&lt;li&gt;Set JRE_HOME to &lt;em&gt;C:\Program Files (x86)\Java\jre6&lt;/em&gt; (without quotes) and set JAVA_HOME to empty.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Setting any of JAVA_HOME or JRE_HOME to &lt;em&gt;C:\Program Files (x86)\Java&lt;/em&gt; (without &lt;em&gt;jre6&lt;/em&gt; or &lt;em&gt;jdk6&lt;/em&gt;) will not work (unless you changed the default path when you installed it, of course). Reinstalling the JRE in the root of C: might avoid other problems in the future, but most likely will also not fix this issue.&lt;/p&gt;

&lt;p&gt;Cheers&lt;br/&gt;
Matthias&lt;/p&gt;
    &lt;/div&gt;

                &lt;div style="border-bottom: 1px solid #ddd; padding: 17px 20px 7px 20px;"&gt;
        &lt;strong&gt;In reply to a comment by &lt;a href="/display/~zaphood"&gt;Frank&lt;/a&gt;:&lt;/strong&gt;&lt;br/&gt;
        &lt;p&gt;Hi Matthias&lt;/p&gt;

&lt;p&gt;I've tried it with and without quotes. With them, I receive the "Files unepectec" error, without it reads:&lt;/p&gt;

&lt;p&gt;"The JAVA_HOME environment variable is not defined correctly&lt;br/&gt;
This environment variable is needed to run this program&lt;br/&gt;
NB: JAVA_HOME should point to a JDK not a JRE"&lt;/p&gt;

&lt;p&gt;This is when the variable is either set to C:\Program Files (x86)\Java or to C:\Program Files (x86)\Java\jre6&lt;/p&gt;

&lt;p&gt;It looks like i'd need to install Java into the root of c:, so the path would read c:\java\jre6...&lt;/p&gt;

&lt;p&gt;What as well puzzles me is the hint that the variable needs to point to a JDK, not a JRE, whereas the install documentation refers to a JRE...&lt;/p&gt;

&lt;p&gt;Cheers&lt;br/&gt;
Frank&lt;/p&gt;
        &lt;/div&gt;
    
    &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://www.openremote.org/display/forums/Openremote+on+Win+64Bit?focusedCommentId=9601239#comment-9601239"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;



&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=P6NRSXWAdl4:ySbY8WW4jzI:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=P6NRSXWAdl4:ySbY8WW4jzI:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=P6NRSXWAdl4:ySbY8WW4jzI:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=P6NRSXWAdl4:ySbY8WW4jzI:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=P6NRSXWAdl4:ySbY8WW4jzI:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=P6NRSXWAdl4:ySbY8WW4jzI:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=P6NRSXWAdl4:ySbY8WW4jzI:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=P6NRSXWAdl4:ySbY8WW4jzI:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/OpenRemoteForumsAtom/~4/P6NRSXWAdl4" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.openremote.org/display/forums/Openremote+on+Win+64Bit?focusedCommentId=9601239#comment-9601239</feedburner:origLink></entry>
  <entry>
    <title>Re: Openremote on Win 64Bit</title>
    <link rel="alternate" href="http://feeds.openremote.org/~r/OpenRemoteForumsAtom/~3/PURFxnXyflA/Openremote+on+Win+64Bit" />
    <author>
      <name>Frank</name>
    </author>
    <published>2010-03-09T07:36:35Z</published>
    
    <dc:creator>Frank</dc:creator>
    <dc:date>2010-03-09T07:36:35Z</dc:date>
  <content type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        Page
        &lt;b&gt;commented&lt;/b&gt; by             &lt;a href="http://www.openremote.org/display/~zaphood"&gt;Frank&lt;/a&gt;
    &lt;/h4&gt;
    &lt;/p&gt;
    &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px 20px 10px 20px;"&gt;
        &lt;p&gt;Hi Matthias&lt;/p&gt;

&lt;p&gt;I've tried it with and without quotes. With them, I receive the "Files unepectec" error, without it reads:&lt;/p&gt;

&lt;p&gt;"The JAVA_HOME environment variable is not defined correctly&lt;br/&gt;
This environment variable is needed to run this program&lt;br/&gt;
NB: JAVA_HOME should point to a JDK not a JRE"&lt;/p&gt;

&lt;p&gt;This is when the variable is either set to C:\Program Files (x86)\Java or to C:\Program Files (x86)\Java\jre6&lt;/p&gt;

&lt;p&gt;It looks like i'd need to install Java into the root of c:, so the path would read c:\java\jre6...&lt;/p&gt;

&lt;p&gt;What as well puzzles me is the hint that the variable needs to point to a JDK, not a JRE, whereas the install documentation refers to a JRE...&lt;/p&gt;

&lt;p&gt;Cheers&lt;br/&gt;
Frank&lt;/p&gt;
    &lt;/div&gt;

                &lt;div style="border-bottom: 1px solid #ddd; padding: 17px 20px 7px 20px;"&gt;
        &lt;strong&gt;In reply to a comment by &lt;a href="/display/~matz"&gt;Matthias Erll&lt;/a&gt;:&lt;/strong&gt;&lt;br/&gt;
        &lt;p&gt;Initially I had the same issue on my Win7 x64. Installation path of my JRE6 (64-bit version) is C:\Program Files\Java\jre6. Problem was, that there were quotes around the variable string. I.e. if you type
&lt;blockquote&gt;
&lt;p&gt;set JRE_HOME&lt;/p&gt;&lt;/blockquote&gt;in the command line, it should say&lt;/p&gt;

&lt;p&gt;&lt;blockquote&gt;
&lt;p&gt;JRE_HOME=C:\Program Files\Java\jre6&lt;/p&gt;&lt;/blockquote&gt;and not&lt;/p&gt;

&lt;p&gt;&lt;blockquote&gt;
&lt;p&gt;JRE_HOME="C:\Program Files\Java\jre6"&lt;/p&gt;&lt;/blockquote&gt;If so, try changing it accordingly.&lt;/p&gt;


&lt;p&gt;Unfortunately, there does not seem to be a way to check on this inside a batch script (at least not that I know).&lt;/p&gt;
        &lt;/div&gt;
    
    &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://www.openremote.org/display/forums/Openremote+on+Win+64Bit?focusedCommentId=9601237#comment-9601237"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;



&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=PURFxnXyflA:ySbY8WW4jzI:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=PURFxnXyflA:ySbY8WW4jzI:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=PURFxnXyflA:ySbY8WW4jzI:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=PURFxnXyflA:ySbY8WW4jzI:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=PURFxnXyflA:ySbY8WW4jzI:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=PURFxnXyflA:ySbY8WW4jzI:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=PURFxnXyflA:ySbY8WW4jzI:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=PURFxnXyflA:ySbY8WW4jzI:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/OpenRemoteForumsAtom/~4/PURFxnXyflA" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.openremote.org/display/forums/Openremote+on+Win+64Bit?focusedCommentId=9601237#comment-9601237</feedburner:origLink></entry>
  <entry>
    <title>Re: Proposal of New Protocols</title>
    <link rel="alternate" href="http://feeds.openremote.org/~r/OpenRemoteForumsAtom/~3/qIKNeTNg-T4/Proposal+of+New+Protocols" />
    <author>
      <name>Rob Batchelder</name>
    </author>
    <published>2010-03-08T21:02:53Z</published>
    
    <dc:creator>Rob Batchelder</dc:creator>
    <dc:date>2010-03-08T21:02:53Z</dc:date>
  <content type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        Page
        &lt;b&gt;commented&lt;/b&gt; by             &lt;a href="http://www.openremote.org/display/~rtbatch"&gt;Rob Batchelder&lt;/a&gt;
    &lt;/h4&gt;
    &lt;/p&gt;
    &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px 20px 10px 20px;"&gt;
        &lt;p&gt;Thanks. I'll grok it.&lt;/p&gt;
    &lt;/div&gt;

                &lt;div style="border-bottom: 1px solid #ddd; padding: 17px 20px 7px 20px;"&gt;
        &lt;strong&gt;In reply to a comment by &lt;a href="/display/~kkreuzer"&gt;Kai Kreuzer&lt;/a&gt;:&lt;/strong&gt;&lt;br/&gt;
        &lt;p&gt;You mean about xPL? No, no diagrams as far as I could see... Try start reading here to get an idea what it is about: &lt;a href="http://xplproject.org.uk/wiki/index.php?title=Main_Page" rel="nofollow"&gt;http://xplproject.org.uk/wiki/index.php?title=Main_Page&lt;/a&gt;.&lt;/p&gt;

        &lt;/div&gt;
    
    &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://www.openremote.org/display/forums/Proposal+of+New+Protocols?focusedCommentId=9601236#comment-9601236"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;



&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=qIKNeTNg-T4:wmO4FkRP9pg:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=qIKNeTNg-T4:wmO4FkRP9pg:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=qIKNeTNg-T4:wmO4FkRP9pg:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=qIKNeTNg-T4:wmO4FkRP9pg:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=qIKNeTNg-T4:wmO4FkRP9pg:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=qIKNeTNg-T4:wmO4FkRP9pg:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=qIKNeTNg-T4:wmO4FkRP9pg:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=qIKNeTNg-T4:wmO4FkRP9pg:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/OpenRemoteForumsAtom/~4/qIKNeTNg-T4" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.openremote.org/display/forums/Proposal+of+New+Protocols?focusedCommentId=9601236#comment-9601236</feedburner:origLink></entry>
  <entry>
    <title>Re: Proposal of New Protocols</title>
    <link rel="alternate" href="http://feeds.openremote.org/~r/OpenRemoteForumsAtom/~3/8WEJX9-ugi0/Proposal+of+New+Protocols" />
    <author>
      <name>Rob Batchelder</name>
    </author>
    <published>2010-03-08T20:58:30Z</published>
    
    <dc:creator>Rob Batchelder</dc:creator>
    <dc:date>2010-03-08T20:58:30Z</dc:date>
  <content type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        Page
        &lt;b&gt;commented&lt;/b&gt; by             &lt;a href="http://www.openremote.org/display/~rtbatch"&gt;Rob Batchelder&lt;/a&gt;
    &lt;/h4&gt;
    &lt;/p&gt;
    &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px 20px 10px 20px;"&gt;
        &lt;p&gt;Kai,&lt;/p&gt;

&lt;p&gt;Not XML - big, big mistake IMHO. If we make it XML, it can submitted to IETF, OASIS, etc.&amp;nbsp; This needs a large, open standards organization to champion the cause.&amp;nbsp; Vendors with proprietary architectures will have no motivation to adopt otherwise - because they are hiding behind the fig leaf of those architecture to create (artificial) competitive advantage.&lt;/p&gt;
    &lt;/div&gt;

                &lt;div style="border-bottom: 1px solid #ddd; padding: 17px 20px 7px 20px;"&gt;
        &lt;strong&gt;In reply to a comment by &lt;a href="/display/~kkreuzer"&gt;Kai Kreuzer&lt;/a&gt;:&lt;/strong&gt;&lt;br/&gt;
        &lt;p&gt;Rob,&lt;/p&gt;

&lt;p&gt;I would really encourage you to have a look at the &lt;a href="http://xplproject.org.uk/wiki/index.php?title=XPL_Specification_Document" rel="nofollow"&gt;xPL protocol definition&lt;/a&gt; - this looks pretty much like what you describe as HAXML (with the small exception that it actually is no XML &lt;img class="emoticon" src="/images/icons/emoticons/wink.gif" height="20" width="20" align="absmiddle" alt="" border="0"/&gt;) It is kept simple, but offers all that you would need for HA (well, that's it's primary purpose).&lt;/p&gt;

&lt;p&gt;Due to its broadcast concept xPL can only be used in subnets - so maybe a xPL over XMPP would be a good idea to extend it's range and possibilities?&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;I have a couple of high level PDF documents I'd like to share in this regard. How might I best do that?&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Not sure how to do this in this forum - probably best to host them somewhere else and link to them?&lt;/p&gt;
        &lt;/div&gt;
    
    &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://www.openremote.org/display/forums/Proposal+of+New+Protocols?focusedCommentId=9601231#comment-9601231"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;



&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=8WEJX9-ugi0:wmO4FkRP9pg:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=8WEJX9-ugi0:wmO4FkRP9pg:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=8WEJX9-ugi0:wmO4FkRP9pg:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=8WEJX9-ugi0:wmO4FkRP9pg:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=8WEJX9-ugi0:wmO4FkRP9pg:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=8WEJX9-ugi0:wmO4FkRP9pg:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=8WEJX9-ugi0:wmO4FkRP9pg:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=8WEJX9-ugi0:wmO4FkRP9pg:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/OpenRemoteForumsAtom/~4/8WEJX9-ugi0" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.openremote.org/display/forums/Proposal+of+New+Protocols?focusedCommentId=9601231#comment-9601231</feedburner:origLink></entry>
  <entry>
    <title>NoSuchElementException during startup</title>
    <link rel="alternate" href="http://feeds.openremote.org/~r/OpenRemoteForumsAtom/~3/fc2sRZtg_PE/NoSuchElementException+during+startup" />
    <author>
      <name>Matthias Erll</name>
    </author>
    <published>2010-03-08T20:28:09Z</published>
    
    <dc:creator>Matthias Erll</dc:creator>
    <dc:date>2010-03-08T20:28:09Z</dc:date>
  <content type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        Page
            &lt;b&gt;added&lt;/b&gt; by
                    &lt;a href="http://www.openremote.org/display/~matz"&gt;Matthias Erll&lt;/a&gt;
            &lt;/p&gt;
        &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px;"&gt;
         &lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;I am trying to run the OpenRemote Boss 1.0.2 from the extracted standard installation. However, during startup "controller" reports failure to start. The stacktrace listed in "controller.log" is the following:&lt;/p&gt;

&lt;p&gt;&lt;blockquote&gt;
&lt;p&gt;2010-03-08 21:15:41,143 ERROR [main] org.springframework.web.context.ContextLoader.initWebApplicationContext(205) &amp;#124; Context initialization failed&lt;br/&gt;
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'knxEventBuilder' defined in ServletContext resource [/WEB-INF/classes/applicationContext.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.openremote.controller.protocol.knx.KNXEventBuilder]: Constructor threw exception; nested exception is java.util.NoSuchElementException&lt;br/&gt;
Caused by:&lt;br/&gt;
org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.openremote.controller.protocol.knx.KNXEventBuilder]: Constructor threw exception; nested exception is java.util.NoSuchElementException&lt;br/&gt;
Caused by:&lt;br/&gt;
java.util.NoSuchElementException&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.util.HashMap$HashIterator.nextEntry(Unknown Source)&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.util.HashMap$KeyIterator.next(Unknown Source)&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.openremote.controller.protocol.knx.KNXConnectionManager.start(KNXConnectionManager.java:236)&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.openremote.controller.protocol.knx.KNXEventBuilder.&amp;lt;init&amp;gt;(KNXEventBuilder.java:112)&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.lang.reflect.Constructor.newInstance(Unknown Source)&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:82)&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:59)&lt;/p&gt;&lt;/blockquote&gt;(cut it from there)&lt;/p&gt;


&lt;p&gt;I have the 32-bit and 64-bit JRE installed in parallel on Windows Seven x64. I tried both, but no change. Any ideas?&lt;/p&gt;

&lt;p&gt;Best regards,&lt;br/&gt;
Matthias&lt;/p&gt;
    &lt;/div&gt;
        &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://www.openremote.org/display/forums/NoSuchElementException+during+startup"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;
    &lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=fc2sRZtg_PE:NK--lk-az4w:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=fc2sRZtg_PE:NK--lk-az4w:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=fc2sRZtg_PE:NK--lk-az4w:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=fc2sRZtg_PE:NK--lk-az4w:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=fc2sRZtg_PE:NK--lk-az4w:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=fc2sRZtg_PE:NK--lk-az4w:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=fc2sRZtg_PE:NK--lk-az4w:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=fc2sRZtg_PE:NK--lk-az4w:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/OpenRemoteForumsAtom/~4/fc2sRZtg_PE" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.openremote.org/display/forums/NoSuchElementException+during+startup</feedburner:origLink></entry>
  <entry>
    <title>Re: Proposal of New Protocols</title>
    <link rel="alternate" href="http://feeds.openremote.org/~r/OpenRemoteForumsAtom/~3/rH2tLDVaBjY/Proposal+of+New+Protocols" />
    <author>
      <name>Kai Kreuzer</name>
    </author>
    <published>2010-03-08T20:17:48Z</published>
    
    <dc:creator>Kai Kreuzer</dc:creator>
    <dc:date>2010-03-08T20:17:48Z</dc:date>
  <content type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        Page
        &lt;b&gt;commented&lt;/b&gt; by             &lt;a href="http://www.openremote.org/display/~kkreuzer"&gt;Kai Kreuzer&lt;/a&gt;
    &lt;/h4&gt;
    &lt;/p&gt;
    &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px 20px 10px 20px;"&gt;
        &lt;p&gt;You mean about xPL? No, no diagrams as far as I could see... Try start reading here to get an idea what it is about: &lt;a href="http://xplproject.org.uk/wiki/index.php?title=Main_Page" rel="nofollow"&gt;http://xplproject.org.uk/wiki/index.php?title=Main_Page&lt;/a&gt;.&lt;/p&gt;

    &lt;/div&gt;

                &lt;div style="border-bottom: 1px solid #ddd; padding: 17px 20px 7px 20px;"&gt;
        &lt;strong&gt;In reply to a comment by &lt;a href="/display/~rtbatch"&gt;Rob Batchelder&lt;/a&gt;:&lt;/strong&gt;&lt;br/&gt;
        &lt;p&gt;Kai,&lt;/p&gt;

&lt;p&gt;Is there a repository of architectural diagrams or canonical forms I can access.&amp;nbsp; I'm looking for some "large animal" pictures.&amp;nbsp; New to the site.&lt;/p&gt;


&lt;p&gt;Thanks&lt;/p&gt;
        &lt;/div&gt;
    
    &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://www.openremote.org/display/forums/Proposal+of+New+Protocols?focusedCommentId=9601229#comment-9601229"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;



&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=rH2tLDVaBjY:wmO4FkRP9pg:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=rH2tLDVaBjY:wmO4FkRP9pg:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=rH2tLDVaBjY:wmO4FkRP9pg:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=rH2tLDVaBjY:wmO4FkRP9pg:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=rH2tLDVaBjY:wmO4FkRP9pg:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=rH2tLDVaBjY:wmO4FkRP9pg:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=rH2tLDVaBjY:wmO4FkRP9pg:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=rH2tLDVaBjY:wmO4FkRP9pg:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/OpenRemoteForumsAtom/~4/rH2tLDVaBjY" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.openremote.org/display/forums/Proposal+of+New+Protocols?focusedCommentId=9601229#comment-9601229</feedburner:origLink></entry>
  <entry>
    <title>Re: Openremote on Win 64Bit</title>
    <link rel="alternate" href="http://feeds.openremote.org/~r/OpenRemoteForumsAtom/~3/VsoQGGRVJ0k/Openremote+on+Win+64Bit" />
    <author>
      <name>Matthias Erll</name>
    </author>
    <published>2010-03-08T20:12:26Z</published>
    
    <dc:creator>Matthias Erll</dc:creator>
    <dc:date>2010-03-08T20:12:26Z</dc:date>
  <content type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        Page
        &lt;b&gt;commented&lt;/b&gt; by             &lt;a href="http://www.openremote.org/display/~matz"&gt;Matthias Erll&lt;/a&gt;
    &lt;/h4&gt;
    &lt;/p&gt;
    &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px 20px 10px 20px;"&gt;
        &lt;p&gt;Initially I had the same issue on my Win7 x64. Installation path of my JRE6 (64-bit version) is C:\Program Files\Java\jre6. Problem was, that there were quotes around the variable string. I.e. if you type
&lt;blockquote&gt;
&lt;p&gt;set JRE_HOME&lt;/p&gt;&lt;/blockquote&gt;in the command line, it should say&lt;/p&gt;

&lt;p&gt;&lt;blockquote&gt;
&lt;p&gt;JRE_HOME=C:\Program Files\Java\jre6&lt;/p&gt;&lt;/blockquote&gt;and not&lt;/p&gt;

&lt;p&gt;&lt;blockquote&gt;
&lt;p&gt;JRE_HOME="C:\Program Files\Java\jre6"&lt;/p&gt;&lt;/blockquote&gt;If so, try changing it accordingly.&lt;/p&gt;


&lt;p&gt;Unfortunately, there does not seem to be a way to check on this inside a batch script (at least not that I know).&lt;/p&gt;
    &lt;/div&gt;

                &lt;div style="border-bottom: 1px solid #ddd; padding: 17px 20px 7px 20px;"&gt;
        &lt;strong&gt;In reply to a comment by &lt;a href="/display/~zaphood"&gt;Frank&lt;/a&gt;:&lt;/strong&gt;&lt;br/&gt;
        &lt;p&gt;Hi Juha&lt;/p&gt;


&lt;p&gt;Hm...could it be that the program has a problem with the JRE being installed to "c:\program files(86)\java" ? (which is the default path on x64 systems)&lt;/p&gt;

&lt;p&gt;Thanks&lt;br/&gt;
Frank&lt;/p&gt;
        &lt;/div&gt;
    
    &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://www.openremote.org/display/forums/Openremote+on+Win+64Bit?focusedCommentId=9601226#comment-9601226"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;



&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=VsoQGGRVJ0k:ySbY8WW4jzI:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=VsoQGGRVJ0k:ySbY8WW4jzI:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=VsoQGGRVJ0k:ySbY8WW4jzI:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=VsoQGGRVJ0k:ySbY8WW4jzI:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=VsoQGGRVJ0k:ySbY8WW4jzI:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=VsoQGGRVJ0k:ySbY8WW4jzI:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=VsoQGGRVJ0k:ySbY8WW4jzI:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=VsoQGGRVJ0k:ySbY8WW4jzI:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/OpenRemoteForumsAtom/~4/VsoQGGRVJ0k" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.openremote.org/display/forums/Openremote+on+Win+64Bit?focusedCommentId=9601226#comment-9601226</feedburner:origLink></entry>
  <entry>
    <title>Re: Proposal of New Protocols</title>
    <link rel="alternate" href="http://feeds.openremote.org/~r/OpenRemoteForumsAtom/~3/ECJ0OOeXUPI/Proposal+of+New+Protocols" />
    <author>
      <name>Rob Batchelder</name>
    </author>
    <published>2010-03-08T20:10:40Z</published>
    
    <dc:creator>Rob Batchelder</dc:creator>
    <dc:date>2010-03-08T20:10:40Z</dc:date>
  <content type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        Page
        &lt;b&gt;commented&lt;/b&gt; by             &lt;a href="http://www.openremote.org/display/~rtbatch"&gt;Rob Batchelder&lt;/a&gt;
    &lt;/h4&gt;
    &lt;/p&gt;
    &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px 20px 10px 20px;"&gt;
        &lt;p&gt;Kai,&lt;/p&gt;

&lt;p&gt;Is there a repository of architectural diagrams or canonical forms I can access.&amp;nbsp; I'm looking for some "large animal" pictures.&amp;nbsp; New to the site.&lt;/p&gt;


&lt;p&gt;Thanks&lt;/p&gt;
    &lt;/div&gt;

                &lt;div style="border-bottom: 1px solid #ddd; padding: 17px 20px 7px 20px;"&gt;
        &lt;strong&gt;In reply to a comment by &lt;a href="/display/~kkreuzer"&gt;Kai Kreuzer&lt;/a&gt;:&lt;/strong&gt;&lt;br/&gt;
        &lt;p&gt;Hi Rob,&lt;/p&gt;

&lt;p&gt;I do not now about the internals of XMPP, but to me this rather asks to be used on a WAN rather than a LAN. And it is really purely a transport protocol without any semantics about HA. &lt;/p&gt;

&lt;p&gt;But as you can see &lt;a href="http://www.openremote.org/display/forums/Rule+support+in+OR+Boss+Controller?focusedCommentId=6946996#comment-6946996" rel="nofollow"&gt;in some other post&lt;/a&gt;, I am also very fond of the idea of a pub-sub protocol.&lt;/p&gt;

&lt;p&gt;I was actually reading today the protocol definition of &lt;a href="http://xplproject.org.uk/" rel="nofollow"&gt;xPL&lt;/a&gt; and this comes very close to what I had in mind earlier on. And seeing that xPL has already found quite some adoption around Open Source Home Automation, it could be really interesting to at least interface with it.&lt;/p&gt;
        &lt;/div&gt;
    
    &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://www.openremote.org/display/forums/Proposal+of+New+Protocols?focusedCommentId=9601224#comment-9601224"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;



&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=ECJ0OOeXUPI:wmO4FkRP9pg:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=ECJ0OOeXUPI:wmO4FkRP9pg:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=ECJ0OOeXUPI:wmO4FkRP9pg:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=ECJ0OOeXUPI:wmO4FkRP9pg:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=ECJ0OOeXUPI:wmO4FkRP9pg:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=ECJ0OOeXUPI:wmO4FkRP9pg:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=ECJ0OOeXUPI:wmO4FkRP9pg:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=ECJ0OOeXUPI:wmO4FkRP9pg:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/OpenRemoteForumsAtom/~4/ECJ0OOeXUPI" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.openremote.org/display/forums/Proposal+of+New+Protocols?focusedCommentId=9601224#comment-9601224</feedburner:origLink></entry>
  <entry>
    <title>Re: Proposal of New Protocols</title>
    <link rel="alternate" href="http://feeds.openremote.org/~r/OpenRemoteForumsAtom/~3/FFiI2OUKgIg/Proposal+of+New+Protocols" />
    <author>
      <name>Kai Kreuzer</name>
    </author>
    <published>2010-03-08T20:10:35Z</published>
    
    <dc:creator>Kai Kreuzer</dc:creator>
    <dc:date>2010-03-08T20:10:35Z</dc:date>
  <content type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        Page
        &lt;b&gt;commented&lt;/b&gt; by             &lt;a href="http://www.openremote.org/display/~kkreuzer"&gt;Kai Kreuzer&lt;/a&gt;
    &lt;/h4&gt;
    &lt;/p&gt;
    &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px 20px 10px 20px;"&gt;
        &lt;p&gt;Rob,&lt;/p&gt;

&lt;p&gt;I would really encourage you to have a look at the &lt;a href="http://xplproject.org.uk/wiki/index.php?title=XPL_Specification_Document" rel="nofollow"&gt;xPL protocol definition&lt;/a&gt; - this looks pretty much like what you describe as HAXML (with the small exception that it actually is no XML &lt;img class="emoticon" src="/images/icons/emoticons/wink.gif" height="20" width="20" align="absmiddle" alt="" border="0"/&gt;) It is kept simple, but offers all that you would need for HA (well, that's it's primary purpose).&lt;/p&gt;

&lt;p&gt;Due to its broadcast concept xPL can only be used in subnets - so maybe a xPL over XMPP would be a good idea to extend it's range and possibilities?&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;I have a couple of high level PDF documents I'd like to share in this regard. How might I best do that?&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Not sure how to do this in this forum - probably best to host them somewhere else and link to them?&lt;/p&gt;
    &lt;/div&gt;

                &lt;div style="border-bottom: 1px solid #ddd; padding: 17px 20px 7px 20px;"&gt;
        &lt;strong&gt;In reply to a comment by &lt;a href="/display/~rtbatch"&gt;Rob Batchelder&lt;/a&gt;:&lt;/strong&gt;&lt;br/&gt;
        &lt;p&gt;Kai,&lt;/p&gt;

&lt;p&gt;If I may speak at a conceptual level.&amp;nbsp; What I believe is needed in the HA market is, for lack of a better word, a "dial tone" for issuing control plane messages to devices.&amp;nbsp; Intrinsically, I think pub-sub, rather than request-response is a far better foundation for managing message flows. In addition, I think it will be very helpful to use the concept of "presence" to understand the availability / state of devices connected this way.&amp;nbsp; Further, I think that something like an "HAXML," could be used to create an abstraction layer for HA device characteristics / functions.&amp;nbsp; Further, HAXML could also be used to describe the topology of the devices in the network.&lt;/p&gt;

&lt;p&gt;In this regard, perhaps the best, most extensible, light-weight messaging protocol is XMPP for something like HAXML.&amp;nbsp; BTW, XMPP is not just a WAN protocol.&amp;nbsp; It was conceived of as a general purpose framework for pub-sub application messaging - even if its first killer app was IM.&lt;/p&gt;

&lt;p&gt;I have a couple of high level PDF documents I'd like to share in this regard. How might I best do that?&lt;/p&gt;
        &lt;/div&gt;
    
    &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://www.openremote.org/display/forums/Proposal+of+New+Protocols?focusedCommentId=9601223#comment-9601223"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;



&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=FFiI2OUKgIg:wmO4FkRP9pg:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=FFiI2OUKgIg:wmO4FkRP9pg:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=FFiI2OUKgIg:wmO4FkRP9pg:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=FFiI2OUKgIg:wmO4FkRP9pg:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=FFiI2OUKgIg:wmO4FkRP9pg:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=FFiI2OUKgIg:wmO4FkRP9pg:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=FFiI2OUKgIg:wmO4FkRP9pg:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=FFiI2OUKgIg:wmO4FkRP9pg:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/OpenRemoteForumsAtom/~4/FFiI2OUKgIg" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.openremote.org/display/forums/Proposal+of+New+Protocols?focusedCommentId=9601223#comment-9601223</feedburner:origLink></entry>
  <entry>
    <title>Re: Proposal of New Protocols</title>
    <link rel="alternate" href="http://feeds.openremote.org/~r/OpenRemoteForumsAtom/~3/pFYihnsU3Js/Proposal+of+New+Protocols" />
    <author>
      <name>Rob Batchelder</name>
    </author>
    <published>2010-03-08T19:57:24Z</published>
    
    <dc:creator>Rob Batchelder</dc:creator>
    <dc:date>2010-03-08T19:57:24Z</dc:date>
  <content type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        Page
        &lt;b&gt;commented&lt;/b&gt; by             &lt;a href="http://www.openremote.org/display/~rtbatch"&gt;Rob Batchelder&lt;/a&gt;
    &lt;/h4&gt;
    &lt;/p&gt;
    &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px 20px 10px 20px;"&gt;
        &lt;p&gt;Kai,&lt;/p&gt;

&lt;p&gt;If I may speak at a conceptual level.&amp;nbsp; What I believe is needed in the HA market is, for lack of a better word, a "dial tone" for issuing control plane messages to devices.&amp;nbsp; Intrinsically, I think pub-sub, rather than request-response is a far better foundation for managing message flows. In addition, I think it will be very helpful to use the concept of "presence" to understand the availability / state of devices connected this way.&amp;nbsp; Further, I think that something like an "HAXML," could be used to create an abstraction layer for HA device characteristics / functions.&amp;nbsp; Further, HAXML could also be used to describe the topology of the devices in the network.&lt;/p&gt;

&lt;p&gt;In this regard, perhaps the best, most extensible, light-weight messaging protocol is XMPP for something like HAXML.&amp;nbsp; BTW, XMPP is not just a WAN protocol.&amp;nbsp; It was conceived of as a general purpose framework for pub-sub application messaging - even if its first killer app was IM.&lt;/p&gt;

&lt;p&gt;I have a couple of high level PDF documents I'd like to share in this regard. How might I best do that?&lt;/p&gt;
    &lt;/div&gt;

                &lt;div style="border-bottom: 1px solid #ddd; padding: 17px 20px 7px 20px;"&gt;
        &lt;strong&gt;In reply to a comment by &lt;a href="/display/~kkreuzer"&gt;Kai Kreuzer&lt;/a&gt;:&lt;/strong&gt;&lt;br/&gt;
        &lt;p&gt;Hi Rob,&lt;/p&gt;

&lt;p&gt;I do not now about the internals of XMPP, but to me this rather asks to be used on a WAN rather than a LAN. And it is really purely a transport protocol without any semantics about HA. &lt;/p&gt;

&lt;p&gt;But as you can see &lt;a href="http://www.openremote.org/display/forums/Rule+support+in+OR+Boss+Controller?focusedCommentId=6946996#comment-6946996" rel="nofollow"&gt;in some other post&lt;/a&gt;, I am also very fond of the idea of a pub-sub protocol.&lt;/p&gt;

&lt;p&gt;I was actually reading today the protocol definition of &lt;a href="http://xplproject.org.uk/" rel="nofollow"&gt;xPL&lt;/a&gt; and this comes very close to what I had in mind earlier on. And seeing that xPL has already found quite some adoption around Open Source Home Automation, it could be really interesting to at least interface with it.&lt;/p&gt;
        &lt;/div&gt;
    
    &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://www.openremote.org/display/forums/Proposal+of+New+Protocols?focusedCommentId=9601222#comment-9601222"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;



&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=pFYihnsU3Js:wmO4FkRP9pg:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=pFYihnsU3Js:wmO4FkRP9pg:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=pFYihnsU3Js:wmO4FkRP9pg:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=pFYihnsU3Js:wmO4FkRP9pg:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=pFYihnsU3Js:wmO4FkRP9pg:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=pFYihnsU3Js:wmO4FkRP9pg:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=pFYihnsU3Js:wmO4FkRP9pg:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=pFYihnsU3Js:wmO4FkRP9pg:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/OpenRemoteForumsAtom/~4/pFYihnsU3Js" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.openremote.org/display/forums/Proposal+of+New+Protocols?focusedCommentId=9601222#comment-9601222</feedburner:origLink></entry>
  <entry>
    <title>Re: Some questions and suggestions</title>
    <link rel="alternate" href="http://feeds.openremote.org/~r/OpenRemoteForumsAtom/~3/viEEsCeolN4/Some+questions+and+suggestions" />
    <author>
      <name>Marcus Redeker</name>
    </author>
    <published>2010-03-08T19:44:57Z</published>
    
    <dc:creator>Marcus Redeker</dc:creator>
    <dc:date>2010-03-08T19:44:57Z</dc:date>
  <content type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        Page
        &lt;b&gt;commented&lt;/b&gt; by             &lt;a href="http://www.openremote.org/display/~mredeker"&gt;Marcus Redeker&lt;/a&gt;
    &lt;/h4&gt;
    &lt;/p&gt;
    &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px 20px 10px 20px;"&gt;
        &lt;p&gt;I am using an ethernet&amp;lt;-&amp;gt;rs232 converter and the already supported TCP/IP commands.&lt;br/&gt;
Also for my russound support, I implemented the rs232 protocol.&lt;/p&gt;

&lt;p&gt;Having a more general protocol that supports all kinds of devices just by configuration would be nice.&lt;br/&gt;
That is definetly on my list &lt;img class="emoticon" src="/images/icons/emoticons/smile.gif" height="20" width="20" align="absmiddle" alt="" border="0"/&gt; Would make it easier to support more devices without creating a special implementation for each device.&lt;/p&gt;
    &lt;/div&gt;

                &lt;div style="border-bottom: 1px solid #ddd; padding: 17px 20px 7px 20px;"&gt;
        &lt;strong&gt;In reply to a comment by &lt;a href="/display/~mishoboss"&gt;Mihail Panayotov&lt;/a&gt;:&lt;/strong&gt;&lt;br/&gt;
        &lt;p&gt;Thanks for the answers. I can't wait to see the final 2.0 release. There are two tings that I want to suggest to implement before the final release if possible:&lt;/p&gt;
&lt;ul class="alternate" type="square"&gt;
	&lt;li&gt;an "iframe" control/widget. This widget would be capable of showing a screen inside itself.&lt;/li&gt;
	&lt;li&gt;a rs232 support. There are a lot of devices that use rs232 and I think this is a must have interface for a HA software.&lt;/li&gt;
&lt;/ul&gt;

        &lt;/div&gt;
    
    &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://www.openremote.org/display/forums/Some+questions+and+suggestions?focusedCommentId=9601220#comment-9601220"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;



&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=viEEsCeolN4:1VOL3utDRMk:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=viEEsCeolN4:1VOL3utDRMk:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=viEEsCeolN4:1VOL3utDRMk:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=viEEsCeolN4:1VOL3utDRMk:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=viEEsCeolN4:1VOL3utDRMk:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=viEEsCeolN4:1VOL3utDRMk:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=viEEsCeolN4:1VOL3utDRMk:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=viEEsCeolN4:1VOL3utDRMk:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/OpenRemoteForumsAtom/~4/viEEsCeolN4" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.openremote.org/display/forums/Some+questions+and+suggestions?focusedCommentId=9601220#comment-9601220</feedburner:origLink></entry>
  <entry>
    <title>Re: Simple KNX requirement - don't know where to start....</title>
    <link rel="alternate" href="http://feeds.openremote.org/~r/OpenRemoteForumsAtom/~3/jFvyAcMnrmA/Simple+KNX+requirement+-+don%27t+know+where+to+start...." />
    <author>
      <name>Marcus Redeker</name>
    </author>
    <published>2010-03-08T19:35:11Z</published>
    
    <dc:creator>Marcus Redeker</dc:creator>
    <dc:date>2010-03-08T19:35:11Z</dc:date>
  <content type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        Page
        &lt;b&gt;commented&lt;/b&gt; by             &lt;a href="http://www.openremote.org/display/~mredeker"&gt;Marcus Redeker&lt;/a&gt;
    &lt;/h4&gt;
    &lt;/p&gt;
    &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px 20px 10px 20px;"&gt;
        &lt;p&gt;Hi James,&lt;/p&gt;

&lt;p&gt;I am not the guy behind that video.&lt;br/&gt;
This comes from another company in Germany and the product is called &lt;a href="http://www.macmyhome.de/" rel="nofollow"&gt;m..myhome&lt;/a&gt;.&lt;br/&gt;
They also promote the same video on &lt;a href="http://www.macmyhome.de/" rel="nofollow"&gt;youtube&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;All of us at OpenRemote are working to create something like this (and better &lt;img class="emoticon" src="/images/icons/emoticons/smile.gif" height="20" width="20" align="absmiddle" alt="" border="0"/&gt; )&lt;/p&gt;


&lt;p&gt;@James: I am traveling the whole week but will try to put something together tonight.&lt;/p&gt;

&lt;p&gt;&amp;#45;-Marcus&lt;/p&gt;
    &lt;/div&gt;

                &lt;div style="border-bottom: 1px solid #ddd; padding: 17px 20px 7px 20px;"&gt;
        &lt;strong&gt;In reply to a comment by &lt;a href="/display/~jknottjames"&gt;James Lambert-Knott&lt;/a&gt;:&lt;/strong&gt;&lt;br/&gt;
        &lt;p&gt;Hi Marcus,&lt;/p&gt;

&lt;p&gt;Have you had a moment to put a basic quote together?&lt;/p&gt;

&lt;p&gt;Saw your home automation video at&lt;/p&gt;

&lt;p&gt;&lt;a href="http://www.thebigbencompany.com/nomos/clip_nomos.html" rel="nofollow"&gt;http://www.thebigbencompany.com/nomos/clip_nomos.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Very impressive indeed. Seems like you're the right guy to answer a few questions&amp;#33;&lt;/p&gt;

&lt;p&gt;Kind regards,&lt;/p&gt;

&lt;p&gt;James&lt;/p&gt;
        &lt;/div&gt;
    
    &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://www.openremote.org/display/forums/Simple+KNX+requirement+-+don%27t+know+where+to+start....?focusedCommentId=9601218#comment-9601218"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;



&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=jFvyAcMnrmA:lpO8zv5PL-k:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=jFvyAcMnrmA:lpO8zv5PL-k:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=jFvyAcMnrmA:lpO8zv5PL-k:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=jFvyAcMnrmA:lpO8zv5PL-k:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=jFvyAcMnrmA:lpO8zv5PL-k:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=jFvyAcMnrmA:lpO8zv5PL-k:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=jFvyAcMnrmA:lpO8zv5PL-k:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=jFvyAcMnrmA:lpO8zv5PL-k:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/OpenRemoteForumsAtom/~4/jFvyAcMnrmA" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.openremote.org/display/forums/Simple+KNX+requirement+-+don%27t+know+where+to+start....?focusedCommentId=9601218#comment-9601218</feedburner:origLink></entry>
  <entry>
    <title>Re: Simple KNX requirement - don't know where to start....</title>
    <link rel="alternate" href="http://feeds.openremote.org/~r/OpenRemoteForumsAtom/~3/XiYhyeCr2t4/Simple+KNX+requirement+-+don%27t+know+where+to+start...." />
    <author>
      <name>Kai Kreuzer</name>
    </author>
    <published>2010-03-08T18:44:15Z</published>
    
    <dc:creator>Kai Kreuzer</dc:creator>
    <dc:date>2010-03-08T18:44:15Z</dc:date>
  <content type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        Page
        &lt;b&gt;commented&lt;/b&gt; by             &lt;a href="http://www.openremote.org/display/~kkreuzer"&gt;Kai Kreuzer&lt;/a&gt;
    &lt;/h4&gt;
    &lt;/p&gt;
    &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px 20px 10px 20px;"&gt;
        &lt;p&gt;Hi Marcus,&lt;/p&gt;

&lt;p&gt;Are you actively involved in Nomos? If so, I wonder how quickly you can move OR towards that perfection &lt;img class="emoticon" src="/images/icons/emoticons/wink.gif" height="20" width="20" align="absmiddle" alt="" border="0"/&gt;&lt;/p&gt;

&lt;p&gt;Regards,&lt;br/&gt;
Kai&lt;/p&gt;

&lt;p&gt;P.S.: We have 230V since more than 20 years now!&lt;/p&gt;
    &lt;/div&gt;

                &lt;div style="border-bottom: 1px solid #ddd; padding: 17px 20px 7px 20px;"&gt;
        &lt;strong&gt;In reply to a comment by &lt;a href="/display/~jknottjames"&gt;James Lambert-Knott&lt;/a&gt;:&lt;/strong&gt;&lt;br/&gt;
        &lt;p&gt;Hi Marcus,&lt;/p&gt;

&lt;p&gt;Have you had a moment to put a basic quote together?&lt;/p&gt;

&lt;p&gt;Saw your home automation video at&lt;/p&gt;

&lt;p&gt;&lt;a href="http://www.thebigbencompany.com/nomos/clip_nomos.html" rel="nofollow"&gt;http://www.thebigbencompany.com/nomos/clip_nomos.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Very impressive indeed. Seems like you're the right guy to answer a few questions&amp;#33;&lt;/p&gt;

&lt;p&gt;Kind regards,&lt;/p&gt;

&lt;p&gt;James&lt;/p&gt;
        &lt;/div&gt;
    
    &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://www.openremote.org/display/forums/Simple+KNX+requirement+-+don%27t+know+where+to+start....?focusedCommentId=9601217#comment-9601217"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;



&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=XiYhyeCr2t4:lpO8zv5PL-k:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=XiYhyeCr2t4:lpO8zv5PL-k:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=XiYhyeCr2t4:lpO8zv5PL-k:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=XiYhyeCr2t4:lpO8zv5PL-k:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=XiYhyeCr2t4:lpO8zv5PL-k:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=XiYhyeCr2t4:lpO8zv5PL-k:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=XiYhyeCr2t4:lpO8zv5PL-k:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=XiYhyeCr2t4:lpO8zv5PL-k:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/OpenRemoteForumsAtom/~4/XiYhyeCr2t4" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.openremote.org/display/forums/Simple+KNX+requirement+-+don%27t+know+where+to+start....?focusedCommentId=9601217#comment-9601217</feedburner:origLink></entry>
  <entry>
    <title>Re: Proposal of New Protocols</title>
    <link rel="alternate" href="http://feeds.openremote.org/~r/OpenRemoteForumsAtom/~3/u6ig05HPH_E/Proposal+of+New+Protocols" />
    <author>
      <name>Kai Kreuzer</name>
    </author>
    <published>2010-03-08T18:36:34Z</published>
    
    <dc:creator>Kai Kreuzer</dc:creator>
    <dc:date>2010-03-08T18:36:34Z</dc:date>
  <content type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        Page
        &lt;b&gt;commented&lt;/b&gt; by             &lt;a href="http://www.openremote.org/display/~kkreuzer"&gt;Kai Kreuzer&lt;/a&gt;
    &lt;/h4&gt;
    &lt;/p&gt;
    &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px 20px 10px 20px;"&gt;
        &lt;p&gt;Hi Rob,&lt;/p&gt;

&lt;p&gt;I do not now about the internals of XMPP, but to me this rather asks to be used on a WAN rather than a LAN. And it is really purely a transport protocol without any semantics about HA. &lt;/p&gt;

&lt;p&gt;But as you can see &lt;a href="http://www.openremote.org/display/forums/Rule+support+in+OR+Boss+Controller?focusedCommentId=6946996#comment-6946996" rel="nofollow"&gt;in some other post&lt;/a&gt;, I am also very fond of the idea of a pub-sub protocol.&lt;/p&gt;

&lt;p&gt;I was actually reading today the protocol definition of &lt;a href="http://xplproject.org.uk/" rel="nofollow"&gt;xPL&lt;/a&gt; and this comes very close to what I had in mind earlier on. And seeing that xPL has already found quite some adoption around Open Source Home Automation, it could be really interesting to at least interface with it.&lt;/p&gt;
    &lt;/div&gt;

                &lt;div style="border-bottom: 1px solid #ddd; padding: 17px 20px 7px 20px;"&gt;
        &lt;strong&gt;In reply to a comment by &lt;a href="/display/~rtbatch"&gt;Rob Batchelder&lt;/a&gt;:&lt;/strong&gt;&lt;br/&gt;
        &lt;p&gt;Kai,&lt;/p&gt;

&lt;p&gt;How about XMPP? It would seem to me that pub-sub would be a good framework for an HA messaging protocol.&lt;/p&gt;

&lt;p&gt;Thoughts?&lt;/p&gt;
        &lt;/div&gt;
    
    &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://www.openremote.org/display/forums/Proposal+of+New+Protocols?focusedCommentId=9601216#comment-9601216"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;



&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=u6ig05HPH_E:wmO4FkRP9pg:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=u6ig05HPH_E:wmO4FkRP9pg:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=u6ig05HPH_E:wmO4FkRP9pg:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=u6ig05HPH_E:wmO4FkRP9pg:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=u6ig05HPH_E:wmO4FkRP9pg:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=u6ig05HPH_E:wmO4FkRP9pg:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=u6ig05HPH_E:wmO4FkRP9pg:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=u6ig05HPH_E:wmO4FkRP9pg:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/OpenRemoteForumsAtom/~4/u6ig05HPH_E" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.openremote.org/display/forums/Proposal+of+New+Protocols?focusedCommentId=9601216#comment-9601216</feedburner:origLink></entry>
  <entry>
    <title>Re: Proposal of New Protocols</title>
    <link rel="alternate" href="http://feeds.openremote.org/~r/OpenRemoteForumsAtom/~3/LpbmjiBscSg/Proposal+of+New+Protocols" />
    <author>
      <name>Rob Batchelder</name>
    </author>
    <published>2010-03-08T18:18:05Z</published>
    
    <dc:creator>Rob Batchelder</dc:creator>
    <dc:date>2010-03-08T18:18:05Z</dc:date>
  <content type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        Page
        &lt;b&gt;commented&lt;/b&gt; by             &lt;a href="http://www.openremote.org/display/~rtbatch"&gt;Rob Batchelder&lt;/a&gt;
    &lt;/h4&gt;
    &lt;/p&gt;
    &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px 20px 10px 20px;"&gt;
        &lt;p&gt;Kai,&lt;/p&gt;

&lt;p&gt;How about XMPP? It would seem to me that pub-sub would be a good framework for an HA messaging protocol.&lt;/p&gt;

&lt;p&gt;Thoughts?&lt;/p&gt;
    &lt;/div&gt;

        
    &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://www.openremote.org/display/forums/Proposal+of+New+Protocols?focusedCommentId=9601214#comment-9601214"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;



&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=LpbmjiBscSg:wmO4FkRP9pg:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=LpbmjiBscSg:wmO4FkRP9pg:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=LpbmjiBscSg:wmO4FkRP9pg:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=LpbmjiBscSg:wmO4FkRP9pg:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=LpbmjiBscSg:wmO4FkRP9pg:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=LpbmjiBscSg:wmO4FkRP9pg:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=LpbmjiBscSg:wmO4FkRP9pg:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=LpbmjiBscSg:wmO4FkRP9pg:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/OpenRemoteForumsAtom/~4/LpbmjiBscSg" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.openremote.org/display/forums/Proposal+of+New+Protocols?focusedCommentId=9601214#comment-9601214</feedburner:origLink></entry>
  <entry>
    <title>Re: Simple KNX requirement - don't know where to start....</title>
    <link rel="alternate" href="http://feeds.openremote.org/~r/OpenRemoteForumsAtom/~3/ET98D4JDQUg/Simple+KNX+requirement+-+don%27t+know+where+to+start...." />
    <author>
      <name>James Lambert-Knott</name>
    </author>
    <published>2010-03-08T17:47:28Z</published>
    
    <dc:creator>James Lambert-Knott</dc:creator>
    <dc:date>2010-03-08T17:47:28Z</dc:date>
  <content type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        Page
        &lt;b&gt;commented&lt;/b&gt; by             &lt;a href="http://www.openremote.org/display/~jknottjames"&gt;James Lambert-Knott&lt;/a&gt;
    &lt;/h4&gt;
    &lt;/p&gt;
    &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px 20px 10px 20px;"&gt;
        &lt;p&gt;Hi Marcus,&lt;/p&gt;

&lt;p&gt;Have you had a moment to put a basic quote together?&lt;/p&gt;

&lt;p&gt;Saw your home automation video at&lt;/p&gt;

&lt;p&gt;&lt;a href="http://www.thebigbencompany.com/nomos/clip_nomos.html" rel="nofollow"&gt;http://www.thebigbencompany.com/nomos/clip_nomos.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Very impressive indeed. Seems like you're the right guy to answer a few questions&amp;#33;&lt;/p&gt;

&lt;p&gt;Kind regards,&lt;/p&gt;

&lt;p&gt;James&lt;/p&gt;
    &lt;/div&gt;

                &lt;div style="border-bottom: 1px solid #ddd; padding: 17px 20px 7px 20px;"&gt;
        &lt;strong&gt;In reply to a comment by &lt;a href="/display/~jknottjames"&gt;James Lambert-Knott&lt;/a&gt;:&lt;/strong&gt;&lt;br/&gt;
        &lt;p&gt;Hi Marcus,&lt;/p&gt;

&lt;p&gt;In light of your recommendations for DALI, could we ask that you quote for a KNX system, then a separate quote for a DALI systems that manage the following:&lt;/p&gt;

&lt;p&gt;12 lights in one room&lt;br/&gt;
There are 3 different lights sets (4 uplights, 4 recessed and 4 spot lights). &lt;br/&gt;
The lights need to be managed with a wall switch as well as IP control.&lt;br/&gt;
For UK electrics&lt;/p&gt;

&lt;p&gt;Of course once we've tested and got comfortable with controlling multiple lights in one room we will want to expand the system to incorporate all the lights, so it's important whatever we buy at this stage can also be used in the final solution. Needless to say, we are trying to work to a very strict budget and this is why we are trying to implement the solution ourselves (as we are comfortable with a lot of what's involved here). Please reflect in your quote the bare essentials required to implement our solution without any optional extras. We just want to know what hardware is needed to begin, and although choosing the hardware is one of the most important aspects of the project, it has proved to be the most difficult!&lt;/p&gt;

&lt;p&gt;We really do appreciate your help and I look forward to your quote.&lt;/p&gt;

&lt;p&gt;Please send to: jknottjames@talk21.com.&lt;/p&gt;
        &lt;/div&gt;
    
    &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://www.openremote.org/display/forums/Simple+KNX+requirement+-+don%27t+know+where+to+start....?focusedCommentId=9601212#comment-9601212"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;



&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=ET98D4JDQUg:lpO8zv5PL-k:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=ET98D4JDQUg:lpO8zv5PL-k:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=ET98D4JDQUg:lpO8zv5PL-k:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=ET98D4JDQUg:lpO8zv5PL-k:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=ET98D4JDQUg:lpO8zv5PL-k:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=ET98D4JDQUg:lpO8zv5PL-k:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=ET98D4JDQUg:lpO8zv5PL-k:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=ET98D4JDQUg:lpO8zv5PL-k:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/OpenRemoteForumsAtom/~4/ET98D4JDQUg" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.openremote.org/display/forums/Simple+KNX+requirement+-+don%27t+know+where+to+start....?focusedCommentId=9601212#comment-9601212</feedburner:origLink></entry>
  <entry>
    <title>Re: Some questions and suggestions</title>
    <link rel="alternate" href="http://feeds.openremote.org/~r/OpenRemoteForumsAtom/~3/2uuT-1taRpA/Some+questions+and+suggestions" />
    <author>
      <name>Mihail Panayotov</name>
    </author>
    <published>2010-03-08T11:25:42Z</published>
    
    <dc:creator>Mihail Panayotov</dc:creator>
    <dc:date>2010-03-08T11:25:42Z</dc:date>
  <content type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        Page
        &lt;b&gt;commented&lt;/b&gt; by             &lt;a href="http://www.openremote.org/display/~mishoboss"&gt;Mihail Panayotov&lt;/a&gt;
    &lt;/h4&gt;
    &lt;/p&gt;
    &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px 20px 10px 20px;"&gt;
        &lt;p&gt;Thanks for the answers. I can't wait to see the final 2.0 release. There are two tings that I want to suggest to implement before the final release if possible:&lt;/p&gt;
&lt;ul class="alternate" type="square"&gt;
	&lt;li&gt;an "iframe" control/widget. This widget would be capable of showing a screen inside itself.&lt;/li&gt;
	&lt;li&gt;a rs232 support. There are a lot of devices that use rs232 and I think this is a must have interface for a HA software.&lt;/li&gt;
&lt;/ul&gt;

    &lt;/div&gt;

                &lt;div style="border-bottom: 1px solid #ddd; padding: 17px 20px 7px 20px;"&gt;
        &lt;strong&gt;In reply to a comment by &lt;a href="/display/~mredeker"&gt;Marcus Redeker&lt;/a&gt;:&lt;/strong&gt;&lt;br/&gt;
        &lt;p&gt;You can easily host the composer on the same house server where the ORB is running.&lt;br/&gt;
Camera support is on my wish list too and after the main features are stable we will look into stuff like this.&lt;/p&gt;
        &lt;/div&gt;
    
    &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://www.openremote.org/display/forums/Some+questions+and+suggestions?focusedCommentId=9601209#comment-9601209"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;



&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=2uuT-1taRpA:1VOL3utDRMk:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=2uuT-1taRpA:1VOL3utDRMk:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=2uuT-1taRpA:1VOL3utDRMk:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=2uuT-1taRpA:1VOL3utDRMk:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=2uuT-1taRpA:1VOL3utDRMk:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=2uuT-1taRpA:1VOL3utDRMk:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=2uuT-1taRpA:1VOL3utDRMk:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=2uuT-1taRpA:1VOL3utDRMk:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/OpenRemoteForumsAtom/~4/2uuT-1taRpA" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.openremote.org/display/forums/Some+questions+and+suggestions?focusedCommentId=9601209#comment-9601209</feedburner:origLink></entry>
  <entry>
    <title>Re: Simple KNX requirement - don't know where to start....</title>
    <link rel="alternate" href="http://feeds.openremote.org/~r/OpenRemoteForumsAtom/~3/N1GCxnbFHo4/Simple+KNX+requirement+-+don%27t+know+where+to+start...." />
    <author>
      <name>James Lambert-Knott</name>
    </author>
    <published>2010-03-07T11:06:37Z</published>
    
    <dc:creator>James Lambert-Knott</dc:creator>
    <dc:date>2010-03-07T11:06:37Z</dc:date>
  <content type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        Page
        &lt;b&gt;commented&lt;/b&gt; by             &lt;a href="http://www.openremote.org/display/~jknottjames"&gt;James Lambert-Knott&lt;/a&gt;
    &lt;/h4&gt;
    &lt;/p&gt;
    &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px 20px 10px 20px;"&gt;
        &lt;p&gt;Hi Marcus,&lt;/p&gt;

&lt;p&gt;In light of your recommendations for DALI, could we ask that you quote for a KNX system, then a separate quote for a DALI systems that manage the following:&lt;/p&gt;

&lt;p&gt;12 lights in one room&lt;br/&gt;
There are 3 different lights sets (4 uplights, 4 recessed and 4 spot lights). &lt;br/&gt;
The lights need to be managed with a wall switch as well as IP control.&lt;br/&gt;
For UK electrics&lt;/p&gt;

&lt;p&gt;Of course once we've tested and got comfortable with controlling multiple lights in one room we will want to expand the system to incorporate all the lights, so it's important whatever we buy at this stage can also be used in the final solution. Needless to say, we are trying to work to a very strict budget and this is why we are trying to implement the solution ourselves (as we are comfortable with a lot of what's involved here). Please reflect in your quote the bare essentials required to implement our solution without any optional extras. We just want to know what hardware is needed to begin, and although choosing the hardware is one of the most important aspects of the project, it has proved to be the most difficult!&lt;/p&gt;

&lt;p&gt;We really do appreciate your help and I look forward to your quote.&lt;/p&gt;

&lt;p&gt;Please send to: jknottjames@talk21.com.&lt;/p&gt;
    &lt;/div&gt;

                &lt;div style="border-bottom: 1px solid #ddd; padding: 17px 20px 7px 20px;"&gt;
        &lt;strong&gt;In reply to a comment by &lt;a href="/display/~mredeker"&gt;Marcus Redeker&lt;/a&gt;:&lt;/strong&gt;&lt;br/&gt;
        &lt;p&gt;If you provide me with an email I can send you an offer.&lt;br/&gt;
Also there is a pretty good online store that has a great selection on KNX and electric devices.&lt;/p&gt;

&lt;p&gt;You can look there: &lt;a href="http://www.eibmarkt.com/cgi-bin/eibmarkt.storefront" rel="nofollow"&gt;EIBmarkt&lt;/a&gt;&lt;/p&gt;
        &lt;/div&gt;
    
    &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://www.openremote.org/display/forums/Simple+KNX+requirement+-+don%27t+know+where+to+start....?focusedCommentId=9601206#comment-9601206"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;



&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=N1GCxnbFHo4:lpO8zv5PL-k:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=N1GCxnbFHo4:lpO8zv5PL-k:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=N1GCxnbFHo4:lpO8zv5PL-k:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=N1GCxnbFHo4:lpO8zv5PL-k:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=N1GCxnbFHo4:lpO8zv5PL-k:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=N1GCxnbFHo4:lpO8zv5PL-k:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=N1GCxnbFHo4:lpO8zv5PL-k:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=N1GCxnbFHo4:lpO8zv5PL-k:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/OpenRemoteForumsAtom/~4/N1GCxnbFHo4" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.openremote.org/display/forums/Simple+KNX+requirement+-+don%27t+know+where+to+start....?focusedCommentId=9601206#comment-9601206</feedburner:origLink></entry>
  <entry>
    <title>Re: Simple KNX requirement - don't know where to start....</title>
    <link rel="alternate" href="http://feeds.openremote.org/~r/OpenRemoteForumsAtom/~3/eZmYxFCynC8/Simple+KNX+requirement+-+don%27t+know+where+to+start...." />
    <author>
      <name>Marcus Redeker</name>
    </author>
    <published>2010-03-07T08:10:23Z</published>
    
    <dc:creator>Marcus Redeker</dc:creator>
    <dc:date>2010-03-07T08:10:23Z</dc:date>
  <content type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        Page
        &lt;b&gt;commented&lt;/b&gt; by             &lt;a href="http://www.openremote.org/display/~mredeker"&gt;Marcus Redeker&lt;/a&gt;
    &lt;/h4&gt;
    &lt;/p&gt;
    &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px 20px 10px 20px;"&gt;
        &lt;p&gt;If you provide me with an email I can send you an offer.&lt;br/&gt;
Also there is a pretty good online store that has a great selection on KNX and electric devices.&lt;/p&gt;

&lt;p&gt;You can look there: &lt;a href="http://www.eibmarkt.com/cgi-bin/eibmarkt.storefront" rel="nofollow"&gt;EIBmarkt&lt;/a&gt;&lt;/p&gt;
    &lt;/div&gt;

                &lt;div style="border-bottom: 1px solid #ddd; padding: 17px 20px 7px 20px;"&gt;
        &lt;strong&gt;In reply to a comment by &lt;a href="/display/~jknottjames"&gt;James Lambert-Knott&lt;/a&gt;:&lt;/strong&gt;&lt;br/&gt;
        &lt;p&gt;Hi Marcus,&lt;/p&gt;

&lt;p&gt;In which case what would it cost me to order the equipment necessary for a minimal set up: (KNX power supply, a switch/dimming actuator, a KNX interface (either IP, serial or USB) and a sensor?&lt;/p&gt;

&lt;p&gt;Of course it would be essential that anything I bought could be used to expand into the final solution?&lt;/p&gt;

&lt;p&gt;James&lt;/p&gt;
        &lt;/div&gt;
    
    &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://www.openremote.org/display/forums/Simple+KNX+requirement+-+don%27t+know+where+to+start....?focusedCommentId=9601188#comment-9601188"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;



&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=eZmYxFCynC8:lpO8zv5PL-k:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=eZmYxFCynC8:lpO8zv5PL-k:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=eZmYxFCynC8:lpO8zv5PL-k:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=eZmYxFCynC8:lpO8zv5PL-k:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=eZmYxFCynC8:lpO8zv5PL-k:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=eZmYxFCynC8:lpO8zv5PL-k:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=eZmYxFCynC8:lpO8zv5PL-k:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=eZmYxFCynC8:lpO8zv5PL-k:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/OpenRemoteForumsAtom/~4/eZmYxFCynC8" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.openremote.org/display/forums/Simple+KNX+requirement+-+don%27t+know+where+to+start....?focusedCommentId=9601188#comment-9601188</feedburner:origLink></entry>
  <entry>
    <title>Re: Some questions and suggestions</title>
    <link rel="alternate" href="http://feeds.openremote.org/~r/OpenRemoteForumsAtom/~3/r22K_VR-VIw/Some+questions+and+suggestions" />
    <author>
      <name>Marcus Redeker</name>
    </author>
    <published>2010-03-07T08:05:52Z</published>
    
    <dc:creator>Marcus Redeker</dc:creator>
    <dc:date>2010-03-07T08:05:52Z</dc:date>
  <content type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        Page
        &lt;b&gt;commented&lt;/b&gt; by             &lt;a href="http://www.openremote.org/display/~mredeker"&gt;Marcus Redeker&lt;/a&gt;
    &lt;/h4&gt;
    &lt;/p&gt;
    &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px 20px 10px 20px;"&gt;
        &lt;p&gt;You can easily host the composer on the same house server where the ORB is running.&lt;br/&gt;
Camera support is on my wish list too and after the main features are stable we will look into stuff like this.&lt;/p&gt;
    &lt;/div&gt;

                &lt;div style="border-bottom: 1px solid #ddd; padding: 17px 20px 7px 20px;"&gt;
        &lt;strong&gt;In reply to a comment by &lt;a href="/display/~mishoboss"&gt;Mihail Panayotov&lt;/a&gt;:&lt;/strong&gt;&lt;br/&gt;
        &lt;p&gt;That's exactly what I'm talking about &lt;img class="emoticon" src="/images/icons/emoticons/smile.gif" height="20" width="20" align="absmiddle" alt="" border="0"/&gt;&lt;br/&gt;
Will this composer be hosted locally where ORB is, or stays remotely hosted by you?&lt;/p&gt;

&lt;p&gt;What about the cameras support?&lt;/p&gt;
        &lt;/div&gt;
    
    &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://www.openremote.org/display/forums/Some+questions+and+suggestions?focusedCommentId=9601187#comment-9601187"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;



&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=r22K_VR-VIw:1VOL3utDRMk:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=r22K_VR-VIw:1VOL3utDRMk:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=r22K_VR-VIw:1VOL3utDRMk:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=r22K_VR-VIw:1VOL3utDRMk:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=r22K_VR-VIw:1VOL3utDRMk:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=r22K_VR-VIw:1VOL3utDRMk:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=r22K_VR-VIw:1VOL3utDRMk:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=r22K_VR-VIw:1VOL3utDRMk:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/OpenRemoteForumsAtom/~4/r22K_VR-VIw" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.openremote.org/display/forums/Some+questions+and+suggestions?focusedCommentId=9601187#comment-9601187</feedburner:origLink></entry>
  <entry>
    <title>Re: Openremote on Win 64Bit</title>
    <link rel="alternate" href="http://feeds.openremote.org/~r/OpenRemoteForumsAtom/~3/knUVYCJw4Xg/Openremote+on+Win+64Bit" />
    <author>
      <name>Juha Lindfors</name>
    </author>
    <published>2010-03-07T04:02:28Z</published>
    
    <dc:creator>Juha Lindfors</dc:creator>
    <dc:date>2010-03-07T04:02:28Z</dc:date>
  <content type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        Page
        &lt;b&gt;commented&lt;/b&gt; by             &lt;a href="http://www.openremote.org/display/~juha"&gt;Juha Lindfors&lt;/a&gt;
    &lt;/h4&gt;
    &lt;/p&gt;
    &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px 20px 10px 20px;"&gt;
        &lt;p&gt;Possible. Does your JAVA_HOME env variable still contain spaces?&lt;/p&gt;
    &lt;/div&gt;

                &lt;div style="border-bottom: 1px solid #ddd; padding: 17px 20px 7px 20px;"&gt;
        &lt;strong&gt;In reply to a comment by &lt;a href="/display/~zaphood"&gt;Frank&lt;/a&gt;:&lt;/strong&gt;&lt;br/&gt;
        &lt;p&gt;Hi Juha&lt;/p&gt;


&lt;p&gt;Hm...could it be that the program has a problem with the JRE being installed to "c:\program files(86)\java" ? (which is the default path on x64 systems)&lt;/p&gt;

&lt;p&gt;Thanks&lt;br/&gt;
Frank&lt;/p&gt;
        &lt;/div&gt;
    
    &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://www.openremote.org/display/forums/Openremote+on+Win+64Bit?focusedCommentId=9601186#comment-9601186"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;



&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=knUVYCJw4Xg:ySbY8WW4jzI:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=knUVYCJw4Xg:ySbY8WW4jzI:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=knUVYCJw4Xg:ySbY8WW4jzI:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=knUVYCJw4Xg:ySbY8WW4jzI:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=knUVYCJw4Xg:ySbY8WW4jzI:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=knUVYCJw4Xg:ySbY8WW4jzI:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=knUVYCJw4Xg:ySbY8WW4jzI:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=knUVYCJw4Xg:ySbY8WW4jzI:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/OpenRemoteForumsAtom/~4/knUVYCJw4Xg" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.openremote.org/display/forums/Openremote+on+Win+64Bit?focusedCommentId=9601186#comment-9601186</feedburner:origLink></entry>
  <entry>
    <title>Re: Simple KNX requirement - don't know where to start....</title>
    <link rel="alternate" href="http://feeds.openremote.org/~r/OpenRemoteForumsAtom/~3/zwIn0DNAtJk/Simple+KNX+requirement+-+don%27t+know+where+to+start...." />
    <author>
      <name>James Lambert-Knott</name>
    </author>
    <published>2010-03-07T00:35:06Z</published>
    
    <dc:creator>James Lambert-Knott</dc:creator>
    <dc:date>2010-03-07T00:35:06Z</dc:date>
  <content type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        Page
        &lt;b&gt;commented&lt;/b&gt; by             &lt;a href="http://www.openremote.org/display/~jknottjames"&gt;James Lambert-Knott&lt;/a&gt;
    &lt;/h4&gt;
    &lt;/p&gt;
    &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px 20px 10px 20px;"&gt;
        &lt;p&gt;Hi Marcus,&lt;/p&gt;

&lt;p&gt;In which case what would it cost me to order the equipment necessary for a minimal set up: (KNX power supply, a switch/dimming actuator, a KNX interface (either IP, serial or USB) and a sensor?&lt;/p&gt;

&lt;p&gt;Of course it would be essential that anything I bought could be used to expand into the final solution?&lt;/p&gt;

&lt;p&gt;James&lt;/p&gt;
    &lt;/div&gt;

                &lt;div style="border-bottom: 1px solid #ddd; padding: 17px 20px 7px 20px;"&gt;
        &lt;strong&gt;In reply to a comment by &lt;a href="/display/~mredeker"&gt;Marcus Redeker&lt;/a&gt;:&lt;/strong&gt;&lt;br/&gt;
        &lt;p&gt;I am in Germany. But since England also has 220V, I could probably provide you with some stuff. I am dealer for Siemens KNX devices.&lt;/p&gt;

&lt;p&gt;&amp;#45;-Marcus&lt;/p&gt;
        &lt;/div&gt;
    
    &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://www.openremote.org/display/forums/Simple+KNX+requirement+-+don%27t+know+where+to+start....?focusedCommentId=9601185#comment-9601185"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;



&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=zwIn0DNAtJk:lpO8zv5PL-k:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=zwIn0DNAtJk:lpO8zv5PL-k:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=zwIn0DNAtJk:lpO8zv5PL-k:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=zwIn0DNAtJk:lpO8zv5PL-k:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=zwIn0DNAtJk:lpO8zv5PL-k:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=zwIn0DNAtJk:lpO8zv5PL-k:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=zwIn0DNAtJk:lpO8zv5PL-k:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=zwIn0DNAtJk:lpO8zv5PL-k:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/OpenRemoteForumsAtom/~4/zwIn0DNAtJk" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.openremote.org/display/forums/Simple+KNX+requirement+-+don%27t+know+where+to+start....?focusedCommentId=9601185#comment-9601185</feedburner:origLink></entry>
  <entry>
    <title>Re: Openremote on Win 64Bit</title>
    <link rel="alternate" href="http://feeds.openremote.org/~r/OpenRemoteForumsAtom/~3/Ip097wEbYD0/Openremote+on+Win+64Bit" />
    <author>
      <name>Frank</name>
    </author>
    <published>2010-03-06T20:16:45Z</published>
    
    <dc:creator>Frank</dc:creator>
    <dc:date>2010-03-06T20:16:45Z</dc:date>
  <content type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        Page
        &lt;b&gt;commented&lt;/b&gt; by             &lt;a href="http://www.openremote.org/display/~zaphood"&gt;Frank&lt;/a&gt;
    &lt;/h4&gt;
    &lt;/p&gt;
    &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px 20px 10px 20px;"&gt;
        &lt;p&gt;Hi Juha&lt;/p&gt;


&lt;p&gt;Hm...could it be that the program has a problem with the JRE being installed to "c:\program files(86)\java" ? (which is the default path on x64 systems)&lt;/p&gt;

&lt;p&gt;Thanks&lt;br/&gt;
Frank&lt;/p&gt;
    &lt;/div&gt;

                &lt;div style="border-bottom: 1px solid #ddd; padding: 17px 20px 7px 20px;"&gt;
        &lt;strong&gt;In reply to a comment by &lt;a href="/display/~juha"&gt;Juha Lindfors&lt;/a&gt;:&lt;/strong&gt;&lt;br/&gt;
        &lt;p&gt;"Files was unexpected at this time"&lt;/p&gt;

&lt;p&gt;This would seem to indicate you are still trying to run something from "Program Files".&lt;/p&gt;

        &lt;/div&gt;
    
    &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://www.openremote.org/display/forums/Openremote+on+Win+64Bit?focusedCommentId=9601184#comment-9601184"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;



&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=Ip097wEbYD0:ySbY8WW4jzI:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=Ip097wEbYD0:ySbY8WW4jzI:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=Ip097wEbYD0:ySbY8WW4jzI:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=Ip097wEbYD0:ySbY8WW4jzI:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=Ip097wEbYD0:ySbY8WW4jzI:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=Ip097wEbYD0:ySbY8WW4jzI:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=Ip097wEbYD0:ySbY8WW4jzI:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=Ip097wEbYD0:ySbY8WW4jzI:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/OpenRemoteForumsAtom/~4/Ip097wEbYD0" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.openremote.org/display/forums/Openremote+on+Win+64Bit?focusedCommentId=9601184#comment-9601184</feedburner:origLink></entry>
  <entry>
    <title>Re: Simple KNX requirement - don't know where to start....</title>
    <link rel="alternate" href="http://feeds.openremote.org/~r/OpenRemoteForumsAtom/~3/qrXvORfzmGk/Simple+KNX+requirement+-+don%27t+know+where+to+start...." />
    <author>
      <name>Marcus Redeker</name>
    </author>
    <published>2010-03-06T20:02:44Z</published>
    
    <dc:creator>Marcus Redeker</dc:creator>
    <dc:date>2010-03-06T20:02:44Z</dc:date>
  <content type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        Page
        &lt;b&gt;commented&lt;/b&gt; by             &lt;a href="http://www.openremote.org/display/~mredeker"&gt;Marcus Redeker&lt;/a&gt;
    &lt;/h4&gt;
    &lt;/p&gt;
    &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px 20px 10px 20px;"&gt;
        &lt;p&gt;I am in Germany. But since England also has 220V, I could probably provide you with some stuff. I am dealer for Siemens KNX devices.&lt;/p&gt;

&lt;p&gt;&amp;#45;-Marcus&lt;/p&gt;
    &lt;/div&gt;

                &lt;div style="border-bottom: 1px solid #ddd; padding: 17px 20px 7px 20px;"&gt;
        &lt;strong&gt;In reply to a comment by &lt;a href="/display/~jknottjames"&gt;James Lambert-Knott&lt;/a&gt;:&lt;/strong&gt;&lt;br/&gt;
        &lt;p&gt;Hi Marcus,&lt;/p&gt;

&lt;p&gt;Thanks for the prompt response: we're based in the South East of England, in East Sussex. Where are you then? Are you in the UK?&lt;/p&gt;

&lt;p&gt;James&lt;/p&gt;
        &lt;/div&gt;
    
    &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://www.openremote.org/display/forums/Simple+KNX+requirement+-+don%27t+know+where+to+start....?focusedCommentId=9601183#comment-9601183"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;



&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=qrXvORfzmGk:lpO8zv5PL-k:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=qrXvORfzmGk:lpO8zv5PL-k:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=qrXvORfzmGk:lpO8zv5PL-k:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=qrXvORfzmGk:lpO8zv5PL-k:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=qrXvORfzmGk:lpO8zv5PL-k:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=qrXvORfzmGk:lpO8zv5PL-k:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=qrXvORfzmGk:lpO8zv5PL-k:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=qrXvORfzmGk:lpO8zv5PL-k:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/OpenRemoteForumsAtom/~4/qrXvORfzmGk" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.openremote.org/display/forums/Simple+KNX+requirement+-+don%27t+know+where+to+start....?focusedCommentId=9601183#comment-9601183</feedburner:origLink></entry>
  <entry>
    <title>Re: Simple KNX requirement - don't know where to start....</title>
    <link rel="alternate" href="http://feeds.openremote.org/~r/OpenRemoteForumsAtom/~3/xov1Ze-eLhI/Simple+KNX+requirement+-+don%27t+know+where+to+start...." />
    <author>
      <name>James Lambert-Knott</name>
    </author>
    <published>2010-03-06T17:34:01Z</published>
    
    <dc:creator>James Lambert-Knott</dc:creator>
    <dc:date>2010-03-06T17:34:01Z</dc:date>
  <content type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        Page
        &lt;b&gt;commented&lt;/b&gt; by             &lt;a href="http://www.openremote.org/display/~jknottjames"&gt;James Lambert-Knott&lt;/a&gt;
    &lt;/h4&gt;
    &lt;/p&gt;
    &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px 20px 10px 20px;"&gt;
        &lt;p&gt;Hi Marcus,&lt;/p&gt;

&lt;p&gt;Thanks for the prompt response: we're based in the South East of England, in East Sussex. Where are you then? Are you in the UK?&lt;/p&gt;

&lt;p&gt;James&lt;/p&gt;
    &lt;/div&gt;

                &lt;div style="border-bottom: 1px solid #ddd; padding: 17px 20px 7px 20px;"&gt;
        &lt;strong&gt;In reply to a comment by &lt;a href="/display/~mredeker"&gt;Marcus Redeker&lt;/a&gt;:&lt;/strong&gt;&lt;br/&gt;
        &lt;p&gt;Hi James,&lt;/p&gt;

&lt;p&gt;for that amount of lights I still think that DALI might be a better choice. Do you also want to use low voltage halogen lights? The DALI electronic balast for halogen lights are much cheaper then KNX high voltage actuators. If you also want to use color LED this cannot be done with KNX but with DALI. You can always use a KNX&amp;lt;-&amp;gt;DALI gateway to combine the lighting equipment with other devices like audio, visual etc. This is how I normally plan it.&lt;/p&gt;


&lt;p&gt;To have a minimal setup to work with KNX you need the KNX power supply, a switch/dimming actuator, a KNX interface (either IP, serial or USB) and a sensor. In case you want to also look into the DALI stuff you would also need a KNX&amp;lt;-&amp;gt;DALI gateway.&lt;/p&gt;

&lt;p&gt;Where are you guys located? Maybe I can provide you with the equipment.&lt;/p&gt;

&lt;p&gt;&amp;#45;-Marcus&lt;/p&gt;
        &lt;/div&gt;
    
    &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://www.openremote.org/display/forums/Simple+KNX+requirement+-+don%27t+know+where+to+start....?focusedCommentId=9601182#comment-9601182"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;



&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=xov1Ze-eLhI:lpO8zv5PL-k:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=xov1Ze-eLhI:lpO8zv5PL-k:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=xov1Ze-eLhI:lpO8zv5PL-k:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=xov1Ze-eLhI:lpO8zv5PL-k:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=xov1Ze-eLhI:lpO8zv5PL-k:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=xov1Ze-eLhI:lpO8zv5PL-k:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=xov1Ze-eLhI:lpO8zv5PL-k:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=xov1Ze-eLhI:lpO8zv5PL-k:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/OpenRemoteForumsAtom/~4/xov1Ze-eLhI" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.openremote.org/display/forums/Simple+KNX+requirement+-+don%27t+know+where+to+start....?focusedCommentId=9601182#comment-9601182</feedburner:origLink></entry>
  <entry>
    <title>Re: Simple KNX requirement - don't know where to start....</title>
    <link rel="alternate" href="http://feeds.openremote.org/~r/OpenRemoteForumsAtom/~3/oIvzOnFGc8w/Simple+KNX+requirement+-+don%27t+know+where+to+start...." />
    <author>
      <name>Marcus Redeker</name>
    </author>
    <published>2010-03-06T16:49:13Z</published>
    
    <dc:creator>Marcus Redeker</dc:creator>
    <dc:date>2010-03-06T16:49:13Z</dc:date>
  <content type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        Page
        &lt;b&gt;commented&lt;/b&gt; by             &lt;a href="http://www.openremote.org/display/~mredeker"&gt;Marcus Redeker&lt;/a&gt;
    &lt;/h4&gt;
    &lt;/p&gt;
    &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px 20px 10px 20px;"&gt;
        &lt;p&gt;Hi James,&lt;/p&gt;

&lt;p&gt;for that amount of lights I still think that DALI might be a better choice. Do you also want to use low voltage halogen lights? The DALI electronic balast for halogen lights are much cheaper then KNX high voltage actuators. If you also want to use color LED this cannot be done with KNX but with DALI. You can always use a KNX&amp;lt;-&amp;gt;DALI gateway to combine the lighting equipment with other devices like audio, visual etc. This is how I normally plan it.&lt;/p&gt;


&lt;p&gt;To have a minimal setup to work with KNX you need the KNX power supply, a switch/dimming actuator, a KNX interface (either IP, serial or USB) and a sensor. In case you want to also look into the DALI stuff you would also need a KNX&amp;lt;-&amp;gt;DALI gateway.&lt;/p&gt;

&lt;p&gt;Where are you guys located? Maybe I can provide you with the equipment.&lt;/p&gt;

&lt;p&gt;&amp;#45;-Marcus&lt;/p&gt;
    &lt;/div&gt;

                &lt;div style="border-bottom: 1px solid #ddd; padding: 17px 20px 7px 20px;"&gt;
        &lt;strong&gt;In reply to a comment by &lt;a href="/display/~jknottjames"&gt;James Lambert-Knott&lt;/a&gt;:&lt;/strong&gt;&lt;br/&gt;
        &lt;p&gt;Hi Marcus,&lt;/p&gt;

&lt;p&gt;I'm James and I'm working alongside Charlie to implement this lighting control system. We had previously looked into DALI, but we are going to use the KNX modules to control over aspects of modern living (such as audio and visual, security etc) so that is why KNX seemed to us the sensible choice.&lt;/p&gt;

&lt;p&gt;Ultimately what our beginning requirements boil down to is what equipment do we need to buy just to begin testing our solution? The ultimate solution of 168 lights spread across 41 different light sets needs to start somewhere, and we want to know where that starting point is.&lt;/p&gt;

&lt;p&gt;To date we have mapped out each light (and it's position and type) on a floor plan of the property. We have then given each light an individual ID, grouped each light according to the room it's in, as well as what lightset it belongs to (ie kitchenuplights is a separate lightset to kitchenrecessed). &lt;/p&gt;

&lt;p&gt;Now we need to know what equipment do we need to control just one light in one room. (We want to start the most simple way possible. Then we build on that).&lt;/p&gt;

&lt;p&gt;Bear in mind that the property that will house the final solution has yet to be built, so there's no retrospective wiring, it can be done the most effective way right from the beginning. So our plan is effectively to set up a testing unit of 1 light in our workshop, that is controlled by a switch, as well as KNX equipment required to automate that light, both from a controller AND a browser window (IP control).&lt;/p&gt;

&lt;p&gt;As Charlie has said, we are not afraid of software coding, it's just that we want to know where to begin with which modules we need to buy just to automate one light?&lt;/p&gt;

&lt;p&gt;We really do appreciate any advice you can offer.&lt;/p&gt;

&lt;p&gt;Kind regards,&lt;/p&gt;

&lt;p&gt;James&lt;/p&gt;
        &lt;/div&gt;
    
    &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://www.openremote.org/display/forums/Simple+KNX+requirement+-+don%27t+know+where+to+start....?focusedCommentId=9601181#comment-9601181"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;



&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=oIvzOnFGc8w:lpO8zv5PL-k:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=oIvzOnFGc8w:lpO8zv5PL-k:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=oIvzOnFGc8w:lpO8zv5PL-k:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=oIvzOnFGc8w:lpO8zv5PL-k:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=oIvzOnFGc8w:lpO8zv5PL-k:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=oIvzOnFGc8w:lpO8zv5PL-k:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=oIvzOnFGc8w:lpO8zv5PL-k:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=oIvzOnFGc8w:lpO8zv5PL-k:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/OpenRemoteForumsAtom/~4/oIvzOnFGc8w" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.openremote.org/display/forums/Simple+KNX+requirement+-+don%27t+know+where+to+start....?focusedCommentId=9601181#comment-9601181</feedburner:origLink></entry>
  <entry>
    <title>Re: Some questions and suggestions</title>
    <link rel="alternate" href="http://feeds.openremote.org/~r/OpenRemoteForumsAtom/~3/Ajzpd04R-nQ/Some+questions+and+suggestions" />
    <author>
      <name>Mihail Panayotov</name>
    </author>
    <published>2010-03-06T16:12:43Z</published>
    
    <dc:creator>Mihail Panayotov</dc:creator>
    <dc:date>2010-03-06T16:12:43Z</dc:date>
  <content type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        Page
        &lt;b&gt;commented&lt;/b&gt; by             &lt;a href="http://www.openremote.org/display/~mishoboss"&gt;Mihail Panayotov&lt;/a&gt;
    &lt;/h4&gt;
    &lt;/p&gt;
    &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px 20px 10px 20px;"&gt;
        &lt;p&gt;That's exactly what I'm talking about &lt;img class="emoticon" src="/images/icons/emoticons/smile.gif" height="20" width="20" align="absmiddle" alt="" border="0"/&gt;&lt;br/&gt;
Will this composer be hosted locally where ORB is, or stays remotely hosted by you?&lt;/p&gt;

&lt;p&gt;What about the cameras support?&lt;/p&gt;
    &lt;/div&gt;

                &lt;div style="border-bottom: 1px solid #ddd; padding: 17px 20px 7px 20px;"&gt;
        &lt;strong&gt;In reply to a comment by &lt;a href="/display/~juha"&gt;Juha Lindfors&lt;/a&gt;:&lt;/strong&gt;&lt;br/&gt;
        &lt;p&gt;Hello Mihail,&lt;/p&gt;

&lt;p&gt;Control interfaces are decoupled from the rest of the architecture via REST interface. This means it is relatively easy to create a control interface for whatever platform you desire. This is well demonstrated for instance in the demo Jerome Velociter posted where he controls the lights from command line using curl.&lt;/p&gt;

&lt;p&gt;So if you feel strongly about any control interface, sign up and lead the subproject. This is very much welcome here. Focus is on iPhone and Android because at the moment they are popular interfaces and personally interesting, therefore taking priority over others (as each client platform consumes resources).&lt;/p&gt;

&lt;p&gt;The new release does allow custom resolutions. Have a look at &lt;a href="http://composer.openremote.org/demo" rel="nofollow"&gt;http://composer.openremote.org/demo&lt;/a&gt;&lt;/p&gt;


        &lt;/div&gt;
    
    &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://www.openremote.org/display/forums/Some+questions+and+suggestions?focusedCommentId=9601180#comment-9601180"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;



&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=Ajzpd04R-nQ:1VOL3utDRMk:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=Ajzpd04R-nQ:1VOL3utDRMk:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=Ajzpd04R-nQ:1VOL3utDRMk:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=Ajzpd04R-nQ:1VOL3utDRMk:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=Ajzpd04R-nQ:1VOL3utDRMk:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=Ajzpd04R-nQ:1VOL3utDRMk:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=Ajzpd04R-nQ:1VOL3utDRMk:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=Ajzpd04R-nQ:1VOL3utDRMk:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/OpenRemoteForumsAtom/~4/Ajzpd04R-nQ" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.openremote.org/display/forums/Some+questions+and+suggestions?focusedCommentId=9601180#comment-9601180</feedburner:origLink></entry>
  <entry>
    <title>Re: Openremote on Win 64Bit</title>
    <link rel="alternate" href="http://feeds.openremote.org/~r/OpenRemoteForumsAtom/~3/Hy0ABd7raSs/Openremote+on+Win+64Bit" />
    <author>
      <name>Juha Lindfors</name>
    </author>
    <published>2010-03-06T15:50:22Z</published>
    
    <dc:creator>Juha Lindfors</dc:creator>
    <dc:date>2010-03-06T15:50:22Z</dc:date>
  <content type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        Page
        &lt;b&gt;commented&lt;/b&gt; by             &lt;a href="http://www.openremote.org/display/~juha"&gt;Juha Lindfors&lt;/a&gt;
    &lt;/h4&gt;
    &lt;/p&gt;
    &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px 20px 10px 20px;"&gt;
        &lt;p&gt;"Files was unexpected at this time"&lt;/p&gt;

&lt;p&gt;This would seem to indicate you are still trying to run something from "Program Files".&lt;/p&gt;

    &lt;/div&gt;

        
    &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://www.openremote.org/display/forums/Openremote+on+Win+64Bit?focusedCommentId=9601179#comment-9601179"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;



&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=Hy0ABd7raSs:ySbY8WW4jzI:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=Hy0ABd7raSs:ySbY8WW4jzI:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=Hy0ABd7raSs:ySbY8WW4jzI:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=Hy0ABd7raSs:ySbY8WW4jzI:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=Hy0ABd7raSs:ySbY8WW4jzI:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=Hy0ABd7raSs:ySbY8WW4jzI:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=Hy0ABd7raSs:ySbY8WW4jzI:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=Hy0ABd7raSs:ySbY8WW4jzI:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/OpenRemoteForumsAtom/~4/Hy0ABd7raSs" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.openremote.org/display/forums/Openremote+on+Win+64Bit?focusedCommentId=9601179#comment-9601179</feedburner:origLink></entry>
  <entry>
    <title>Re: Some questions and suggestions</title>
    <link rel="alternate" href="http://feeds.openremote.org/~r/OpenRemoteForumsAtom/~3/e6Dq4XXEBSw/Some+questions+and+suggestions" />
    <author>
      <name>Juha Lindfors</name>
    </author>
    <published>2010-03-06T15:46:42Z</published>
    
    <dc:creator>Juha Lindfors</dc:creator>
    <dc:date>2010-03-06T15:46:42Z</dc:date>
  <content type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        Page
        &lt;b&gt;commented&lt;/b&gt; by             &lt;a href="http://www.openremote.org/display/~juha"&gt;Juha Lindfors&lt;/a&gt;
    &lt;/h4&gt;
    &lt;/p&gt;
    &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px 20px 10px 20px;"&gt;
        &lt;p&gt;Hello Mihail,&lt;/p&gt;

&lt;p&gt;Control interfaces are decoupled from the rest of the architecture via REST interface. This means it is relatively easy to create a control interface for whatever platform you desire. This is well demonstrated for instance in the demo Jerome Velociter posted where he controls the lights from command line using curl.&lt;/p&gt;

&lt;p&gt;So if you feel strongly about any control interface, sign up and lead the subproject. This is very much welcome here. Focus is on iPhone and Android because at the moment they are popular interfaces and personally interesting, therefore taking priority over others (as each client platform consumes resources).&lt;/p&gt;

&lt;p&gt;The new release does allow custom resolutions. Have a look at &lt;a href="http://composer.openremote.org/demo" rel="nofollow"&gt;http://composer.openremote.org/demo&lt;/a&gt;&lt;/p&gt;


    &lt;/div&gt;

        
    &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://www.openremote.org/display/forums/Some+questions+and+suggestions?focusedCommentId=9601178#comment-9601178"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;



&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=e6Dq4XXEBSw:1VOL3utDRMk:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=e6Dq4XXEBSw:1VOL3utDRMk:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=e6Dq4XXEBSw:1VOL3utDRMk:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=e6Dq4XXEBSw:1VOL3utDRMk:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=e6Dq4XXEBSw:1VOL3utDRMk:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=e6Dq4XXEBSw:1VOL3utDRMk:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=e6Dq4XXEBSw:1VOL3utDRMk:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=e6Dq4XXEBSw:1VOL3utDRMk:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/OpenRemoteForumsAtom/~4/e6Dq4XXEBSw" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.openremote.org/display/forums/Some+questions+and+suggestions?focusedCommentId=9601178#comment-9601178</feedburner:origLink></entry>
  <entry>
    <title>Openremote on Win 64Bit</title>
    <link rel="alternate" href="http://feeds.openremote.org/~r/OpenRemoteForumsAtom/~3/8vOqSe1Q9CU/Openremote+on+Win+64Bit" />
    <author>
      <name>Frank</name>
    </author>
    <published>2010-03-06T14:23:55Z</published>
    
    <dc:creator>Frank</dc:creator>
    <dc:date>2010-03-06T14:23:55Z</dc:date>
  <content type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        Page
            &lt;b&gt;added&lt;/b&gt; by
                    &lt;a href="http://www.openremote.org/display/~zaphood"&gt;Frank&lt;/a&gt;
            &lt;/p&gt;
        &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px;"&gt;
         &lt;p&gt;Hi&lt;br/&gt;
I am trying to setup Openremote on a Windows 2008R2 Server which is apparently 64Bit only.&lt;br/&gt;
After I figured out, that there are is a mistake in the setup document (like the Java Variable isn't named JRE_HOME but JAVA_HOME) and that Openremote seems to dislike a path with spaces (Like Program Files), I installed it to c:\openremote and tried to run \bin\openremote run. Result is a failure, reading &lt;br/&gt;
"Files was unexpected at this time"&lt;/p&gt;

&lt;p&gt;Any ideas what went wrong ? Is Openhouse in general working on a 64 Bit System ? &lt;/p&gt;

&lt;p&gt;Thanks a lot&lt;/p&gt;

&lt;p&gt;Regards&lt;br/&gt;
Frank&lt;/p&gt;
    &lt;/div&gt;
        &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://www.openremote.org/display/forums/Openremote+on+Win+64Bit"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;
    &lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=8vOqSe1Q9CU:6Ij_P-Uvb4w:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=8vOqSe1Q9CU:6Ij_P-Uvb4w:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=8vOqSe1Q9CU:6Ij_P-Uvb4w:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=8vOqSe1Q9CU:6Ij_P-Uvb4w:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=8vOqSe1Q9CU:6Ij_P-Uvb4w:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=8vOqSe1Q9CU:6Ij_P-Uvb4w:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=8vOqSe1Q9CU:6Ij_P-Uvb4w:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=8vOqSe1Q9CU:6Ij_P-Uvb4w:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/OpenRemoteForumsAtom/~4/8vOqSe1Q9CU" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.openremote.org/display/forums/Openremote+on+Win+64Bit</feedburner:origLink></entry>
  <entry>
    <title>Some questions and suggestions</title>
    <link rel="alternate" href="http://feeds.openremote.org/~r/OpenRemoteForumsAtom/~3/acPVo4fzjGs/Some+questions+and+suggestions" />
    <author>
      <name>Mihail Panayotov</name>
    </author>
    <published>2010-03-06T14:16:41Z</published>
    
    <dc:creator>Mihail Panayotov</dc:creator>
    <dc:date>2010-03-06T14:16:41Z</dc:date>
  <content type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        Page
            &lt;b&gt;added&lt;/b&gt; by
                    &lt;a href="http://www.openremote.org/display/~mishoboss"&gt;Mihail Panayotov&lt;/a&gt;
            &lt;/p&gt;
        &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px;"&gt;
         &lt;p&gt;Hi, OpenRemote is a great project and I'm sure it will have great success. However I have some questions and suggestions about OR:&lt;br/&gt;
 1. Why you focus this project only on iPhone? I have iPhone and I'm happy with it, but I would like to control my house via touch panels or laptop also.&lt;br/&gt;
 2. This is also related to the first question - I think that the Designer interface must have options for different screen resolutions and orientations. This would make possible contributors to make interfaces for other devices. For example I would like to create web or Flash interface for a tablet PC, but I'm stuck into iPhone resolution because of the Designer tool.&lt;br/&gt;
 3. I think this project will have great success if the whole administration interface goes web based. For now there is a Designer tool that is web based and is hosted remotely. I think this Designer tool must be a part of a whole web based administration interface hosted locally on the house server. There are great JavaScript frameworks like ExtJS or YUI that are capable of creating a desktop like web based interfaces.&lt;br/&gt;
 4. What about cameras? Do you plan integration?&lt;/p&gt;

&lt;p&gt;Thanks for answering these questions.&lt;/p&gt;

&lt;p&gt;Mihail Panayotov&lt;/p&gt;
    &lt;/div&gt;
        &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://www.openremote.org/display/forums/Some+questions+and+suggestions"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;
    &lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=acPVo4fzjGs:LL3h9xmnZIw:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=acPVo4fzjGs:LL3h9xmnZIw:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=acPVo4fzjGs:LL3h9xmnZIw:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=acPVo4fzjGs:LL3h9xmnZIw:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=acPVo4fzjGs:LL3h9xmnZIw:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=acPVo4fzjGs:LL3h9xmnZIw:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=acPVo4fzjGs:LL3h9xmnZIw:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=acPVo4fzjGs:LL3h9xmnZIw:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/OpenRemoteForumsAtom/~4/acPVo4fzjGs" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.openremote.org/display/forums/Some+questions+and+suggestions</feedburner:origLink></entry>
  <entry>
    <title>Re: Simple KNX requirement - don't know where to start....</title>
    <link rel="alternate" href="http://feeds.openremote.org/~r/OpenRemoteForumsAtom/~3/PX1SGkC26-s/Simple+KNX+requirement+-+don%27t+know+where+to+start...." />
    <author>
      <name>James Lambert-Knott</name>
    </author>
    <published>2010-03-06T14:00:58Z</published>
    
    <dc:creator>James Lambert-Knott</dc:creator>
    <dc:date>2010-03-06T14:00:58Z</dc:date>
  <content type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        Page
        &lt;b&gt;commented&lt;/b&gt; by             &lt;a href="http://www.openremote.org/display/~jknottjames"&gt;James Lambert-Knott&lt;/a&gt;
    &lt;/h4&gt;
    &lt;/p&gt;
    &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px 20px 10px 20px;"&gt;
        &lt;p&gt;Hi Marcus,&lt;/p&gt;

&lt;p&gt;I'm James and I'm working alongside Charlie to implement this lighting control system. We had previously looked into DALI, but we are going to use the KNX modules to control over aspects of modern living (such as audio and visual, security etc) so that is why KNX seemed to us the sensible choice.&lt;/p&gt;

&lt;p&gt;Ultimately what our beginning requirements boil down to is what equipment do we need to buy just to begin testing our solution? The ultimate solution of 168 lights spread across 41 different light sets needs to start somewhere, and we want to know where that starting point is.&lt;/p&gt;

&lt;p&gt;To date we have mapped out each light (and it's position and type) on a floor plan of the property. We have then given each light an individual ID, grouped each light according to the room it's in, as well as what lightset it belongs to (ie kitchenuplights is a separate lightset to kitchenrecessed). &lt;/p&gt;

&lt;p&gt;Now we need to know what equipment do we need to control just one light in one room. (We want to start the most simple way possible. Then we build on that).&lt;/p&gt;

&lt;p&gt;Bear in mind that the property that will house the final solution has yet to be built, so there's no retrospective wiring, it can be done the most effective way right from the beginning. So our plan is effectively to set up a testing unit of 1 light in our workshop, that is controlled by a switch, as well as KNX equipment required to automate that light, both from a controller AND a browser window (IP control).&lt;/p&gt;

&lt;p&gt;As Charlie has said, we are not afraid of software coding, it's just that we want to know where to begin with which modules we need to buy just to automate one light?&lt;/p&gt;

&lt;p&gt;We really do appreciate any advice you can offer.&lt;/p&gt;

&lt;p&gt;Kind regards,&lt;/p&gt;

&lt;p&gt;James&lt;/p&gt;
    &lt;/div&gt;

                &lt;div style="border-bottom: 1px solid #ddd; padding: 17px 20px 7px 20px;"&gt;
        &lt;strong&gt;In reply to a comment by &lt;a href="/display/~mredeker"&gt;Marcus Redeker&lt;/a&gt;:&lt;/strong&gt;&lt;br/&gt;
        &lt;p&gt;What do you mean? What kind of controller? Do you mean a KNX IP-Gateway?&lt;/p&gt;
        &lt;/div&gt;
    
    &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://www.openremote.org/display/forums/Simple+KNX+requirement+-+don%27t+know+where+to+start....?focusedCommentId=9601173#comment-9601173"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;



&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=PX1SGkC26-s:lpO8zv5PL-k:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=PX1SGkC26-s:lpO8zv5PL-k:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=PX1SGkC26-s:lpO8zv5PL-k:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=PX1SGkC26-s:lpO8zv5PL-k:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=PX1SGkC26-s:lpO8zv5PL-k:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=PX1SGkC26-s:lpO8zv5PL-k:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=PX1SGkC26-s:lpO8zv5PL-k:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=PX1SGkC26-s:lpO8zv5PL-k:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/OpenRemoteForumsAtom/~4/PX1SGkC26-s" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.openremote.org/display/forums/Simple+KNX+requirement+-+don%27t+know+where+to+start....?focusedCommentId=9601173#comment-9601173</feedburner:origLink></entry>
  <entry>
    <title>Re: Simple KNX requirement - don't know where to start....</title>
    <link rel="alternate" href="http://feeds.openremote.org/~r/OpenRemoteForumsAtom/~3/yBXwhqGNkNk/Simple+KNX+requirement+-+don%27t+know+where+to+start...." />
    <author>
      <name>Marcus Redeker</name>
    </author>
    <published>2010-03-05T20:49:32Z</published>
    
    <dc:creator>Marcus Redeker</dc:creator>
    <dc:date>2010-03-05T20:49:32Z</dc:date>
  <content type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        Page
        &lt;b&gt;commented&lt;/b&gt; by             &lt;a href="http://www.openremote.org/display/~mredeker"&gt;Marcus Redeker&lt;/a&gt;
    &lt;/h4&gt;
    &lt;/p&gt;
    &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px 20px 10px 20px;"&gt;
        &lt;p&gt;What do you mean? What kind of controller? Do you mean a KNX IP-Gateway?&lt;/p&gt;
    &lt;/div&gt;

                &lt;div style="border-bottom: 1px solid #ddd; padding: 17px 20px 7px 20px;"&gt;
        &lt;strong&gt;In reply to a comment by &lt;a href="/display/~cevatt"&gt;Charlie Evatt&lt;/a&gt;:&lt;/strong&gt;&lt;br/&gt;
        &lt;p&gt;Hi Marcus, Thanks for the information, it's very kind of you to get back to me.&lt;/p&gt;


&lt;p&gt;Do you have any example links to IP controllers/computer connected controllers that we could look into?&lt;/p&gt;

&lt;p&gt;Charlie&lt;/p&gt;
        &lt;/div&gt;
    
    &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://www.openremote.org/display/forums/Simple+KNX+requirement+-+don%27t+know+where+to+start....?focusedCommentId=9601171#comment-9601171"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;



&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=yBXwhqGNkNk:lpO8zv5PL-k:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=yBXwhqGNkNk:lpO8zv5PL-k:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=yBXwhqGNkNk:lpO8zv5PL-k:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=yBXwhqGNkNk:lpO8zv5PL-k:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=yBXwhqGNkNk:lpO8zv5PL-k:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=yBXwhqGNkNk:lpO8zv5PL-k:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=yBXwhqGNkNk:lpO8zv5PL-k:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=yBXwhqGNkNk:lpO8zv5PL-k:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/OpenRemoteForumsAtom/~4/yBXwhqGNkNk" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.openremote.org/display/forums/Simple+KNX+requirement+-+don%27t+know+where+to+start....?focusedCommentId=9601171#comment-9601171</feedburner:origLink></entry>
  <entry>
    <title>Re: CommandFusion iPhone App</title>
    <link rel="alternate" href="http://feeds.openremote.org/~r/OpenRemoteForumsAtom/~3/Fltb17Cx4Yg/CommandFusion+iPhone+App" />
    <author>
      <name>Marcus Redeker</name>
    </author>
    <published>2010-03-05T20:09:31Z</published>
    
    <dc:creator>Marcus Redeker</dc:creator>
    <dc:date>2010-03-05T20:09:31Z</dc:date>
  <content type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        Page
        &lt;b&gt;commented&lt;/b&gt; by             &lt;a href="http://www.openremote.org/display/~mredeker"&gt;Marcus Redeker&lt;/a&gt;
    &lt;/h4&gt;
    &lt;/p&gt;
    &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px 20px 10px 20px;"&gt;
        &lt;p&gt;Here is a video to see the guiDesigner: &lt;a href="http://www.commandfusion.com/video/guiDesigner.mov" rel="nofollow"&gt;http://www.commandfusion.com/video/guiDesigner.mov&lt;/a&gt;&lt;br/&gt;
The already support GlobalCache and a LG television and you can create libraries for your own devices.&lt;/p&gt;
    &lt;/div&gt;

        
    &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://www.openremote.org/display/forums/CommandFusion+iPhone+App?focusedCommentId=9601170#comment-9601170"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;



&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=Fltb17Cx4Yg:RtZW4OsoRBQ:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=Fltb17Cx4Yg:RtZW4OsoRBQ:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=Fltb17Cx4Yg:RtZW4OsoRBQ:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=Fltb17Cx4Yg:RtZW4OsoRBQ:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=Fltb17Cx4Yg:RtZW4OsoRBQ:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=Fltb17Cx4Yg:RtZW4OsoRBQ:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=Fltb17Cx4Yg:RtZW4OsoRBQ:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=Fltb17Cx4Yg:RtZW4OsoRBQ:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/OpenRemoteForumsAtom/~4/Fltb17Cx4Yg" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.openremote.org/display/forums/CommandFusion+iPhone+App?focusedCommentId=9601170#comment-9601170</feedburner:origLink></entry>
  <entry>
    <title>CommandFusion iPhone App</title>
    <link rel="alternate" href="http://feeds.openremote.org/~r/OpenRemoteForumsAtom/~3/rlE3wHzmPJM/CommandFusion+iPhone+App" />
    <author>
      <name>Marcus Redeker</name>
    </author>
    <published>2010-03-05T19:53:25Z</published>
    
    <dc:creator>Marcus Redeker</dc:creator>
    <dc:date>2010-03-05T19:53:25Z</dc:date>
  <content type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        Page
            &lt;b&gt;added&lt;/b&gt; by
                    &lt;a href="http://www.openremote.org/display/~mredeker"&gt;Marcus Redeker&lt;/a&gt;
            &lt;/p&gt;
        &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px;"&gt;
         &lt;p&gt;On the german KNX forum some guys created a Gira Homeserver extension to work with this app: &lt;a href="http://www.commandfusion.com/products/view/iviewer" rel="nofollow"&gt;http://www.commandfusion.com/products/view/iviewer&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Looks pretty interesting.&lt;/p&gt;
    &lt;/div&gt;
        &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://www.openremote.org/display/forums/CommandFusion+iPhone+App"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;
    &lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=rlE3wHzmPJM:o9XBWVveTgk:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=rlE3wHzmPJM:o9XBWVveTgk:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=rlE3wHzmPJM:o9XBWVveTgk:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=rlE3wHzmPJM:o9XBWVveTgk:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=rlE3wHzmPJM:o9XBWVveTgk:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=rlE3wHzmPJM:o9XBWVveTgk:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=rlE3wHzmPJM:o9XBWVveTgk:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=rlE3wHzmPJM:o9XBWVveTgk:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/OpenRemoteForumsAtom/~4/rlE3wHzmPJM" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.openremote.org/display/forums/CommandFusion+iPhone+App</feedburner:origLink></entry>
  <entry>
    <title>Re: Simple KNX requirement - don't know where to start....</title>
    <link rel="alternate" href="http://feeds.openremote.org/~r/OpenRemoteForumsAtom/~3/gOI0RdhA4dw/Simple+KNX+requirement+-+don%27t+know+where+to+start...." />
    <author>
      <name>Charlie Evatt</name>
    </author>
    <published>2010-03-05T14:53:39Z</published>
    
    <dc:creator>Charlie Evatt</dc:creator>
    <dc:date>2010-03-05T14:53:39Z</dc:date>
  <content type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        Page
        &lt;b&gt;commented&lt;/b&gt; by             &lt;a href="http://www.openremote.org/display/~cevatt"&gt;Charlie Evatt&lt;/a&gt;
    &lt;/h4&gt;
    &lt;/p&gt;
    &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px 20px 10px 20px;"&gt;
        &lt;p&gt;Hi Marcus, Thanks for the information, it's very kind of you to get back to me.&lt;/p&gt;


&lt;p&gt;Do you have any example links to IP controllers/computer connected controllers that we could look into?&lt;/p&gt;

&lt;p&gt;Charlie&lt;/p&gt;
    &lt;/div&gt;

                &lt;div style="border-bottom: 1px solid #ddd; padding: 17px 20px 7px 20px;"&gt;
        &lt;strong&gt;In reply to a comment by &lt;a href="/display/~mredeker"&gt;Marcus Redeker&lt;/a&gt;:&lt;/strong&gt;&lt;br/&gt;
        &lt;p&gt;Hi Charlie,&lt;/p&gt;

&lt;p&gt;if you only want to control lights and groups of lights you might want to look at &lt;a href="http://www.dali-ag.org/" rel="nofollow"&gt;DALI.&lt;/a&gt;&lt;br/&gt;
That is also a bus similiar to KNX but especially for lights. There exist gateways from KNX to DALI in case you need booth.&lt;/p&gt;

&lt;p&gt;1)&lt;br/&gt;
In case you want to use KNX you will need switch and/or dimm actuators depending on the lights.&lt;br/&gt;
You will also need a KNX power supply and one programming interface (RS232, USB or IP).&lt;/p&gt;

&lt;p&gt;2)&lt;br/&gt;
KNX normally uses sensors to send switch commands to the actuators. These are only connected to the KNX bus.&lt;br/&gt;
If you want to use already existing 230V wall switches you will need binary input actuators.&lt;br/&gt;
You can also control everything just from the computer and don't need wall switches at all if you want to.&lt;/p&gt;

&lt;p&gt;3)&lt;br/&gt;
Yes. No matter which KNX interface you use to program the KNX devices, this interface can be used to control and to retrieve status information.&lt;br/&gt;
If you want to use IP you should already use an IP gateway.&lt;/p&gt;

&lt;p&gt;4) Define your requirements, look at possible solutions (KNX, DALI, DMX, X10, ...), read about the solutions or hire an "integrator" that does not want thousands of dollars/euros&lt;/p&gt;
        &lt;/div&gt;
    
    &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://www.openremote.org/display/forums/Simple+KNX+requirement+-+don%27t+know+where+to+start....?focusedCommentId=9601167#comment-9601167"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;



&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=gOI0RdhA4dw:lpO8zv5PL-k:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=gOI0RdhA4dw:lpO8zv5PL-k:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=gOI0RdhA4dw:lpO8zv5PL-k:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=gOI0RdhA4dw:lpO8zv5PL-k:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=gOI0RdhA4dw:lpO8zv5PL-k:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=gOI0RdhA4dw:lpO8zv5PL-k:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=gOI0RdhA4dw:lpO8zv5PL-k:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=gOI0RdhA4dw:lpO8zv5PL-k:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/OpenRemoteForumsAtom/~4/gOI0RdhA4dw" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.openremote.org/display/forums/Simple+KNX+requirement+-+don%27t+know+where+to+start....?focusedCommentId=9601167#comment-9601167</feedburner:origLink></entry>
  <entry>
    <title>Re: Simple KNX requirement - don't know where to start....</title>
    <link rel="alternate" href="http://feeds.openremote.org/~r/OpenRemoteForumsAtom/~3/BrqacOVE4Jg/Simple+KNX+requirement+-+don%27t+know+where+to+start...." />
    <author>
      <name>Marcus Redeker</name>
    </author>
    <published>2010-03-05T08:10:31Z</published>
    
    <dc:creator>Marcus Redeker</dc:creator>
    <dc:date>2010-03-05T08:10:31Z</dc:date>
  <content type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        Page
        &lt;b&gt;commented&lt;/b&gt; by             &lt;a href="http://www.openremote.org/display/~mredeker"&gt;Marcus Redeker&lt;/a&gt;
    &lt;/h4&gt;
    &lt;/p&gt;
    &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px 20px 10px 20px;"&gt;
        &lt;p&gt;Hi Charlie,&lt;/p&gt;

&lt;p&gt;if you only want to control lights and groups of lights you might want to look at &lt;a href="http://www.dali-ag.org/" rel="nofollow"&gt;DALI.&lt;/a&gt;&lt;br/&gt;
That is also a bus similiar to KNX but especially for lights. There exist gateways from KNX to DALI in case you need booth.&lt;/p&gt;

&lt;p&gt;1)&lt;br/&gt;
In case you want to use KNX you will need switch and/or dimm actuators depending on the lights.&lt;br/&gt;
You will also need a KNX power supply and one programming interface (RS232, USB or IP).&lt;/p&gt;

&lt;p&gt;2)&lt;br/&gt;
KNX normally uses sensors to send switch commands to the actuators. These are only connected to the KNX bus.&lt;br/&gt;
If you want to use already existing 230V wall switches you will need binary input actuators.&lt;br/&gt;
You can also control everything just from the computer and don't need wall switches at all if you want to.&lt;/p&gt;

&lt;p&gt;3)&lt;br/&gt;
Yes. No matter which KNX interface you use to program the KNX devices, this interface can be used to control and to retrieve status information.&lt;br/&gt;
If you want to use IP you should already use an IP gateway.&lt;/p&gt;

&lt;p&gt;4) Define your requirements, look at possible solutions (KNX, DALI, DMX, X10, ...), read about the solutions or hire an "integrator" that does not want thousands of dollars/euros&lt;/p&gt;
    &lt;/div&gt;

        
    &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://www.openremote.org/display/forums/Simple+KNX+requirement+-+don%27t+know+where+to+start....?focusedCommentId=9601166#comment-9601166"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;



&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=BrqacOVE4Jg:lpO8zv5PL-k:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=BrqacOVE4Jg:lpO8zv5PL-k:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=BrqacOVE4Jg:lpO8zv5PL-k:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=BrqacOVE4Jg:lpO8zv5PL-k:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=BrqacOVE4Jg:lpO8zv5PL-k:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=BrqacOVE4Jg:lpO8zv5PL-k:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=BrqacOVE4Jg:lpO8zv5PL-k:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=BrqacOVE4Jg:lpO8zv5PL-k:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/OpenRemoteForumsAtom/~4/BrqacOVE4Jg" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.openremote.org/display/forums/Simple+KNX+requirement+-+don%27t+know+where+to+start....?focusedCommentId=9601166#comment-9601166</feedburner:origLink></entry>
  <entry>
    <title>Simple KNX requirement - don't know where to start....</title>
    <link rel="alternate" href="http://feeds.openremote.org/~r/OpenRemoteForumsAtom/~3/-eR5riHqc7I/Simple+KNX+requirement+-+don%27t+know+where+to+start...." />
    <author>
      <name>Charlie Evatt</name>
    </author>
    <published>2010-03-04T11:22:32Z</published>
    
    <dc:creator>Charlie Evatt</dc:creator>
    <dc:date>2010-03-04T11:22:32Z</dc:date>
  <content type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        Page
            &lt;b&gt;added&lt;/b&gt; by
                    &lt;a href="http://www.openremote.org/display/~cevatt"&gt;Charlie Evatt&lt;/a&gt;
            &lt;/p&gt;
        &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px;"&gt;
         &lt;p&gt;Hello All&lt;/p&gt;


&lt;p&gt;We'd like to make a system that contains 168 lights, in 41 light sets, within 23 rooms.&lt;/p&gt;


&lt;p&gt;We'd like these lights to be controlled by automation, from a Linux system we are developing. We aren't scared of developing software&amp;#33;&lt;/p&gt;

&lt;p&gt;However we are finding no clear information about how to choose the right modules to control the lights, as everything seems to be tied into expensive 'integrators' - people that will charge thousands fof plugging a few bits together etc.&lt;/p&gt;

&lt;p&gt;We're sure it isn't so complicated - the lights have a control module, the controle module somehow interfaces with an IP controller, and the IP controller can be talked to by a computer on the network.&lt;/p&gt;

&lt;p&gt;We don't mind paying an electrician to wire up the dangerous bits, but want to design the control system ourselves.&lt;/p&gt;


&lt;p&gt;The only questions are:&lt;/p&gt;

&lt;p&gt;1. What modules should we use? KNX?&lt;/p&gt;

&lt;p&gt;2. Can KNX work with switches on the wall as well as controlled from the automated system?&lt;/p&gt;

&lt;p&gt;3. Is there a network connectable module that can control and return status all the lights from commands sent over an IP API?&lt;/p&gt;

&lt;p&gt;4. Anyone got any recommendations on where to start?&lt;/p&gt;

&lt;p&gt;If someone has some time to get back to me it would be absolutely great.&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;


&lt;p&gt;Charlie&lt;/p&gt;
    &lt;/div&gt;
        &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://www.openremote.org/display/forums/Simple+KNX+requirement+-+don%27t+know+where+to+start...."&gt;View Online&lt;/a&gt;
           &lt;/div&gt;
    &lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=-eR5riHqc7I:27RawAydquY:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=-eR5riHqc7I:27RawAydquY:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=-eR5riHqc7I:27RawAydquY:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=-eR5riHqc7I:27RawAydquY:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=-eR5riHqc7I:27RawAydquY:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=-eR5riHqc7I:27RawAydquY:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=-eR5riHqc7I:27RawAydquY:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=-eR5riHqc7I:27RawAydquY:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/OpenRemoteForumsAtom/~4/-eR5riHqc7I" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.openremote.org/display/forums/Simple+KNX+requirement+-+don%27t+know+where+to+start....</feedburner:origLink></entry>
  <entry>
    <title>Re: Difficulty with first install</title>
    <link rel="alternate" href="http://feeds.openremote.org/~r/OpenRemoteForumsAtom/~3/klmaAJoMzV8/Difficulty+with+first+install" />
    <author>
      <name>Jon Sutton</name>
    </author>
    <published>2010-03-01T14:46:15Z</published>
    
    <dc:creator>Jon Sutton</dc:creator>
    <dc:date>2010-03-01T14:46:15Z</dc:date>
  <content type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        Page
        &lt;b&gt;commented&lt;/b&gt; by             &lt;a href="http://www.openremote.org/display/~jon_sutton"&gt;Jon Sutton&lt;/a&gt;
    &lt;/h4&gt;
    &lt;/p&gt;
    &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px 20px 10px 20px;"&gt;
        &lt;p&gt;Thanks Juha,&lt;/p&gt;

&lt;p&gt;And sorry for the delay from me too - I Have been away from the PC for a while...&lt;/p&gt;

&lt;p&gt;Yes, I had installed it into 'c:\program files\'&lt;/p&gt;

&lt;p&gt;I've now moved it and that error has gone away.&lt;/p&gt;

&lt;p&gt;I now seem to be getting com port in use errors. I'll look into that one.&lt;/p&gt;

&lt;p&gt;Thanks,&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&amp;nbsp; Jon&lt;/p&gt;
    &lt;/div&gt;

                &lt;div style="border-bottom: 1px solid #ddd; padding: 17px 20px 7px 20px;"&gt;
        &lt;strong&gt;In reply to a comment by &lt;a href="/display/~juha"&gt;Juha Lindfors&lt;/a&gt;:&lt;/strong&gt;&lt;br/&gt;
        &lt;p&gt;Sorry for the delay in responding.&lt;/p&gt;

&lt;p&gt;The XML looks fine. I was able to reproduce the same error message on WinXP when the controller is installed to a path with spaces in the name (such as 'Documents and Settings' directory leading to your desktop).&lt;/p&gt;

&lt;p&gt;Any chance this is the case for you as well?&lt;/p&gt;

&lt;p&gt;The root cause is the XML schema path is not being decoded correctly.&lt;/p&gt;

        &lt;/div&gt;
    
    &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://www.openremote.org/display/forums/Difficulty+with+first+install?focusedCommentId=9601157#comment-9601157"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;



&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=klmaAJoMzV8:DCkqK-zxB-g:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=klmaAJoMzV8:DCkqK-zxB-g:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=klmaAJoMzV8:DCkqK-zxB-g:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=klmaAJoMzV8:DCkqK-zxB-g:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=klmaAJoMzV8:DCkqK-zxB-g:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=klmaAJoMzV8:DCkqK-zxB-g:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=klmaAJoMzV8:DCkqK-zxB-g:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=klmaAJoMzV8:DCkqK-zxB-g:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/OpenRemoteForumsAtom/~4/klmaAJoMzV8" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.openremote.org/display/forums/Difficulty+with+first+install?focusedCommentId=9601157#comment-9601157</feedburner:origLink></entry>
  <entry>
    <title>OpenRemote KNX - many, many questions</title>
    <link rel="alternate" href="http://feeds.openremote.org/~r/OpenRemoteForumsAtom/~3/_sUh0LWSM98/OpenRemote+KNX+-+many%2C+many+questions" />
    <author>
      <name>Stefan Schmitt</name>
    </author>
    <published>2010-02-28T13:20:34Z</published>
    
    <dc:creator>Stefan Schmitt</dc:creator>
    <dc:date>2010-02-28T13:20:34Z</dc:date>
  <content type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        Page
            &lt;b&gt;added&lt;/b&gt; by
                    &lt;a href="http://www.openremote.org/display/~lobo"&gt;Stefan Schmitt&lt;/a&gt;
            &lt;/p&gt;
        &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px;"&gt;
         &lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;I am using (or better: trying to use) OpenRemote KNX 1.4 which I purchased recently from the itunes store on an ipod touch 3G 32GB. Basically let me explress my regards for the application so far, I really appreciate the approach to have a control software without the need of a server running.&lt;/p&gt;

&lt;p&gt;Acutally, I cannot use the software in the way I wanted it because of some restriction (or am I perhaps too stupid to get it working properly - it could be either of both).&lt;/p&gt;

&lt;p&gt;I am using the german language version, so I have to use the german expressions ... I will try to add some english translations in brackets.&lt;/p&gt;

&lt;p&gt;What I want at first is just to control some rooms for which I am used to using "Lichtszenen" (Light szenes). For instance I have a sczene at 1/3/0 with:&lt;br/&gt;
"0" - all off&lt;br/&gt;
"1" - all on&lt;br/&gt;
"2" - Party light&lt;br/&gt;
"3" - TV&lt;br/&gt;
etc.&lt;/p&gt;

&lt;p&gt;, so I want to send a 8 bit value to the Group Adress. How can I do this?&lt;/p&gt;

&lt;p&gt;As a second chance, I installed some logik, so if I send a "1" (1Bit) onto Group Adress 1/7/0, my logik will send the 8bit "0" onto 1/3/0 - this is to start scenes by 1 bit command (this is beeing done by Linknx), but even if I parameter the 1/7/0 in Gruppe bearbeiten (edit group), as lesbar (readable) = 0 and Typ (type) = "1 setzen" (set 1), it will always send a "1" and afterwards a "0" onto the Group Address, so I will always have to push the button twice to start the sczene. Am I doing something wrong, or is this a bug?&lt;/p&gt;

&lt;p&gt;What I don't understand in the "Guppen" (groups) setting menu, there is the possibility to say that groups are "abhängig von" (dependant on) - perhaps you could explain this to me? Is there a documentation which I couldn't find?&lt;/p&gt;

&lt;p&gt;In addition, I didn't get the very meaning of "Kombiobjekt" (combined object) - and I didn't find any documentation for this. What is the meaning of it?&lt;/p&gt;

&lt;p&gt;Best regards,&lt;/p&gt;

&lt;p&gt;Stefan&lt;/p&gt;
    &lt;/div&gt;
        &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://www.openremote.org/display/forums/OpenRemote+KNX+-+many%2C+many+questions"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;
    &lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=_sUh0LWSM98:sLQk8EFcF1U:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=_sUh0LWSM98:sLQk8EFcF1U:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=_sUh0LWSM98:sLQk8EFcF1U:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=_sUh0LWSM98:sLQk8EFcF1U:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=_sUh0LWSM98:sLQk8EFcF1U:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=_sUh0LWSM98:sLQk8EFcF1U:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=_sUh0LWSM98:sLQk8EFcF1U:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=_sUh0LWSM98:sLQk8EFcF1U:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/OpenRemoteForumsAtom/~4/_sUh0LWSM98" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.openremote.org/display/forums/OpenRemote+KNX+-+many%2C+many+questions</feedburner:origLink></entry>
  <entry>
    <title>Re: Iphone app - Control not working!</title>
    <link rel="alternate" href="http://feeds.openremote.org/~r/OpenRemoteForumsAtom/~3/Etf0XuV_QbY/Iphone+app+-+Control+not+working%21" />
    <author>
      <name>Juha Lindfors</name>
    </author>
    <published>2010-02-28T06:43:58Z</published>
    
    <dc:creator>Juha Lindfors</dc:creator>
    <dc:date>2010-02-28T06:43:58Z</dc:date>
  <content type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        Page
        &lt;b&gt;commented&lt;/b&gt; by             &lt;a href="http://www.openremote.org/display/~juha"&gt;Juha Lindfors&lt;/a&gt;
    &lt;/h4&gt;
    &lt;/p&gt;
    &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px 20px 10px 20px;"&gt;
        &lt;p&gt;The N000401 has worked for others so should be ok.&lt;/p&gt;

&lt;p&gt;For simple control of light on/off, you could try setting up the Boss controller and see if it works from there.&lt;/p&gt;

    &lt;/div&gt;

                &lt;div style="border-bottom: 1px solid #ddd; padding: 17px 20px 7px 20px;"&gt;
        &lt;strong&gt;In reply to a comment by &lt;a href="/display/~bsantos9"&gt;Bruno&lt;/a&gt;:&lt;/strong&gt;&lt;br/&gt;
        &lt;p&gt;Anyone that can help me? What can I do to troubleshot? Could this be an issue with the ip gateway? I still find it very strange how come I can monitor everything and not control it....&lt;/p&gt;

&lt;p&gt;What other applications/softwares can I use to connect to the ip gateway and control my home? I would like to give it a try and see if it works with others. This way I will know if this is something related with the iphone app or not...&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;
        &lt;/div&gt;
    
    &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://www.openremote.org/display/forums/Iphone+app+-+Control+not+working%21?focusedCommentId=9601153#comment-9601153"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;



&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=Etf0XuV_QbY:iEPVM88GK2s:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=Etf0XuV_QbY:iEPVM88GK2s:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=Etf0XuV_QbY:iEPVM88GK2s:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=Etf0XuV_QbY:iEPVM88GK2s:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=Etf0XuV_QbY:iEPVM88GK2s:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=Etf0XuV_QbY:iEPVM88GK2s:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=Etf0XuV_QbY:iEPVM88GK2s:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=Etf0XuV_QbY:iEPVM88GK2s:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/OpenRemoteForumsAtom/~4/Etf0XuV_QbY" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.openremote.org/display/forums/Iphone+app+-+Control+not+working%21?focusedCommentId=9601153#comment-9601153</feedburner:origLink></entry>
  <entry>
    <title>Re: Iphone app - Control not working!</title>
    <link rel="alternate" href="http://feeds.openremote.org/~r/OpenRemoteForumsAtom/~3/l48rd5fo-QE/Iphone+app+-+Control+not+working%21" />
    <author>
      <name>Bruno</name>
    </author>
    <published>2010-02-28T00:54:48Z</published>
    
    <dc:creator>Bruno</dc:creator>
    <dc:date>2010-02-28T00:54:48Z</dc:date>
  <content type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        Page
        &lt;b&gt;commented&lt;/b&gt; by             &lt;a href="http://www.openremote.org/display/~bsantos9"&gt;Bruno&lt;/a&gt;
    &lt;/h4&gt;
    &lt;/p&gt;
    &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px 20px 10px 20px;"&gt;
        &lt;p&gt;Anyone that can help me? What can I do to troubleshot? Could this be an issue with the ip gateway? I still find it very strange how come I can monitor everything and not control it....&lt;/p&gt;

&lt;p&gt;What other applications/softwares can I use to connect to the ip gateway and control my home? I would like to give it a try and see if it works with others. This way I will know if this is something related with the iphone app or not...&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;
    &lt;/div&gt;

        
    &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://www.openremote.org/display/forums/Iphone+app+-+Control+not+working%21?focusedCommentId=9601152#comment-9601152"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;



&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=l48rd5fo-QE:iEPVM88GK2s:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=l48rd5fo-QE:iEPVM88GK2s:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=l48rd5fo-QE:iEPVM88GK2s:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=l48rd5fo-QE:iEPVM88GK2s:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=l48rd5fo-QE:iEPVM88GK2s:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=l48rd5fo-QE:iEPVM88GK2s:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=l48rd5fo-QE:iEPVM88GK2s:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=l48rd5fo-QE:iEPVM88GK2s:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/OpenRemoteForumsAtom/~4/l48rd5fo-QE" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.openremote.org/display/forums/Iphone+app+-+Control+not+working%21?focusedCommentId=9601152#comment-9601152</feedburner:origLink></entry>
  <entry>
    <title>Re: Questions about controller install on Linux</title>
    <link rel="alternate" href="http://feeds.openremote.org/~r/OpenRemoteForumsAtom/~3/eoX5UpnuqDQ/Questions+about+controller+install+on+Linux" />
    <author>
      <name>Miche Arendall</name>
    </author>
    <published>2010-02-27T00:10:55Z</published>
    
    <dc:creator>Miche Arendall</dc:creator>
    <dc:date>2010-02-27T00:10:55Z</dc:date>
  <content type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        Page
        &lt;b&gt;commented&lt;/b&gt; by             &lt;a href="http://www.openremote.org/display/~miche"&gt;Miche Arendall&lt;/a&gt;
    &lt;/h4&gt;
    &lt;/p&gt;
    &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px 20px 10px 20px;"&gt;
        &lt;p&gt;Thanks, Juha.  Yeah I'd already tried different browsers IE7, IE8, Safari. &lt;/p&gt;

&lt;p&gt;I went back to basics and copied the Tomcat ROOT and examples over to the Linux box and found that I was getting errors with the Tomcat Manager app and any servlet example that I tried to load. Any of these gave an error "resource is not available" but interestingly I was able to load some of the JSP examples.&lt;/p&gt;

&lt;p&gt;Checked the conf files but didn't find anything that would point to the problem. Finally I installed the full Tomcat 6.0.18 distribution and the Tomcat manager and servlet examples started working. I then deployed my controller.war file and uploaded the X10Test.xml with no problems.&lt;/p&gt;

&lt;p&gt;I haven't had a chance to fully debug the cause of the original error. I tried installing the OpenRemote-Boss-1.0.2 files in different directories like / or /usr/local but had the same errors. I suspect that this might have something to do with a Catalina config or permissions issue.&lt;/p&gt;

&lt;p&gt;Will keep you posted if I figure out what was causing the original error.&lt;/p&gt;

&lt;p&gt;Regardless I'm up and running now.&lt;/p&gt;


    &lt;/div&gt;

        
    &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://www.openremote.org/display/forums/Questions+about+controller+install+on+Linux?focusedCommentId=9601150#comment-9601150"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;



&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=eoX5UpnuqDQ:wkJcV4YqJFs:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=eoX5UpnuqDQ:wkJcV4YqJFs:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=eoX5UpnuqDQ:wkJcV4YqJFs:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=eoX5UpnuqDQ:wkJcV4YqJFs:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=eoX5UpnuqDQ:wkJcV4YqJFs:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=eoX5UpnuqDQ:wkJcV4YqJFs:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=eoX5UpnuqDQ:wkJcV4YqJFs:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=eoX5UpnuqDQ:wkJcV4YqJFs:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/OpenRemoteForumsAtom/~4/eoX5UpnuqDQ" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.openremote.org/display/forums/Questions+about+controller+install+on+Linux?focusedCommentId=9601150#comment-9601150</feedburner:origLink></entry>
  <entry>
    <title>Re: Demo system</title>
    <link rel="alternate" href="http://feeds.openremote.org/~r/OpenRemoteForumsAtom/~3/ciJ3V6vGbNk/Demo+system" />
    <category term="knx" />
    <category term="monitor" />
    <category term="hardware" />
    <category term="sensor" />
    <category term="ip" />
    <category term="interface" />
    <author>
      <name>Juha Lindfors</name>
    </author>
    <published>2010-02-26T02:48:49Z</published>
    
    <dc:creator>Juha Lindfors</dc:creator>
    <dc:date>2010-02-26T02:48:49Z</dc:date>
  <content type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        Page
        &lt;b&gt;commented&lt;/b&gt; by             &lt;a href="http://www.openremote.org/display/~juha"&gt;Juha Lindfors&lt;/a&gt;
    &lt;/h4&gt;
    &lt;/p&gt;
    &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px 20px 10px 20px;"&gt;
        &lt;p&gt;I don't know of an ETS replacement that people use. Some people with more KNX experience may have more information.&lt;/p&gt;

&lt;p&gt;As for the protocol, I haven't yet gone through the details of management primitives in the Common EMI frame so cannot say with certainty how feasible it is to write an ETS replacement (if it is, or isn't). I don't know of one (which would prove it can be done) but that doesn't mean it don't exist.&lt;/p&gt;

    &lt;/div&gt;

                &lt;div style="border-bottom: 1px solid #ddd; padding: 17px 20px 7px 20px;"&gt;
        &lt;strong&gt;In reply to a comment by &lt;a href="/display/~jka"&gt;Johan Ekblad&lt;/a&gt;:&lt;/strong&gt;&lt;br/&gt;
        &lt;p&gt;I'm a KNX newbie, but is this really true as you say "In case of KNX, there's no auto-detection (unfortunately). Devices are programmed with addresses per installation, using a proprietary ETS software, and you enter that address when you configure your device in the modeler."&lt;/p&gt;

&lt;p&gt;If you buy new KNX hardware you need to use Windows and buy the ETS software to be able to program the address of your component? Can this not be done using a (open?) protocol through a gateway between your IP network and the KNX/EIB net?&lt;/p&gt;
        &lt;/div&gt;
    
    &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://www.openremote.org/display/forums/Demo+system?focusedCommentId=9601149#comment-9601149"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;



&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=ciJ3V6vGbNk:2kO9yq42fV4:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=ciJ3V6vGbNk:2kO9yq42fV4:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=ciJ3V6vGbNk:2kO9yq42fV4:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=ciJ3V6vGbNk:2kO9yq42fV4:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=ciJ3V6vGbNk:2kO9yq42fV4:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=ciJ3V6vGbNk:2kO9yq42fV4:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=ciJ3V6vGbNk:2kO9yq42fV4:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=ciJ3V6vGbNk:2kO9yq42fV4:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/OpenRemoteForumsAtom/~4/ciJ3V6vGbNk" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.openremote.org/display/forums/Demo+system?focusedCommentId=9601149#comment-9601149</feedburner:origLink></entry>
  <entry>
    <title>Re: Demo system</title>
    <link rel="alternate" href="http://feeds.openremote.org/~r/OpenRemoteForumsAtom/~3/OL37BLrPhKw/Demo+system" />
    <category term="knx" />
    <category term="monitor" />
    <category term="hardware" />
    <category term="sensor" />
    <category term="ip" />
    <category term="interface" />
    <author>
      <name>Johan Ekblad</name>
    </author>
    <published>2010-02-25T23:37:54Z</published>
    
    <dc:creator>Johan Ekblad</dc:creator>
    <dc:date>2010-02-25T23:37:54Z</dc:date>
  <content type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        Page
        &lt;b&gt;commented&lt;/b&gt; by             &lt;a href="http://www.openremote.org/display/~jka"&gt;Johan Ekblad&lt;/a&gt;
    &lt;/h4&gt;
    &lt;/p&gt;
    &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px 20px 10px 20px;"&gt;
        &lt;p&gt;I'm a KNX newbie, but is this really true as you say "In case of KNX, there's no auto-detection (unfortunately). Devices are programmed with addresses per installation, using a proprietary ETS software, and you enter that address when you configure your device in the modeler."&lt;/p&gt;

&lt;p&gt;If you buy new KNX hardware you need to use Windows and buy the ETS software to be able to program the address of your component? Can this not be done using a (open?) protocol through a gateway between your IP network and the KNX/EIB net?&lt;/p&gt;
    &lt;/div&gt;

                &lt;div style="border-bottom: 1px solid #ddd; padding: 17px 20px 7px 20px;"&gt;
        &lt;strong&gt;In reply to a comment by &lt;a href="/display/~juha"&gt;Juha Lindfors&lt;/a&gt;:&lt;/strong&gt;&lt;br/&gt;
        
&lt;blockquote&gt;
&lt;p&gt;How will OpenRemote detect my connected devices? &lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;In case of KNX, there's no auto-detection (unfortunately). Devices are programmed with addresses per installation, using a proprietary ETS software, and you enter that address when you configure your device in the modeler.&lt;/p&gt;


&lt;blockquote&gt;
&lt;p&gt;Can I monitor/log the state of the light?&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Monitoring components are coming in the 2.0 release, the priorities were discussed here: &lt;a href="/display/forums/DEV+-+Current+Work+and+Priorities" title="DEV - Current Work and Priorities"&gt;DEV &amp;#45; Current Work and Priorities&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Where can I buy these hardware?&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;EIB Markt (&lt;a href="http://www.eibmarkt.com" rel="nofollow"&gt;http://www.eibmarkt.com&lt;/a&gt;) seems popular. I'm not sure how people deal with getting the ETS, you'll have to ask the KNX-heads.&lt;/p&gt;


        &lt;/div&gt;
    
    &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://www.openremote.org/display/forums/Demo+system?focusedCommentId=9601147#comment-9601147"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;



&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=OL37BLrPhKw:2kO9yq42fV4:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=OL37BLrPhKw:2kO9yq42fV4:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=OL37BLrPhKw:2kO9yq42fV4:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=OL37BLrPhKw:2kO9yq42fV4:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=OL37BLrPhKw:2kO9yq42fV4:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=OL37BLrPhKw:2kO9yq42fV4:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=OL37BLrPhKw:2kO9yq42fV4:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=OL37BLrPhKw:2kO9yq42fV4:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/OpenRemoteForumsAtom/~4/OL37BLrPhKw" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.openremote.org/display/forums/Demo+system?focusedCommentId=9601147#comment-9601147</feedburner:origLink></entry>
  <entry>
    <title>Re: Questions about controller install on Linux</title>
    <link rel="alternate" href="http://feeds.openremote.org/~r/OpenRemoteForumsAtom/~3/KzECm5hLyJc/Questions+about+controller+install+on+Linux" />
    <author>
      <name>Juha Lindfors</name>
    </author>
    <published>2010-02-25T07:58:41Z</published>
    
    <dc:creator>Juha Lindfors</dc:creator>
    <dc:date>2010-02-25T07:58:41Z</dc:date>
  <content type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        Page
        &lt;b&gt;commented&lt;/b&gt; by             &lt;a href="http://www.openremote.org/display/~juha"&gt;Juha Lindfors&lt;/a&gt;
    &lt;/h4&gt;
    &lt;/p&gt;
    &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px 20px 10px 20px;"&gt;
        &lt;p&gt;I don't think root user should be an issue.&lt;/p&gt;

&lt;p&gt;The upload feature is a bit flakey though (for example doesn't seem to work with Chrome), so should make sure that you're not getting mislead by the error message even the files are getting correctly deployed on the controller. Sounds like you may have already checked this but just double checking on that.&lt;/p&gt;

&lt;p&gt;I don't have other ideas at the moment. Let me know if you find any additional clues that could help tracking down the cause. I'll let you know if I can think of anything else to look at.&lt;/p&gt;



    &lt;/div&gt;

                &lt;div style="border-bottom: 1px solid #ddd; padding: 17px 20px 7px 20px;"&gt;
        &lt;strong&gt;In reply to a comment by &lt;a href="/display/~miche"&gt;Miche Arendall&lt;/a&gt;:&lt;/strong&gt;&lt;br/&gt;
        &lt;p&gt;I have been making sure to do a remountrw after reboot. Still working on getting the persistance working between boots.&lt;/p&gt;

&lt;p&gt;I have changed the ACLs to r+w+x recursively on the OpenRemote-Boss-1.0.2 directory and checked that the /webapps/controller directory is indeed writeable but I still get the upload failed message.&lt;/p&gt;

&lt;p&gt;I've installed everything as root and I'm also running the ./openremote.sh script as root user. When I was testing on my XP workstation I was logged in as a user with admin group permissions but not as administator. Do you think using root account has something do with it on the Voyage system?&lt;/p&gt;
        &lt;/div&gt;
    
    &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://www.openremote.org/display/forums/Questions+about+controller+install+on+Linux?focusedCommentId=9601143#comment-9601143"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;



&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=KzECm5hLyJc:wkJcV4YqJFs:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=KzECm5hLyJc:wkJcV4YqJFs:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=KzECm5hLyJc:wkJcV4YqJFs:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=KzECm5hLyJc:wkJcV4YqJFs:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=KzECm5hLyJc:wkJcV4YqJFs:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=KzECm5hLyJc:wkJcV4YqJFs:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=KzECm5hLyJc:wkJcV4YqJFs:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=KzECm5hLyJc:wkJcV4YqJFs:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/OpenRemoteForumsAtom/~4/KzECm5hLyJc" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.openremote.org/display/forums/Questions+about+controller+install+on+Linux?focusedCommentId=9601143#comment-9601143</feedburner:origLink></entry>
  <entry>
    <title>Re: Questions about controller install on Linux</title>
    <link rel="alternate" href="http://feeds.openremote.org/~r/OpenRemoteForumsAtom/~3/xwa64xHmJxU/Questions+about+controller+install+on+Linux" />
    <author>
      <name>Miche Arendall</name>
    </author>
    <published>2010-02-25T03:40:54Z</published>
    
    <dc:creator>Miche Arendall</dc:creator>
    <dc:date>2010-02-25T03:40:54Z</dc:date>
  <content type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        Page
        &lt;b&gt;commented&lt;/b&gt; by             &lt;a href="http://www.openremote.org/display/~miche"&gt;Miche Arendall&lt;/a&gt;
    &lt;/h4&gt;
    &lt;/p&gt;
    &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px 20px 10px 20px;"&gt;
        &lt;p&gt;I have been making sure to do a remountrw after reboot. Still working on getting the persistance working between boots.&lt;/p&gt;

&lt;p&gt;I have changed the ACLs to r+w+x recursively on the OpenRemote-Boss-1.0.2 directory and checked that the /webapps/controller directory is indeed writeable but I still get the upload failed message.&lt;/p&gt;

&lt;p&gt;I've installed everything as root and I'm also running the ./openremote.sh script as root user. When I was testing on my XP workstation I was logged in as a user with admin group permissions but not as administator. Do you think using root account has something do with it on the Voyage system?&lt;/p&gt;
    &lt;/div&gt;

        
    &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://www.openremote.org/display/forums/Questions+about+controller+install+on+Linux?focusedCommentId=9601139#comment-9601139"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;



&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=xwa64xHmJxU:wkJcV4YqJFs:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=xwa64xHmJxU:wkJcV4YqJFs:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=xwa64xHmJxU:wkJcV4YqJFs:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=xwa64xHmJxU:wkJcV4YqJFs:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=xwa64xHmJxU:wkJcV4YqJFs:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=xwa64xHmJxU:wkJcV4YqJFs:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=xwa64xHmJxU:wkJcV4YqJFs:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=xwa64xHmJxU:wkJcV4YqJFs:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/OpenRemoteForumsAtom/~4/xwa64xHmJxU" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.openremote.org/display/forums/Questions+about+controller+install+on+Linux?focusedCommentId=9601139#comment-9601139</feedburner:origLink></entry>
  <entry>
    <title>Re: Questions about controller install on Linux</title>
    <link rel="alternate" href="http://feeds.openremote.org/~r/OpenRemoteForumsAtom/~3/1x8f47EXURo/Questions+about+controller+install+on+Linux" />
    <author>
      <name>Juha Lindfors</name>
    </author>
    <published>2010-02-25T02:41:04Z</published>
    
    <dc:creator>Juha Lindfors</dc:creator>
    <dc:date>2010-02-25T02:41:04Z</dc:date>
  <content type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        Page
        &lt;b&gt;commented&lt;/b&gt; by             &lt;a href="http://www.openremote.org/display/~juha"&gt;Juha Lindfors&lt;/a&gt;
    &lt;/h4&gt;
    &lt;/p&gt;
    &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px 20px 10px 20px;"&gt;
        &lt;p&gt;Since the installation worked for you on WinXP, my first hunch would be to look at the user permissions on your Voyage install.&lt;/p&gt;

&lt;p&gt;Does your tomcat process have rw access to all files of the OR directory, especially under the /webapps?&lt;/p&gt;

&lt;p&gt;Is the Voyage filesystem mounted in rw mode (remountrw) ?&lt;/p&gt;

    &lt;/div&gt;

        
    &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://www.openremote.org/display/forums/Questions+about+controller+install+on+Linux?focusedCommentId=9601138#comment-9601138"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;



&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=1x8f47EXURo:wkJcV4YqJFs:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=1x8f47EXURo:wkJcV4YqJFs:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=1x8f47EXURo:wkJcV4YqJFs:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=1x8f47EXURo:wkJcV4YqJFs:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=1x8f47EXURo:wkJcV4YqJFs:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=1x8f47EXURo:wkJcV4YqJFs:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=1x8f47EXURo:wkJcV4YqJFs:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=1x8f47EXURo:wkJcV4YqJFs:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/OpenRemoteForumsAtom/~4/1x8f47EXURo" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.openremote.org/display/forums/Questions+about+controller+install+on+Linux?focusedCommentId=9601138#comment-9601138</feedburner:origLink></entry>
  <entry>
    <title>Re: Questions about controller install on Linux</title>
    <link rel="alternate" href="http://feeds.openremote.org/~r/OpenRemoteForumsAtom/~3/ML46fb4tNUs/Questions+about+controller+install+on+Linux" />
    <author>
      <name>Miche Arendall</name>
    </author>
    <published>2010-02-24T22:32:57Z</published>
    
    <dc:creator>Miche Arendall</dc:creator>
    <dc:date>2010-02-24T22:32:57Z</dc:date>
  <content type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        Page
        &lt;b&gt;commented&lt;/b&gt; by             &lt;a href="http://www.openremote.org/display/~miche"&gt;Miche Arendall&lt;/a&gt;
    &lt;/h4&gt;
    &lt;/p&gt;
    &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px 20px 10px 20px;"&gt;
        &lt;p&gt;Sorry. Just realized I should have posted this on the Users Forum. Will do so in the future.&lt;/p&gt;
    &lt;/div&gt;

        
    &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://www.openremote.org/display/forums/Questions+about+controller+install+on+Linux?focusedCommentId=9601137#comment-9601137"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;



&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=ML46fb4tNUs:wkJcV4YqJFs:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=ML46fb4tNUs:wkJcV4YqJFs:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=ML46fb4tNUs:wkJcV4YqJFs:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=ML46fb4tNUs:wkJcV4YqJFs:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=ML46fb4tNUs:wkJcV4YqJFs:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=ML46fb4tNUs:wkJcV4YqJFs:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=ML46fb4tNUs:wkJcV4YqJFs:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=ML46fb4tNUs:wkJcV4YqJFs:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/OpenRemoteForumsAtom/~4/ML46fb4tNUs" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.openremote.org/display/forums/Questions+about+controller+install+on+Linux?focusedCommentId=9601137#comment-9601137</feedburner:origLink></entry>
  <entry>
    <title>Questions about controller install on Linux</title>
    <link rel="alternate" href="http://feeds.openremote.org/~r/OpenRemoteForumsAtom/~3/suhfydudsX0/Questions+about+controller+install+on+Linux" />
    <author>
      <name>Miche Arendall</name>
    </author>
    <published>2010-02-24T22:23:10Z</published>
    
    <dc:creator>Miche Arendall</dc:creator>
    <dc:date>2010-02-24T22:23:10Z</dc:date>
  <content type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        Page
            &lt;b&gt;added&lt;/b&gt; by
                    &lt;a href="http://www.openremote.org/display/~miche"&gt;Miche Arendall&lt;/a&gt;
            &lt;/p&gt;
        &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px;"&gt;
         &lt;p&gt;Hi Guys,&lt;/p&gt;

&lt;p&gt;I've been working with OR a couple of weeks now and this is my first post so consider me still a newbie.&lt;/p&gt;

&lt;p&gt;I've successfully installed the OpenRemote-Boss-1.0.2 on my XP workstation for trying things out. I've also order my Alix3d3 board but is seems there is a backlog and long lead times in getting the parts so I decided to install Voyage Linux 0.5.2 live CD on a Geode based SBC I already have. It is based on AMD's SC2200 and is a bit slower but should work pretty well for this application.&lt;/p&gt;

&lt;p&gt;Successfully built a generic image and have the board booting, installed Java SDK 6 update 11 and lirc-0.8.4a. I didn't find and detailed setup docs for OR on Linux so I installed the downloaded image to /opt/OpenRemote-Boss-1.0.2 on my voyage installation.&lt;/p&gt;

&lt;p&gt;Set the following Environment variables in .bashrc for root:&lt;/p&gt;

&lt;p&gt;export JRE_HOME=/opt/jdk1.6.0_11/jre&lt;br/&gt;
export PATH=$PATH:/opt/jdk1.6.0_11/bin&lt;/p&gt;

&lt;p&gt;Tested Java install using java -version&lt;/p&gt;

&lt;p&gt;Invoked OR controller using&lt;br/&gt;
cd /opt/OpenRemote-Boss-1.0.2/bin&lt;br/&gt;
./openremote.sh run&lt;/p&gt;

&lt;p&gt;OR controller started up normally with no errors&lt;/p&gt;

&lt;p&gt;From my XP workstation using IE7
&lt;a href="http://10.87.86.181:8080/controller" rel="nofollow"&gt;http://10.87.86.181:8080/controller&lt;/a&gt; (IP address assigned to OR controller)&lt;/p&gt;

&lt;p&gt;So the controller page is displayed normally and I browse to my panel ZIP file previously created using the on-line UI Composer.&lt;br/&gt;
The controller.xml only has a couple of simple X10 commands of address A1 On and Off.&lt;/p&gt;

&lt;p&gt;When I try to upload the X10Test.zip I get "upload failed" but no other information from the console on the OR controller. I checked for some errors in the logs but nothing was logged to the any of the log files. So next I used WireShark to capture the packets over the local network. Looks like there is an error during the uploadForm.&lt;/p&gt;

&lt;p&gt;10.87.86.129 -&amp;gt; 10.87.86.181&lt;br/&gt;
HTTP request&lt;/p&gt;

&lt;p&gt;POST /controller/config.htm?method=uploadZip  HTTP/1.1\r\n&lt;/p&gt;

&lt;p&gt;10.87.86.181 -&amp;gt; 10.87.86.129&lt;br/&gt;
Error response from Tomcat 6.0.18 server&lt;/p&gt;

&lt;p&gt;HTTP Status 404 - /controller/config.htm is not available&lt;/p&gt;



&lt;p&gt;Is there some other configuration file to set a resource path on the linux platform?&lt;/p&gt;


&lt;p&gt;Thanks in advance for any assistance you can offer.&lt;/p&gt;

&lt;p&gt;Miche&lt;/p&gt;
    &lt;/div&gt;
        &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://www.openremote.org/display/forums/Questions+about+controller+install+on+Linux"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;
    &lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=suhfydudsX0:VJUAl-CDOT0:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=suhfydudsX0:VJUAl-CDOT0:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=suhfydudsX0:VJUAl-CDOT0:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=suhfydudsX0:VJUAl-CDOT0:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=suhfydudsX0:VJUAl-CDOT0:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=suhfydudsX0:VJUAl-CDOT0:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=suhfydudsX0:VJUAl-CDOT0:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=suhfydudsX0:VJUAl-CDOT0:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/OpenRemoteForumsAtom/~4/suhfydudsX0" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.openremote.org/display/forums/Questions+about+controller+install+on+Linux</feedburner:origLink></entry>
  <entry>
    <title>Re: Getting sensor data with iPhone interface</title>
    <link rel="alternate" href="http://feeds.openremote.org/~r/OpenRemoteForumsAtom/~3/fw2UKR_esKs/Getting+sensor+data+with+iPhone+interface" />
    <author>
      <name>Juha Lindfors</name>
    </author>
    <published>2010-02-24T13:35:12Z</published>
    
    <dc:creator>Juha Lindfors</dc:creator>
    <dc:date>2010-02-24T13:35:12Z</dc:date>
  <content type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        Page
        &lt;b&gt;commented&lt;/b&gt; by             &lt;a href="http://www.openremote.org/display/~juha"&gt;Juha Lindfors&lt;/a&gt;
    &lt;/h4&gt;
    &lt;/p&gt;
    &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px 20px 10px 20px;"&gt;
        &lt;p&gt;X10, not quite yet. I first need to get X10 modules that work on 110V power to put that implementation in (or wait for other people with X10 to send patches).&lt;/p&gt;
    &lt;/div&gt;

                &lt;div style="border-bottom: 1px solid #ddd; padding: 17px 20px 7px 20px;"&gt;
        &lt;strong&gt;In reply to a comment by &lt;a href="/display/~volkitolki"&gt;Volki Tolki&lt;/a&gt;:&lt;/strong&gt;&lt;br/&gt;
        &lt;p&gt;Great, can i test it with my X10 devices?&lt;/p&gt;
        &lt;/div&gt;
    
    &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://www.openremote.org/display/forums/Getting+sensor+data+with+iPhone+interface?focusedCommentId=9601131#comment-9601131"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;



&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=fw2UKR_esKs:fV4chMmYHC8:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=fw2UKR_esKs:fV4chMmYHC8:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=fw2UKR_esKs:fV4chMmYHC8:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=fw2UKR_esKs:fV4chMmYHC8:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=fw2UKR_esKs:fV4chMmYHC8:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=fw2UKR_esKs:fV4chMmYHC8:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=fw2UKR_esKs:fV4chMmYHC8:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=fw2UKR_esKs:fV4chMmYHC8:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/OpenRemoteForumsAtom/~4/fw2UKR_esKs" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.openremote.org/display/forums/Getting+sensor+data+with+iPhone+interface?focusedCommentId=9601131#comment-9601131</feedburner:origLink></entry>
  <entry>
    <title>Re: Getting sensor data with iPhone interface</title>
    <link rel="alternate" href="http://feeds.openremote.org/~r/OpenRemoteForumsAtom/~3/18x0yCiFQa0/Getting+sensor+data+with+iPhone+interface" />
    <author>
      <name>Volki Tolki</name>
    </author>
    <published>2010-02-23T22:53:24Z</published>
    
    <dc:creator>Volki Tolki</dc:creator>
    <dc:date>2010-02-23T22:53:24Z</dc:date>
  <content type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        Page
        &lt;b&gt;commented&lt;/b&gt; by             &lt;a href="http://www.openremote.org/display/~volkitolki"&gt;Volki Tolki&lt;/a&gt;
    &lt;/h4&gt;
    &lt;/p&gt;
    &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px 20px 10px 20px;"&gt;
        &lt;p&gt;Great, can i test it with my X10 devices?&lt;/p&gt;
    &lt;/div&gt;

                &lt;div style="border-bottom: 1px solid #ddd; padding: 17px 20px 7px 20px;"&gt;
        &lt;strong&gt;In reply to a comment by &lt;a href="/display/~juha"&gt;Juha Lindfors&lt;/a&gt;:&lt;/strong&gt;&lt;br/&gt;
        &lt;p&gt;The code for this is in subversion. I'm currently working on getting the first releases out.&lt;/p&gt;
        &lt;/div&gt;
    
    &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://www.openremote.org/display/forums/Getting+sensor+data+with+iPhone+interface?focusedCommentId=9601130#comment-9601130"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;



&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=18x0yCiFQa0:fV4chMmYHC8:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=18x0yCiFQa0:fV4chMmYHC8:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=18x0yCiFQa0:fV4chMmYHC8:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=18x0yCiFQa0:fV4chMmYHC8:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=18x0yCiFQa0:fV4chMmYHC8:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=18x0yCiFQa0:fV4chMmYHC8:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=18x0yCiFQa0:fV4chMmYHC8:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=18x0yCiFQa0:fV4chMmYHC8:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/OpenRemoteForumsAtom/~4/18x0yCiFQa0" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.openremote.org/display/forums/Getting+sensor+data+with+iPhone+interface?focusedCommentId=9601130#comment-9601130</feedburner:origLink></entry>
  <entry>
    <title>Re: any Idea on releasedate 2.0?</title>
    <link rel="alternate" href="http://feeds.openremote.org/~r/OpenRemoteForumsAtom/~3/4Ku0_P1A4d0/viewpage.action" />
    <author>
      <name>Juha Lindfors</name>
    </author>
    <published>2010-02-23T10:20:04Z</published>
    
    <dc:creator>Juha Lindfors</dc:creator>
    <dc:date>2010-02-23T10:20:04Z</dc:date>
  <content type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        Page
        &lt;b&gt;commented&lt;/b&gt; by             &lt;a href="http://www.openremote.org/display/~juha"&gt;Juha Lindfors&lt;/a&gt;
    &lt;/h4&gt;
    &lt;/p&gt;
    &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px 20px 10px 20px;"&gt;
        &lt;p&gt;Next month.&lt;/p&gt;
    &lt;/div&gt;

        
    &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://www.openremote.org/pages/viewpage.action?pageId=9601128&amp;focusedCommentId=9601129#comment-9601129"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;



&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=4Ku0_P1A4d0:RqBiNYJFX6U:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=4Ku0_P1A4d0:RqBiNYJFX6U:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=4Ku0_P1A4d0:RqBiNYJFX6U:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=4Ku0_P1A4d0:RqBiNYJFX6U:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=4Ku0_P1A4d0:RqBiNYJFX6U:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=4Ku0_P1A4d0:RqBiNYJFX6U:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=4Ku0_P1A4d0:RqBiNYJFX6U:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=4Ku0_P1A4d0:RqBiNYJFX6U:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/OpenRemoteForumsAtom/~4/4Ku0_P1A4d0" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.openremote.org/pages/viewpage.action?pageId=9601128&amp;focusedCommentId=9601129#comment-9601129</feedburner:origLink></entry>
  <entry>
    <title>any Idea on releasedate 2.0?</title>
    <link rel="alternate" href="http://feeds.openremote.org/~r/OpenRemoteForumsAtom/~3/8bWeBJTK-6E/viewpage.action" />
    <author>
      <name>Janmaarten Batstra</name>
    </author>
    <published>2010-02-22T22:54:33Z</published>
    
    <dc:creator>Janmaarten Batstra</dc:creator>
    <dc:date>2010-02-22T22:54:33Z</dc:date>
  <content type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        Page
            &lt;b&gt;added&lt;/b&gt; by
                    &lt;a href="http://www.openremote.org/display/~tnd"&gt;Janmaarten Batstra&lt;/a&gt;
            &lt;/p&gt;
        &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px;"&gt;
         &lt;p&gt;Dying to try out the new features of BOSS 2.0 &lt;img class="emoticon" src="/images/icons/emoticons/wink.gif" height="20" width="20" align="absmiddle" alt="" border="0"/&gt;&lt;/p&gt;
    &lt;/div&gt;
        &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://www.openremote.org/pages/viewpage.action?pageId=9601128"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;
    &lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=8bWeBJTK-6E:IdUIgFSJc1Y:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=8bWeBJTK-6E:IdUIgFSJc1Y:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=8bWeBJTK-6E:IdUIgFSJc1Y:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=8bWeBJTK-6E:IdUIgFSJc1Y:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=8bWeBJTK-6E:IdUIgFSJc1Y:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=8bWeBJTK-6E:IdUIgFSJc1Y:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?i=8bWeBJTK-6E:IdUIgFSJc1Y:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.openremote.org/~ff/OpenRemoteForumsAtom?a=8bWeBJTK-6E:IdUIgFSJc1Y:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/OpenRemoteForumsAtom?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/OpenRemoteForumsAtom/~4/8bWeBJTK-6E" height="1" width="1"/&gt;</content><feedburner:origLink>http://www.openremote.org/pages/viewpage.action?pageId=9601128</feedburner:origLink></entry>
</feed>
