<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:www.nabble.com,2006:forum-14392</id>
	<title>Nabble - MisterHouse</title>
	<updated>2008-10-06T20:07:09Z</updated>
	<link rel="self" type="application/atom+xml" href="http://www.nabble.com/MisterHouse-f14392.xml" />
	<link rel="alternate" type="text/html" href="http://www.nabble.com/MisterHouse-f14392.html" />
	<subtitle type="html">MisterHouse is an open source home automation program. It's fun, it's free, and it's entirely geeky. Written in Perl, it fires events based on time, web, socket, voice, and serial data. It currently runs on Windows 95/98/NT/2k/XP and on most Unix based platforms, including Linux and Mac OSX. MisterHouse home is &lt;a href=&quot;http://misterhouse.sourceforge.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</subtitle>
	
<entry>
	<id>tag:www.nabble.com,2006:post-19850348</id>
	<title>Re: configure script</title>
	<published>2008-10-06T20:07:09Z</published>
	<updated>2008-10-06T20:07:09Z</updated>
	<author>
		<name>Jim Duda</name>
	</author>
	<content type="html">For my fedora 9 system:
&lt;br&gt;&lt;br&gt;linux&amp;gt; perl -MConfig -le 'print $Config{installsitearch}'
&lt;br&gt;/usr/local/lib/perl5/site_perl/5.10.0/i386-linux-thread-multi
&lt;br&gt;&lt;br&gt;However, h2ph doesn't give my any new files in /usr/local/lib/....
&lt;br&gt;&lt;br&gt;Something foobared on my machine ...
&lt;br&gt;&lt;br&gt;Jim
&lt;br&gt;&lt;br&gt;&lt;br&gt;Mark E. Perkins wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On 2008/10/05 22:25, Jim Duda wrote:
&lt;br&gt;&amp;gt;&amp;gt; David,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Yeah, I cannot find new files anywhere after using the h2ph command.
&lt;br&gt;&amp;gt;&amp;gt; I had to resort to pipe and redirect.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I just realized that h2ph is just a perl script. &amp;nbsp;So, I should be
&lt;br&gt;&amp;gt;&amp;gt; able to figure out where the output is going. &amp;nbsp;There is probably
&lt;br&gt;&amp;gt;&amp;gt; something wrong with my perl installation I guess...
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; h2ph drops its output (the .ph files) in $Config{installsitearch} (this is
&lt;br&gt;&amp;gt; documented in the man page, but there's a typo). &amp;nbsp;Run the following from
&lt;br&gt;&amp;gt; the command line to find out where that is in real life:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; perl -MConfig -le 'print $Config{installsitearch}'
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Depending on how your Perl installation is configured, it's *possible* that
&lt;br&gt;&amp;gt; the .ph files end up in $Config{installvendorarch}, in which case run this:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; perl -MConfig -le 'print $Config{installvendorarch}'
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; HTH,
&lt;br&gt;&amp;gt; Mark
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -------------------------------------------------------------------------
&lt;br&gt;&amp;gt; This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;&amp;gt; Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;&amp;gt; Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;&amp;gt; ________________________________________________________
&lt;br&gt;&amp;gt; To unsubscribe from this list, go to: &lt;a href=&quot;http://sourceforge.net/mail/?group_id=1365&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/mail/?group_id=1365&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;________________________________________________________
&lt;br&gt;To unsubscribe from this list, go to: &lt;a href=&quot;http://sourceforge.net/mail/?group_id=1365&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/mail/?group_id=1365&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Misterhouse---User-f14394.html&quot; embed=&quot;fixTarget[14394]&quot; target=&quot;_top&quot; &gt;Misterhouse - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/configure-script-tp19829611p19850348.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19849895</id>
	<title>Re: configure script</title>
	<published>2008-10-06T17:30:50Z</published>
	<updated>2008-10-06T17:30:50Z</updated>
	<author>
		<name>Mark E. Perkins-2</name>
	</author>
	<content type="html">On 2008/10/05 22:25, Jim Duda wrote:
&lt;br&gt;&amp;gt; David,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Yeah, I cannot find new files anywhere after using the h2ph command.
&lt;br&gt;&amp;gt; I had to resort to pipe and redirect.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I just realized that h2ph is just a perl script. &amp;nbsp;So, I should be
&lt;br&gt;&amp;gt; able to figure out where the output is going. &amp;nbsp;There is probably
&lt;br&gt;&amp;gt; something wrong with my perl installation I guess...
&lt;br&gt;&lt;br&gt;h2ph drops its output (the .ph files) in $Config{installsitearch} (this is
&lt;br&gt;documented in the man page, but there's a typo). &amp;nbsp;Run the following from
&lt;br&gt;the command line to find out where that is in real life:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; perl -MConfig -le 'print $Config{installsitearch}'
&lt;br&gt;&lt;br&gt;Depending on how your Perl installation is configured, it's *possible* that
&lt;br&gt;the .ph files end up in $Config{installvendorarch}, in which case run this:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; perl -MConfig -le 'print $Config{installvendorarch}'
&lt;br&gt;&lt;br&gt;HTH,
&lt;br&gt;Mark
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;________________________________________________________
&lt;br&gt;To unsubscribe from this list, go to: &lt;a href=&quot;http://sourceforge.net/mail/?group_id=1365&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/mail/?group_id=1365&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Misterhouse---User-f14394.html&quot; embed=&quot;fixTarget[14394]&quot; target=&quot;_top&quot; &gt;Misterhouse - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/configure-script-tp19829611p19849895.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19848760</id>
	<title>Re: Rovio</title>
	<published>2008-10-06T16:40:38Z</published>
	<updated>2008-10-06T16:40:38Z</updated>
	<author>
		<name>Jim Serack</name>
	</author>
	<content type="html">&lt;br&gt;It could be part of the alarm system response - I don't know about you but I
&lt;br&gt;would be out of there pretty quickly if that thing started following me
&lt;br&gt;around and talking!
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: David Norwood [mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19848760&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dnorwood2@...&lt;/a&gt;] 
&lt;br&gt;Sent: October 6, 2008 6:37 PM
&lt;br&gt;To: The main list for the MisterHouse home automation program
&lt;br&gt;Subject: Re: [mh] Rovio
&lt;br&gt;&lt;br&gt;&lt;br&gt;I want one of these too. &amp;nbsp;Assuming misterhouse can control it, one idea is 
&lt;br&gt;to drive it somewhere if motion is detected, take a picture and e-mail it. 
&lt;br&gt;Also, I wonder if the camera can be used with software like zoneminder or 
&lt;br&gt;motion. &amp;nbsp;Then, you could drive it to particular places to monitor during the
&lt;br&gt;&lt;br&gt;day.
&lt;br&gt;&lt;br&gt;David
&lt;br&gt;&lt;br&gt;----- Original Message ----- 
&lt;br&gt;From: &amp;quot;Rick Steeves&amp;quot; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19848760&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;misterhouse@...&lt;/a&gt;&amp;gt;
&lt;br&gt;To: &amp;quot;misterhouse&amp;quot; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19848760&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;misterhouse-users@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Sent: Monday, October 06, 2008 6:49 AM
&lt;br&gt;Subject: [mh] Rovio
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Well, I haven't quite figured out HOW rovio fits into my home 
&lt;br&gt;&amp;gt; automation, but I know it has to somewhere: &lt;a href=&quot;http://www.meetrovio.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.meetrovio.com/&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Rick
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Rick Steeves
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.sinister.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sinister.net&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;quot;The journey is the destination&amp;quot;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ----------------------------------------------------------------------
&lt;br&gt;&amp;gt; ---
&lt;br&gt;&amp;gt; This SF.Net email is sponsored by the Moblin Your Move Developer's 
&lt;br&gt;&amp;gt; challenge
&lt;br&gt;&amp;gt; Build the coolest Linux based applications with Moblin SDK &amp; win great 
&lt;br&gt;&amp;gt; prizes
&lt;br&gt;&amp;gt; Grand prize is a trip for two to an Open Source event anywhere in the 
&lt;br&gt;&amp;gt; world
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;&amp;gt; ________________________________________________________
&lt;br&gt;&amp;gt; To unsubscribe from this list, go to: 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://sourceforge.net/mail/?group_id=1365&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/mail/?group_id=1365&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great
&lt;br&gt;prizes Grand prize is a trip for two to an Open Source event anywhere in the
&lt;br&gt;world &lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;________________________________________________________
&lt;br&gt;To unsubscribe from this list, go to:
&lt;br&gt;&lt;a href=&quot;http://sourceforge.net/mail/?group_id=1365&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/mail/?group_id=1365&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;________________________________________________________
&lt;br&gt;To unsubscribe from this list, go to: &lt;a href=&quot;http://sourceforge.net/mail/?group_id=1365&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/mail/?group_id=1365&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Misterhouse---User-f14394.html&quot; embed=&quot;fixTarget[14394]&quot; target=&quot;_top&quot; &gt;Misterhouse - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Rovio-tp19838454p19848760.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19848015</id>
	<title>Re: Rovio</title>
	<published>2008-10-06T15:36:34Z</published>
	<updated>2008-10-06T15:36:34Z</updated>
	<author>
		<name>David Norwood-3</name>
	</author>
	<content type="html">I want one of these too. &amp;nbsp;Assuming misterhouse can control it, one idea is 
&lt;br&gt;to drive it somewhere if motion is detected, take a picture and e-mail it. 
&lt;br&gt;Also, I wonder if the camera can be used with software like zoneminder or 
&lt;br&gt;motion. &amp;nbsp;Then, you could drive it to particular places to monitor during the 
&lt;br&gt;day.
&lt;br&gt;&lt;br&gt;David
&lt;br&gt;&lt;br&gt;----- Original Message ----- 
&lt;br&gt;From: &amp;quot;Rick Steeves&amp;quot; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19848015&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;misterhouse@...&lt;/a&gt;&amp;gt;
&lt;br&gt;To: &amp;quot;misterhouse&amp;quot; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19848015&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;misterhouse-users@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Sent: Monday, October 06, 2008 6:49 AM
&lt;br&gt;Subject: [mh] Rovio
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Well, I haven't quite figured out HOW rovio fits into my home automation,
&lt;br&gt;&amp;gt; but I know it has to somewhere:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.meetrovio.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.meetrovio.com/&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Rick
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Rick Steeves
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.sinister.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sinister.net&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;quot;The journey is the destination&amp;quot;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -------------------------------------------------------------------------
&lt;br&gt;&amp;gt; This SF.Net email is sponsored by the Moblin Your Move Developer's 
&lt;br&gt;&amp;gt; challenge
&lt;br&gt;&amp;gt; Build the coolest Linux based applications with Moblin SDK &amp; win great 
&lt;br&gt;&amp;gt; prizes
&lt;br&gt;&amp;gt; Grand prize is a trip for two to an Open Source event anywhere in the 
&lt;br&gt;&amp;gt; world
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;&amp;gt; ________________________________________________________
&lt;br&gt;&amp;gt; To unsubscribe from this list, go to: 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://sourceforge.net/mail/?group_id=1365&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/mail/?group_id=1365&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;________________________________________________________
&lt;br&gt;To unsubscribe from this list, go to: &lt;a href=&quot;http://sourceforge.net/mail/?group_id=1365&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/mail/?group_id=1365&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Misterhouse---User-f14394.html&quot; embed=&quot;fixTarget[14394]&quot; target=&quot;_top&quot; &gt;Misterhouse - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Rovio-tp19838454p19848015.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19838454</id>
	<title>Rovio</title>
	<published>2008-10-06T06:49:40Z</published>
	<updated>2008-10-06T06:49:40Z</updated>
	<author>
		<name>Rick Steeves</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;Well, I haven't quite figured out HOW rovio fits into my home automation,
&lt;br&gt;but I know it has to somewhere:
&lt;br&gt;&lt;a href=&quot;http://www.meetrovio.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.meetrovio.com/&lt;/a&gt;&lt;br&gt;&lt;br&gt;Rick
&lt;br&gt;&lt;br&gt;&lt;br&gt;Rick Steeves
&lt;br&gt;&lt;a href=&quot;http://www.sinister.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sinister.net&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;quot;The journey is the destination&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;________________________________________________________
&lt;br&gt;To unsubscribe from this list, go to: &lt;a href=&quot;http://sourceforge.net/mail/?group_id=1365&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/mail/?group_id=1365&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Misterhouse---User-f14394.html&quot; embed=&quot;fixTarget[14394]&quot; target=&quot;_top&quot; &gt;Misterhouse - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Rovio-tp19838454p19838454.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19848398</id>
	<title>Re: Misterhouse Asterisk + Pocketsphinx HOWTO</title>
	<published>2008-10-06T01:00:05Z</published>
	<updated>2008-10-06T01:00:05Z</updated>
	<author>
		<name>Bulek</name>
	</author>
	<content type="html">&lt;br&gt;----- Original Message ----- 
&lt;br&gt;From: &amp;quot;Bulek&amp;quot; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19848398&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bulek@...&lt;/a&gt;&amp;gt;
&lt;br&gt;To: &amp;quot;The main list for the MisterHouse home automation program&amp;quot;
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19848398&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;misterhouse-users@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Sent: Monday, September 29, 2008 7:35 PM
&lt;br&gt;Subject: Re: [mh] Misterhouse Asterisk + Pocketsphinx HOWTO
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I'm trying to get pocketsphinx working out of perl scripts (for proof of
&lt;br&gt;&amp;gt; concept first).... I've downloaded and installed latest SphinxBase 0.4 and
&lt;br&gt;&amp;gt; PocketSphinx 0.5, but it seems that pockesphinx dies with segfault....
&lt;br&gt;&amp;gt; probably when trying to open sound device...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 0.5 version doesn't have -live anymore, but does adcdev (I left it to
&lt;br&gt;&amp;gt; default alsa device - I've compiled sphinxbase with alsa option). Also
&lt;br&gt;&amp;gt; funny
&lt;br&gt;&amp;gt; thing is that arecord works but arecord -D hw:0,0 doesn't (although 0.0 is
&lt;br&gt;&amp;gt; default device)...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; What version of sphinxbase and pockestphinx did you use ? Did you try
&lt;br&gt;&amp;gt; latest
&lt;br&gt;&amp;gt; versions ?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; And since you're probably using your solution, reading about your
&lt;br&gt;&amp;gt; experiences with it is always interesting....
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks in advance,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; regards,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Bulek.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; /usr/local/bin/pocketsphinx_continuous &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -adcdev
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-bestpath yes &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -cmn none &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -agc emax &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -lm
&lt;br&gt;&amp;gt; /usr/local/share/pocketsphinx/model/app/current.lm &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -dict
&lt;br&gt;&amp;gt; /usr/local/share/pocketsphinx/model/app/current.dic &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -hmm
&lt;br&gt;&amp;gt; /usr/local/share/pocketsphinx/model/hmm/wsj1
&lt;br&gt;&amp;gt; INFO: cmd_ln.c(459): Parsing command line:
&lt;br&gt;&amp;gt; /usr/local/bin/pocketsphinx_continuous \
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-adcdev default \
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-bestpath yes \
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-cmn none \
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-agc emax \
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-lm /usr/local/share/pocketsphinx/model/app/current.lm \
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-dict /usr/local/share/pocketsphinx/model/app/current.dic \
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-hmm /usr/local/share/pocketsphinx/model/hmm/wsj1
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Current configuration:
&lt;br&gt;&amp;gt; [NAME] &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[DEFLT] &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [VALUE]
&lt;br&gt;&amp;gt; -adcdev &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; default
&lt;br&gt;&amp;gt; -agc &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;none &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;emax
&lt;br&gt;&amp;gt; -agcthresh &amp;nbsp; &amp;nbsp; &amp;nbsp;2.0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2.000000e+00
&lt;br&gt;&amp;gt; -alpha &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0.97 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;9.700000e-01
&lt;br&gt;&amp;gt; -ascale &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 20.0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2.000000e+01
&lt;br&gt;&amp;gt; -backtrace &amp;nbsp; &amp;nbsp; &amp;nbsp;no &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;no
&lt;br&gt;&amp;gt; -beam &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1e-48 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.000000e-48
&lt;br&gt;&amp;gt; -bestpath &amp;nbsp; &amp;nbsp; &amp;nbsp; yes &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; yes
&lt;br&gt;&amp;gt; -bestpathlw &amp;nbsp; &amp;nbsp; 9.5 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 9.500000e+00
&lt;br&gt;&amp;gt; -cep2spec &amp;nbsp; &amp;nbsp; &amp;nbsp; no &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;no
&lt;br&gt;&amp;gt; -ceplen &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 13 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;13
&lt;br&gt;&amp;gt; -cmn &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;current &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; none
&lt;br&gt;&amp;gt; -cmninit &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;8.0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 8.0
&lt;br&gt;&amp;gt; -compallsen &amp;nbsp; &amp;nbsp; no &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;no
&lt;br&gt;&amp;gt; -dict
&lt;br&gt;&amp;gt; /usr/local/share/pocketsphinx/model/app/current.dic
&lt;br&gt;&amp;gt; -dictcase &amp;nbsp; &amp;nbsp; &amp;nbsp; no &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;no
&lt;br&gt;&amp;gt; -dither &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; no &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;no
&lt;br&gt;&amp;gt; -doublebw &amp;nbsp; &amp;nbsp; &amp;nbsp; no &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;no
&lt;br&gt;&amp;gt; -ds &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1
&lt;br&gt;&amp;gt; -fdict
&lt;br&gt;&amp;gt; -feat &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1s_c_d_dd &amp;nbsp; &amp;nbsp; &amp;nbsp; 1s_c_d_dd
&lt;br&gt;&amp;gt; -featparams
&lt;br&gt;&amp;gt; -fillprob &amp;nbsp; &amp;nbsp; &amp;nbsp; 1e-8 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1.000000e-08
&lt;br&gt;&amp;gt; -frate &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;100 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 100
&lt;br&gt;&amp;gt; -fsg
&lt;br&gt;&amp;gt; -fsgusealtpron &amp;nbsp;yes &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; yes
&lt;br&gt;&amp;gt; -fsgusefiller &amp;nbsp; yes &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; yes
&lt;br&gt;&amp;gt; -fwdflat &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;yes &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; yes
&lt;br&gt;&amp;gt; -fwdflatbeam &amp;nbsp; &amp;nbsp;1e-64 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.000000e-64
&lt;br&gt;&amp;gt; -fwdflatefwid &amp;nbsp; 4 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 4
&lt;br&gt;&amp;gt; -fwdflatlw &amp;nbsp; &amp;nbsp; &amp;nbsp;8.5 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 8.500000e+00
&lt;br&gt;&amp;gt; -fwdflatsfwin &amp;nbsp; 25 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;25
&lt;br&gt;&amp;gt; -fwdflatwbeam &amp;nbsp; 7e-29 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 7.000000e-29
&lt;br&gt;&amp;gt; -fwdtree &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;yes &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; yes
&lt;br&gt;&amp;gt; -hmm
&lt;br&gt;&amp;gt; /usr/local/share/pocketsphinx/model/hmm/wsj1
&lt;br&gt;&amp;gt; -input_endian &amp;nbsp; little &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;little
&lt;br&gt;&amp;gt; -jsgf
&lt;br&gt;&amp;gt; -kdmaxbbi &amp;nbsp; &amp;nbsp; &amp;nbsp; -1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-1
&lt;br&gt;&amp;gt; -kdmaxdepth &amp;nbsp; &amp;nbsp; 0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0
&lt;br&gt;&amp;gt; -kdtree
&lt;br&gt;&amp;gt; -latsize &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;5000 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;5000
&lt;br&gt;&amp;gt; -lda
&lt;br&gt;&amp;gt; -ldadim &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0
&lt;br&gt;&amp;gt; -lifter &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0
&lt;br&gt;&amp;gt; -lm
&lt;br&gt;&amp;gt; /usr/local/share/pocketsphinx/model/app/current.lm
&lt;br&gt;&amp;gt; -lmctl
&lt;br&gt;&amp;gt; -lmname &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; default &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; default
&lt;br&gt;&amp;gt; -logbase &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1.0001 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1.000100e+00
&lt;br&gt;&amp;gt; -logspec &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;no &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;no
&lt;br&gt;&amp;gt; -lowerf &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 133.33334 &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.333333e+02
&lt;br&gt;&amp;gt; -lpbeam &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1e-40 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.000000e-40
&lt;br&gt;&amp;gt; -lponlybeam &amp;nbsp; &amp;nbsp; 7e-29 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 7.000000e-29
&lt;br&gt;&amp;gt; -lw &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 6.5 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 6.500000e+00
&lt;br&gt;&amp;gt; -maxhistpf &amp;nbsp; &amp;nbsp; &amp;nbsp;100 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 100
&lt;br&gt;&amp;gt; -maxhmmpf &amp;nbsp; &amp;nbsp; &amp;nbsp; -1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-1
&lt;br&gt;&amp;gt; -maxnewoov &amp;nbsp; &amp;nbsp; &amp;nbsp;20 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;20
&lt;br&gt;&amp;gt; -maxwpf &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-1
&lt;br&gt;&amp;gt; -mdef
&lt;br&gt;&amp;gt; -mean
&lt;br&gt;&amp;gt; -mixw
&lt;br&gt;&amp;gt; -mixwfloor &amp;nbsp; &amp;nbsp; &amp;nbsp;0.0000001 &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.000000e-07
&lt;br&gt;&amp;gt; -mmap &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; yes &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; yes
&lt;br&gt;&amp;gt; -ncep &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 13 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;13
&lt;br&gt;&amp;gt; -nfft &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 512 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 512
&lt;br&gt;&amp;gt; -nfilt &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;40 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;40
&lt;br&gt;&amp;gt; -nwpen &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1.0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.000000e+00
&lt;br&gt;&amp;gt; -pbeam &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1e-48 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.000000e-48
&lt;br&gt;&amp;gt; -pip &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1.0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.000000e+00
&lt;br&gt;&amp;gt; -remove_dc &amp;nbsp; &amp;nbsp; &amp;nbsp;no &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;no
&lt;br&gt;&amp;gt; -round_filters &amp;nbsp;yes &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; yes
&lt;br&gt;&amp;gt; -samprate &amp;nbsp; &amp;nbsp; &amp;nbsp; 16000 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.600000e+04
&lt;br&gt;&amp;gt; -sdmap
&lt;br&gt;&amp;gt; -seed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-1
&lt;br&gt;&amp;gt; -sendump
&lt;br&gt;&amp;gt; -silprob &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0.005 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 5.000000e-03
&lt;br&gt;&amp;gt; -smoothspec &amp;nbsp; &amp;nbsp; no &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;no
&lt;br&gt;&amp;gt; -spec2cep &amp;nbsp; &amp;nbsp; &amp;nbsp; no &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;no
&lt;br&gt;&amp;gt; -svspec
&lt;br&gt;&amp;gt; -tmat
&lt;br&gt;&amp;gt; -tmatfloor &amp;nbsp; &amp;nbsp; &amp;nbsp;0.0001 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1.000000e-04
&lt;br&gt;&amp;gt; -topn &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 4 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 4
&lt;br&gt;&amp;gt; -toprule
&lt;br&gt;&amp;gt; -transform &amp;nbsp; &amp;nbsp; &amp;nbsp;legacy &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;legacy
&lt;br&gt;&amp;gt; -unit_area &amp;nbsp; &amp;nbsp; &amp;nbsp;yes &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; yes
&lt;br&gt;&amp;gt; -upperf &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 6855.4976 &amp;nbsp; &amp;nbsp; &amp;nbsp; 6.855498e+03
&lt;br&gt;&amp;gt; -usewdphones &amp;nbsp; &amp;nbsp;no &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;no
&lt;br&gt;&amp;gt; -uw &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.000000e+00
&lt;br&gt;&amp;gt; -var
&lt;br&gt;&amp;gt; -varfloor &amp;nbsp; &amp;nbsp; &amp;nbsp; 0.0001 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1.000000e-04
&lt;br&gt;&amp;gt; -varnorm &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;no &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;no
&lt;br&gt;&amp;gt; -verbose &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;no &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;no
&lt;br&gt;&amp;gt; -warp_params
&lt;br&gt;&amp;gt; -warp_type &amp;nbsp; &amp;nbsp; &amp;nbsp;inverse_linear &amp;nbsp;inverse_linear
&lt;br&gt;&amp;gt; -wbeam &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;7e-29 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 7.000000e-29
&lt;br&gt;&amp;gt; -wip &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0.65 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;6.500000e-01
&lt;br&gt;&amp;gt; -wlen &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0.025625 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2.562500e-02
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; INFO: cmd_ln.c(459): Parsing command line:
&lt;br&gt;&amp;gt; \
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-lowerf 1 \
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-upperf 4000 \
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-nfilt 20 \
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-transform dct \
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-round_filters no \
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-remove_dc yes \
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-feat s2_4x
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Current configuration:
&lt;br&gt;&amp;gt; [NAME] &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[DEFLT] &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [VALUE]
&lt;br&gt;&amp;gt; -agc &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;none &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;emax
&lt;br&gt;&amp;gt; -agcthresh &amp;nbsp; &amp;nbsp; &amp;nbsp;2.0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2.000000e+00
&lt;br&gt;&amp;gt; -alpha &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0.97 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;9.700000e-01
&lt;br&gt;&amp;gt; -cep2spec &amp;nbsp; &amp;nbsp; &amp;nbsp; no &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;no
&lt;br&gt;&amp;gt; -ceplen &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 13 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;13
&lt;br&gt;&amp;gt; -cmn &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;current &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; none
&lt;br&gt;&amp;gt; -cmninit &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;8.0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 8.0
&lt;br&gt;&amp;gt; -dither &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; no &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;no
&lt;br&gt;&amp;gt; -doublebw &amp;nbsp; &amp;nbsp; &amp;nbsp; no &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;no
&lt;br&gt;&amp;gt; -feat &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1s_c_d_dd &amp;nbsp; &amp;nbsp; &amp;nbsp; s2_4x
&lt;br&gt;&amp;gt; -frate &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;100 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 100
&lt;br&gt;&amp;gt; -input_endian &amp;nbsp; little &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;little
&lt;br&gt;&amp;gt; -lda
&lt;br&gt;&amp;gt; -ldadim &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0
&lt;br&gt;&amp;gt; -lifter &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0
&lt;br&gt;&amp;gt; -logspec &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;no &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;no
&lt;br&gt;&amp;gt; -lowerf &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 133.33334 &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.000000e+00
&lt;br&gt;&amp;gt; -ncep &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 13 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;13
&lt;br&gt;&amp;gt; -nfft &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 512 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 512
&lt;br&gt;&amp;gt; -nfilt &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;40 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;20
&lt;br&gt;&amp;gt; -remove_dc &amp;nbsp; &amp;nbsp; &amp;nbsp;no &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;yes
&lt;br&gt;&amp;gt; -round_filters &amp;nbsp;yes &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; no
&lt;br&gt;&amp;gt; -samprate &amp;nbsp; &amp;nbsp; &amp;nbsp; 16000 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.600000e+04
&lt;br&gt;&amp;gt; -seed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-1
&lt;br&gt;&amp;gt; -smoothspec &amp;nbsp; &amp;nbsp; no &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;no
&lt;br&gt;&amp;gt; -spec2cep &amp;nbsp; &amp;nbsp; &amp;nbsp; no &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;no
&lt;br&gt;&amp;gt; -svspec
&lt;br&gt;&amp;gt; -transform &amp;nbsp; &amp;nbsp; &amp;nbsp;legacy &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;dct
&lt;br&gt;&amp;gt; -unit_area &amp;nbsp; &amp;nbsp; &amp;nbsp;yes &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; yes
&lt;br&gt;&amp;gt; -upperf &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 6855.4976 &amp;nbsp; &amp;nbsp; &amp;nbsp; 4.000000e+03
&lt;br&gt;&amp;gt; -varnorm &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;no &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;no
&lt;br&gt;&amp;gt; -verbose &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;no &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;no
&lt;br&gt;&amp;gt; -warp_params
&lt;br&gt;&amp;gt; -warp_type &amp;nbsp; &amp;nbsp; &amp;nbsp;inverse_linear &amp;nbsp;inverse_linear
&lt;br&gt;&amp;gt; -wlen &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0.025625 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2.562500e-02
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; INFO: acmod.c(76): Parsed model-specific feature parameters from
&lt;br&gt;&amp;gt; /usr/local/share/pocketsphinx/model/hmm/wsj1/feat.params
&lt;br&gt;&amp;gt; INFO: mdef.c(520): Reading model definition:
&lt;br&gt;&amp;gt; /usr/local/share/pocketsphinx/model/hmm/wsj1/mdef
&lt;br&gt;&amp;gt; INFO: mdef.c(531): Found byte-order mark BMDF, assuming this is a binary
&lt;br&gt;&amp;gt; mdef file
&lt;br&gt;&amp;gt; INFO: bin_mdef.c(301): Reading binary model definition:
&lt;br&gt;&amp;gt; /usr/local/share/pocketsphinx/model/hmm/wsj1/mdef
&lt;br&gt;&amp;gt; INFO: bin_mdef.c(480): 44 CI-phone, 66516 CD-phone, 5 emitstate/phone, 220
&lt;br&gt;&amp;gt; CI-sen, 5220 Sen, 18660 Sen-Seq
&lt;br&gt;&amp;gt; INFO: tmat.c(204): Reading HMM transition probability matrices:
&lt;br&gt;&amp;gt; /usr/local/share/pocketsphinx/model/hmm/wsj1/transition_matrices
&lt;br&gt;&amp;gt; INFO: acmod.c(108): Attempting to use SCGMM computation module
&lt;br&gt;&amp;gt; INFO: s2_semi_mgau.c(985): Reading S3 mixture gaussian file
&lt;br&gt;&amp;gt; '/usr/local/share/pocketsphinx/model/hmm/wsj1/means'
&lt;br&gt;&amp;gt; INFO: s2_semi_mgau.c(1084): 1 mixture Gaussians, 256 components, 4 feature
&lt;br&gt;&amp;gt; streams, veclen 51
&lt;br&gt;&amp;gt; INFO: s2_semi_mgau.c(985): Reading S3 mixture gaussian file
&lt;br&gt;&amp;gt; '/usr/local/share/pocketsphinx/model/hmm/wsj1/variances'
&lt;br&gt;&amp;gt; INFO: s2_semi_mgau.c(1084): 1 mixture Gaussians, 256 components, 4 feature
&lt;br&gt;&amp;gt; streams, veclen 51
&lt;br&gt;&amp;gt; INFO: s2_semi_mgau.c(748): Loading senones from dump file
&lt;br&gt;&amp;gt; /usr/local/share/pocketsphinx/model/hmm/wsj1/sendump
&lt;br&gt;&amp;gt; INFO: s2_semi_mgau.c(768): BEGIN FILE FORMAT DESCRIPTION
&lt;br&gt;&amp;gt; INFO: s2_semi_mgau.c(797): Rows: 256, Columns: 5220
&lt;br&gt;&amp;gt; INFO: s2_semi_mgau.c(805): Using memory-mapped I/O for senones
&lt;br&gt;&amp;gt; INFO: kdtree.c(231): Reading tree for feature 0
&lt;br&gt;&amp;gt; INFO: kdtree.c(249): n_density 256 n_comp 12 n_level 8 threshold 0.200000
&lt;br&gt;&amp;gt; INFO: kdtree.c(186): Read 255 nodes
&lt;br&gt;&amp;gt; INFO: kdtree.c(231): Reading tree for feature 1
&lt;br&gt;&amp;gt; INFO: kdtree.c(249): n_density 256 n_comp 24 n_level 8 threshold 0.200000
&lt;br&gt;&amp;gt; INFO: kdtree.c(186): Read 255 nodes
&lt;br&gt;&amp;gt; INFO: kdtree.c(231): Reading tree for feature 2
&lt;br&gt;&amp;gt; INFO: kdtree.c(249): n_density 256 n_comp 3 n_level 8 threshold 0.200000
&lt;br&gt;&amp;gt; INFO: kdtree.c(186): Read 255 nodes
&lt;br&gt;&amp;gt; INFO: kdtree.c(231): Reading tree for feature 3
&lt;br&gt;&amp;gt; INFO: kdtree.c(249): n_density 256 n_comp 12 n_level 8 threshold 0.200000
&lt;br&gt;&amp;gt; INFO: kdtree.c(186): Read 255 nodes
&lt;br&gt;&amp;gt; INFO: feat.c(849): Initializing feature stream to type: 's2_4x',
&lt;br&gt;&amp;gt; ceplen=13,
&lt;br&gt;&amp;gt; CMN='none', VARNORM='no', AGC='emax'
&lt;br&gt;&amp;gt; INFO: agc.c(132): AGCEMax: max= 10.00
&lt;br&gt;&amp;gt; Segmentation fault (core dumped)
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;Hi,
&lt;br&gt;&lt;br&gt;really noone is using Pockesphinx beside Jim ? &amp;nbsp;I'm bumping this thread,
&lt;br&gt;just to be sure it was not lost.
&lt;br&gt;&lt;br&gt;Thanks in advance,
&lt;br&gt;&lt;br&gt;regards,
&lt;br&gt;&lt;br&gt;Bulek.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;________________________________________________________
&lt;br&gt;To unsubscribe from this list, go to: &lt;a href=&quot;http://sourceforge.net/mail/?group_id=1365&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/mail/?group_id=1365&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Misterhouse---User-f14394.html&quot; embed=&quot;fixTarget[14394]&quot; target=&quot;_top&quot; &gt;Misterhouse - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Misterhouse-Asterisk-%2B-Pocketsphinx-HOWTO-tp16800602p19848398.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19831191</id>
	<title>Re: configure script</title>
	<published>2008-10-05T19:25:17Z</published>
	<updated>2008-10-05T19:25:17Z</updated>
	<author>
		<name>Jim Duda</name>
	</author>
	<content type="html">David,
&lt;br&gt;&lt;br&gt;Yeah, I cannot find new files anywhere after using the h2ph command.
&lt;br&gt;I had to resort to pipe and redirect.
&lt;br&gt;&lt;br&gt;I just realized that h2ph is just a perl script. &amp;nbsp;So, I should be
&lt;br&gt;able to figure out where the output is going. &amp;nbsp;There is probably
&lt;br&gt;something wrong with my perl installation I guess...
&lt;br&gt;&lt;br&gt;Jim
&lt;br&gt;&lt;br&gt;&lt;br&gt;David Norwood wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I added asm/posix_types_32.h to the list of include files that configure 
&lt;br&gt;&amp;gt; converts. &amp;nbsp;I don't know how to fix the problem with the ph files going in 
&lt;br&gt;&amp;gt; the wrong directory. &amp;nbsp;Are you sure this is really a problem? &amp;nbsp;I was confused 
&lt;br&gt;&amp;gt; by the messages printed out by h2ph, but I discovered it was doing the right 
&lt;br&gt;&amp;gt; thing.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; For the lazy, here is the command to checkout the new 2.105 svn branch:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; svn checkout 
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://misterhouse.svn.sourceforge.net/svnroot/misterhouse/branches/v2-105ur&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://misterhouse.svn.sourceforge.net/svnroot/misterhouse/branches/v2-105ur&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; David
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ----- Original Message ----- 
&lt;br&gt;&amp;gt; From: &amp;quot;Jim Duda&amp;quot; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19831191&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jim@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; To: &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19831191&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;misterhouse-users@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Sent: Sunday, October 05, 2008 2:55 PM
&lt;br&gt;&amp;gt; Subject: [mh] configure script
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; I'm posting this as an FYI. &amp;nbsp;There is always this issue about the
&lt;br&gt;&amp;gt;&amp;gt; configure script, ph files, etc.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I upgraded to fedora core 9 a couple of months ago. &amp;nbsp;I've been
&lt;br&gt;&amp;gt;&amp;gt; ignoring the startup issues with site/Device/Serial_port.pm for a while.
&lt;br&gt;&amp;gt;&amp;gt; I worked on this today.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; For me, h2ph, simply doesn't work as advertised. &amp;nbsp;It doesn't work as
&lt;br&gt;&amp;gt;&amp;gt; described in the man page.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; In order to resolve posix_types_32.h, I had to use this syntax.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; cd /usr/include
&lt;br&gt;&amp;gt;&amp;gt; cat ./asm/posix_types_32.h | h2ph &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; /usr/lib/perl5/site_perl/5.10.0/i386-linux-thread-multi/posix_types_32.ph
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; My system doesn't have a ttycom.h ...
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Just passing on what I learned today.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Jim
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; -------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; This SF.Net email is sponsored by the Moblin Your Move Developer's 
&lt;br&gt;&amp;gt;&amp;gt; challenge
&lt;br&gt;&amp;gt;&amp;gt; Build the coolest Linux based applications with Moblin SDK &amp; win great 
&lt;br&gt;&amp;gt;&amp;gt; prizes
&lt;br&gt;&amp;gt;&amp;gt; Grand prize is a trip for two to an Open Source event anywhere in the 
&lt;br&gt;&amp;gt;&amp;gt; world
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; ________________________________________________________
&lt;br&gt;&amp;gt;&amp;gt; To unsubscribe from this list, go to: 
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://sourceforge.net/mail/?group_id=1365&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/mail/?group_id=1365&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -------------------------------------------------------------------------
&lt;br&gt;&amp;gt; This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;&amp;gt; Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;&amp;gt; Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;&amp;gt; ________________________________________________________
&lt;br&gt;&amp;gt; To unsubscribe from this list, go to: &lt;a href=&quot;http://sourceforge.net/mail/?group_id=1365&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/mail/?group_id=1365&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;________________________________________________________
&lt;br&gt;To unsubscribe from this list, go to: &lt;a href=&quot;http://sourceforge.net/mail/?group_id=1365&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/mail/?group_id=1365&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Misterhouse---User-f14394.html&quot; embed=&quot;fixTarget[14394]&quot; target=&quot;_top&quot; &gt;Misterhouse - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/configure-script-tp19829611p19831191.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19830466</id>
	<title>Re: configure script</title>
	<published>2008-10-05T17:18:48Z</published>
	<updated>2008-10-05T17:18:48Z</updated>
	<author>
		<name>David Norwood-3</name>
	</author>
	<content type="html">I added asm/posix_types_32.h to the list of include files that configure 
&lt;br&gt;converts. &amp;nbsp;I don't know how to fix the problem with the ph files going in 
&lt;br&gt;the wrong directory. &amp;nbsp;Are you sure this is really a problem? &amp;nbsp;I was confused 
&lt;br&gt;by the messages printed out by h2ph, but I discovered it was doing the right 
&lt;br&gt;thing.
&lt;br&gt;&lt;br&gt;For the lazy, here is the command to checkout the new 2.105 svn branch:
&lt;br&gt;&lt;br&gt;svn checkout 
&lt;br&gt;&lt;a href=&quot;https://misterhouse.svn.sourceforge.net/svnroot/misterhouse/branches/v2-105&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://misterhouse.svn.sourceforge.net/svnroot/misterhouse/branches/v2-105&lt;/a&gt;&lt;br&gt;&lt;br&gt;David
&lt;br&gt;&lt;br&gt;----- Original Message ----- 
&lt;br&gt;From: &amp;quot;Jim Duda&amp;quot; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19830466&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jim@...&lt;/a&gt;&amp;gt;
&lt;br&gt;To: &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19830466&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;misterhouse-users@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Sent: Sunday, October 05, 2008 2:55 PM
&lt;br&gt;Subject: [mh] configure script
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I'm posting this as an FYI. &amp;nbsp;There is always this issue about the
&lt;br&gt;&amp;gt; configure script, ph files, etc.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I upgraded to fedora core 9 a couple of months ago. &amp;nbsp;I've been
&lt;br&gt;&amp;gt; ignoring the startup issues with site/Device/Serial_port.pm for a while.
&lt;br&gt;&amp;gt; I worked on this today.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; For me, h2ph, simply doesn't work as advertised. &amp;nbsp;It doesn't work as
&lt;br&gt;&amp;gt; described in the man page.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; In order to resolve posix_types_32.h, I had to use this syntax.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; cd /usr/include
&lt;br&gt;&amp;gt; cat ./asm/posix_types_32.h | h2ph &amp;gt;
&lt;br&gt;&amp;gt; /usr/lib/perl5/site_perl/5.10.0/i386-linux-thread-multi/posix_types_32.ph
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; My system doesn't have a ttycom.h ...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Just passing on what I learned today.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Jim
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -------------------------------------------------------------------------
&lt;br&gt;&amp;gt; This SF.Net email is sponsored by the Moblin Your Move Developer's 
&lt;br&gt;&amp;gt; challenge
&lt;br&gt;&amp;gt; Build the coolest Linux based applications with Moblin SDK &amp; win great 
&lt;br&gt;&amp;gt; prizes
&lt;br&gt;&amp;gt; Grand prize is a trip for two to an Open Source event anywhere in the 
&lt;br&gt;&amp;gt; world
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;&amp;gt; ________________________________________________________
&lt;br&gt;&amp;gt; To unsubscribe from this list, go to: 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://sourceforge.net/mail/?group_id=1365&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/mail/?group_id=1365&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;________________________________________________________
&lt;br&gt;To unsubscribe from this list, go to: &lt;a href=&quot;http://sourceforge.net/mail/?group_id=1365&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/mail/?group_id=1365&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Misterhouse---User-f14394.html&quot; embed=&quot;fixTarget[14394]&quot; target=&quot;_top&quot; &gt;Misterhouse - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/configure-script-tp19829611p19830466.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19829611</id>
	<title>configure script</title>
	<published>2008-10-05T14:55:23Z</published>
	<updated>2008-10-05T14:55:23Z</updated>
	<author>
		<name>Jim Duda</name>
	</author>
	<content type="html">I'm posting this as an FYI. &amp;nbsp;There is always this issue about the
&lt;br&gt;configure script, ph files, etc.
&lt;br&gt;&lt;br&gt;I upgraded to fedora core 9 a couple of months ago. &amp;nbsp;I've been
&lt;br&gt;ignoring the startup issues with site/Device/Serial_port.pm for a while.
&lt;br&gt;I worked on this today.
&lt;br&gt;&lt;br&gt;For me, h2ph, simply doesn't work as advertised. &amp;nbsp;It doesn't work as
&lt;br&gt;described in the man page.
&lt;br&gt;&lt;br&gt;In order to resolve posix_types_32.h, I had to use this syntax.
&lt;br&gt;&lt;br&gt;cd /usr/include
&lt;br&gt;cat ./asm/posix_types_32.h | h2ph &amp;gt;
&lt;br&gt;/usr/lib/perl5/site_perl/5.10.0/i386-linux-thread-multi/posix_types_32.ph
&lt;br&gt;&lt;br&gt;My system doesn't have a ttycom.h ...
&lt;br&gt;&lt;br&gt;Just passing on what I learned today.
&lt;br&gt;&lt;br&gt;Jim
&lt;br&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;________________________________________________________
&lt;br&gt;To unsubscribe from this list, go to: &lt;a href=&quot;http://sourceforge.net/mail/?group_id=1365&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/mail/?group_id=1365&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Misterhouse---User-f14394.html&quot; embed=&quot;fixTarget[14394]&quot; target=&quot;_top&quot; &gt;Misterhouse - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/configure-script-tp19829611p19829611.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19828211</id>
	<title>Re: 2.105 - are we ready?</title>
	<published>2008-10-05T12:19:56Z</published>
	<updated>2008-10-05T12:19:56Z</updated>
	<author>
		<name>BruceWinter</name>
	</author>
	<content type="html">Ralf,
&lt;br&gt;&lt;br&gt;If you didn't get these changes in via svn, send them to me and I will 
&lt;br&gt;check them. &amp;nbsp;Seems it would be nice to get at least the iphone skin in 
&lt;br&gt;the next release, as there was much interest in that. &amp;nbsp;We can review the 
&lt;br&gt;group and http_server changes and if they are not minor, maybe differ 
&lt;br&gt;them from the next release since they would not have been tested much.
&lt;br&gt;&lt;br&gt;I've dusted off the windows compiler, and updated various dead links in 
&lt;br&gt;the web pages (not uploaded yet). &amp;nbsp; So I think we are on track, and will 
&lt;br&gt;work with Matt on getting the next release out in a week or so.
&lt;br&gt;&lt;br&gt;Bruce
&lt;br&gt;&lt;br&gt;Ralf Klüber wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Guys,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I have a bunch of changes to contribute but now clue how to do that
&lt;br&gt;&amp;gt; efficiently. Would svn be the right way? If so, could someon point me
&lt;br&gt;&amp;gt; to a simple HowTo, or point me in the right direction.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; My changes I can offer:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; - pretty stable iphone skin
&lt;br&gt;&amp;gt; Example see &lt;a href=&quot;http://ralfathome.dyndns.org/apache2-default/iphoneskin.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ralfathome.dyndns.org/apache2-default/iphoneskin.html&lt;/a&gt;&lt;br&gt;&amp;gt; Should work with firefox and safari, sorry, no IE and interface is in
&lt;br&gt;&amp;gt; German. However you could get the idea.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; - some home automation icons
&lt;br&gt;&amp;gt; see &lt;a href=&quot;http://ralf.klueber.googlepages.com/icons.png&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ralf.klueber.googlepages.com/icons.png&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; - some changes in Groups.pm to enable a group of groups and _dont_
&lt;br&gt;&amp;gt; sort the items re their names
&lt;br&gt;&amp;gt; Is someone expecting some side effects here?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; - some changes in http_server.pm to be able to use MH behind a reverse proxy
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; - some changes in EIB_Items.pm
&lt;br&gt;&amp;gt; Additional EIB Items:
&lt;br&gt;&amp;gt; package EIB9_Item;
&lt;br&gt;&amp;gt; package EIB10_Item;
&lt;br&gt;&amp;gt; package EIB11_Item;
&lt;br&gt;&amp;gt; package EIB11S_Item;
&lt;br&gt;&amp;gt; package EIB15_Item;
&lt;br&gt;&amp;gt; package EIBW_Item; aditional class for windows (two EIB1 Items
&lt;br&gt;&amp;gt; combined) delivering
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Dont know which one of these were already in the 2.104. I will check.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Looking forward to your advise.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; KR
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; PS: 3rd try. Got an error message from nabble.com
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -------------------------------------------------------------------------
&lt;br&gt;&amp;gt; This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;&amp;gt; Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;&amp;gt; Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;&amp;gt; ________________________________________________________
&lt;br&gt;&amp;gt; To unsubscribe from this list, go to: &lt;a href=&quot;http://sourceforge.net/mail/?group_id=1365&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/mail/?group_id=1365&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;________________________________________________________
&lt;br&gt;To unsubscribe from this list, go to: &lt;a href=&quot;http://sourceforge.net/mail/?group_id=1365&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/mail/?group_id=1365&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Misterhouse---User-f14394.html&quot; embed=&quot;fixTarget[14394]&quot; target=&quot;_top&quot; &gt;Misterhouse - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/2.105---are-we-ready--tp19626633p19828211.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19826526</id>
	<title>IPV6 AND MH</title>
	<published>2008-10-05T09:36:11Z</published>
	<updated>2008-10-05T09:36:11Z</updated>
	<author>
		<name>Vulcan Automation</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;&gt;
&lt;HTML&gt;&lt;HEAD&gt;&lt;TITLE&gt;&lt;/TITLE&gt;
&lt;META http-equiv=Content-Type content=&quot;text/html; charset=ISO-8859-1&quot;&gt;

&lt;/HEAD&gt;
&lt;BODY class='message' bgColor=#ffffff&gt;
&lt;blockquote style=&quot;PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #5167c6 2px solid; MARGIN-RIGHT: 0px&quot;&gt;Been using MH for a lot of years.&lt;br /&gt;&lt;br /&gt;I have been using/ investigating IPv6 for a while now and would like to start using v6 to access MH.&lt;br /&gt;&lt;br /&gt;I already have all the v6 infrastructure I need right up to the box I am running MH.&lt;br /&gt;&lt;br /&gt;I dont think MH can listen on the v6 Interfaces 'out of the box', I am assuming that a change would have to be made in the http_server module.&lt;br /&gt;&lt;br /&gt;Has anyone been looking into having MH respond to v6 requests?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/blockquote&gt;
&lt;/BODY&gt;&lt;/HTML&gt;
&lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br /&gt;________________________________________________________
&lt;br&gt;To unsubscribe from this list, go to: &lt;a href=&quot;http://sourceforge.net/mail/?group_id=1365&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/mail/?group_id=1365&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Misterhouse---User-f14394.html&quot; embed=&quot;fixTarget[14394]&quot; target=&quot;_top&quot; &gt;Misterhouse - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/IPV6-AND-MH-tp19826526p19826526.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19825072</id>
	<title>Re: How do I post updates?</title>
	<published>2008-10-05T07:19:59Z</published>
	<updated>2008-10-05T07:19:59Z</updated>
	<author>
		<name>Timothy Spaulding</name>
	</author>
	<content type="html">To update the SVN &amp;nbsp;directly, you would need write permissions.
&lt;br&gt;&lt;br&gt;However, you can post diffs to the mailing list and the diff can be merged for you by someone that does have permissions.
&lt;br&gt;&lt;br&gt;I didn't specifically go look, but I think the wiki has this info as well.
&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: Brian Paulsen [mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19825072&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;brian@...&lt;/a&gt;]
&lt;br&gt;Sent: Sunday, October 05, 2008 9:26 AM
&lt;br&gt;To: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19825072&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;misterhouse-users@...&lt;/a&gt;
&lt;br&gt;Subject: [mh] How do I post updates?
&lt;br&gt;&lt;br&gt;Do I need permission to update the SVN repository or do I post the
&lt;br&gt;patches on the email list?
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;________________________________________________________
&lt;br&gt;To unsubscribe from this list, go to: &lt;a href=&quot;http://sourceforge.net/mail/?group_id=1365&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/mail/?group_id=1365&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;________________________________________________________
&lt;br&gt;To unsubscribe from this list, go to: &lt;a href=&quot;http://sourceforge.net/mail/?group_id=1365&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/mail/?group_id=1365&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Misterhouse---User-f14394.html&quot; embed=&quot;fixTarget[14394]&quot; target=&quot;_top&quot; &gt;Misterhouse - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/How-do-I-post-updates--tp19824854p19825072.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19824854</id>
	<title>How do I post updates?</title>
	<published>2008-10-05T06:26:20Z</published>
	<updated>2008-10-05T06:26:20Z</updated>
	<author>
		<name>Brian Paulsen</name>
	</author>
	<content type="html">Do I need permission to update the SVN repository or do I post the &amp;nbsp;
&lt;br&gt;patches on the email list?
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;________________________________________________________
&lt;br&gt;To unsubscribe from this list, go to: &lt;a href=&quot;http://sourceforge.net/mail/?group_id=1365&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/mail/?group_id=1365&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Misterhouse---User-f14394.html&quot; embed=&quot;fixTarget[14394]&quot; target=&quot;_top&quot; &gt;Misterhouse - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/How-do-I-post-updates--tp19824854p19824854.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19821442</id>
	<title>Logging to the Error file from a PM file.</title>
	<published>2008-10-05T00:43:33Z</published>
	<updated>2008-10-05T00:43:33Z</updated>
	<author>
		<name>NWE</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;&gt;
&lt;HTML&gt;&lt;HEAD&gt;
&lt;META http-equiv=Content-Type content=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;META content=&quot;MSHTML 6.00.6000.16705&quot; name=GENERATOR&gt;&lt;/HEAD&gt;
&lt;BODY&gt;
&lt;DIV&gt;&lt;SPAN class=548203907-05102008&gt;&lt;FONT face=Arial size=2&gt;Hi,&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=548203907-05102008&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=548203907-05102008&gt;&lt;FONT face=Arial size=2&gt;From the CM11.PM 
file, I wish to write to the Error Log file.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=548203907-05102008&gt;&lt;FONT face=Arial size=2&gt;This will allow me 
to see when the CM11 stops responding via the WEB interface.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=548203907-05102008&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=548203907-05102008&gt;&lt;FONT face=Arial size=2&gt;I have tried 
print_log &amp;amp; error_log&quot;No response from CM11&quot; but when I make this mod MH no 
longer starts.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV align=left&gt;
&lt;P&gt;&lt;FONT face=Arial size=2&gt;Regards,&lt;/FONT&gt; &lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;FONT face=&quot;Times New Roman&quot; size=4&gt;Neil Wrightson.&lt;/FONT&gt;&lt;/B&gt; 
&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;
&lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br /&gt;________________________________________________________
&lt;br&gt;To unsubscribe from this list, go to: &lt;a href=&quot;http://sourceforge.net/mail/?group_id=1365&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/mail/?group_id=1365&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Misterhouse---User-f14394.html&quot; embed=&quot;fixTarget[14394]&quot; target=&quot;_top&quot; &gt;Misterhouse - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Logging-to-the-Error-file-from-a-PM-file.-tp19821442p19821442.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19820563</id>
	<title>Re: EZSnsRF</title>
	<published>2008-10-04T20:53:19Z</published>
	<updated>2008-10-04T20:53:19Z</updated>
	<author>
		<name>Dave Stenhouse-2</name>
	</author>
	<content type="html">Gregg Liming wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Jeffrey C Honig wrote:
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; Anyone using this with MH? &amp;nbsp;I just received the one I ordered. &amp;nbsp;I have
&lt;br&gt;&amp;gt;&amp;gt; not noticed support in MH and wondering there is another configuration I
&lt;br&gt;&amp;gt;&amp;gt; need to use. &amp;nbsp;Or does code need to be written?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I have a remote bell and motion sensor at my gate. &amp;nbsp;Currently I'm using
&lt;br&gt;&amp;gt;&amp;gt; a Powerflash interface with the standard Dakota receiver and am hoping
&lt;br&gt;&amp;gt;&amp;gt; this will work better.
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I just took a quick look at the &amp;quot;quick-start guide&amp;quot; (which rarely gives 
&lt;br&gt;&amp;gt; useful, detailed info). &amp;nbsp;From my perusal, it looks like your individual 
&lt;br&gt;&amp;gt; devices get mapped into insteon group numbers. &amp;nbsp;How that happens isn't 
&lt;br&gt;&amp;gt; all that obvious (to me); so, you'll have to figure it out.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Let's suppose that your motion sensor is mapped to group 3 and that your 
&lt;br&gt;&amp;gt; ExSnsRF's insteon address is 12.34.56. &amp;nbsp;Then, define the following in 
&lt;br&gt;&amp;gt; your items.mht:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; IPLL, 12.34.56:03, gate_motion_sensor, &amp;nbsp;Sensors, plm
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Note that you'll have to adjust your plm reference to it's real name. 
&lt;br&gt;&amp;gt; Also, note the padding of the group number with a zero.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Next, just link your new gate_motion_sensor to your plm via the &amp;quot;link to 
&lt;br&gt;&amp;gt; interface&amp;quot; web function as is described in 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://misterhouse.wikispaces.com/Insteon+Linking+and+Scenes&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://misterhouse.wikispaces.com/Insteon+Linking+and+Scenes&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; [ Dave S. -- if you're seeing this, you might try the same approach as 
&lt;br&gt;&amp;gt; above to link your ControlLinc buttons. ]
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I would suggest just trying one of these to see if it works ok. &amp;nbsp;If so, 
&lt;br&gt;&amp;gt; then let us know as I'm beginning to work on a table of what devices are 
&lt;br&gt;&amp;gt; supported and to the degree that they are.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I see a reference in my devcat table to a SimpleHomeNet EZX10RF; I don't 
&lt;br&gt;&amp;gt; know if that's another name for your device or not. &amp;nbsp;If so, then it is 
&lt;br&gt;&amp;gt; i2. &amp;nbsp;So, although the simple linking support w/i mh will likely work, I 
&lt;br&gt;&amp;gt; don't know about more complex linking management. &amp;nbsp;I really need to get 
&lt;br&gt;&amp;gt; my hands on a more complex i2 device to try the extended commands out.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; If you encounter problems w/ the above, then read 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://misterhouse.wikispaces.com/Insteon+Devices+-+Quirks+and+Hints#gettinghelp&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://misterhouse.wikispaces.com/Insteon+Devices+-+Quirks+and+Hints#gettinghelp&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Gregg
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;I was able to link a controlinc button in that manner, which is tres 
&lt;br&gt;cool. &amp;nbsp;With debug-insteon on, here's a snippet of me pressing button 2 on.
&lt;br&gt;10/04/08 11:47:04 PM [Insteon_PLM] Parsing serial data: 
&lt;br&gt;025005356c000002cb1100
&lt;br&gt;10/04/08 11:47:04 PM [Insteon_Device] command:11; type:alllink; group: 02
&lt;br&gt;10/04/08 11:47:04 PM [Insteon_Device] found: on
&lt;br&gt;10/04/08 11:47:04 PM [Insteon_PLM] Processing message for 
&lt;br&gt;$downstairs_button_2
&lt;br&gt;10/04/08 11:47:04 PM [Insteon_Device] $downstairs_button_2::set(on, 
&lt;br&gt;Insteon_Link=HASH(0xa3f5788))
&lt;br&gt;10/04/08 11:47:04 PM [Insteon_PLM] Parsing serial data: 
&lt;br&gt;025005356c0edbcb411102
&lt;br&gt;10/04/08 11:47:04 PM [Insteon_Device] command:11; type:cleanup; group: 02
&lt;br&gt;10/04/08 11:47:04 PM [Insteon_Device] found: on
&lt;br&gt;10/04/08 11:47:04 PM [Insteon_PLM] Processing message for 
&lt;br&gt;$downstairs_button_2
&lt;br&gt;Pretty cool! &amp;nbsp;So I am reviewing 
&lt;br&gt;&lt;a href=&quot;http://misterhouse.wikispaces.com/Insteon+Linking+and+Scenes&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://misterhouse.wikispaces.com/Insteon+Linking+and+Scenes&lt;/a&gt;&lt;br&gt;I want to have misterhouse control the devices, because it's a real PITA 
&lt;br&gt;to set on level and ramp rates otherwise. &amp;nbsp;There is a great example 
&lt;br&gt;there for having misterhouse monitor the status, and I'm guessing that 
&lt;br&gt;the next paragraph discusses having misterhouse control things, but 
&lt;br&gt;that's where I'm getting buggered up. &amp;nbsp;I'm not asking for help (yet)- 
&lt;br&gt;just giving a progress report.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;________________________________________________________
&lt;br&gt;To unsubscribe from this list, go to: &lt;a href=&quot;http://sourceforge.net/mail/?group_id=1365&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/mail/?group_id=1365&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Misterhouse---User-f14394.html&quot; embed=&quot;fixTarget[14394]&quot; target=&quot;_top&quot; &gt;Misterhouse - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/EZSnsRF-tp19801956p19820563.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19814905</id>
	<title>insteon thermostat</title>
	<published>2008-10-04T10:53:20Z</published>
	<updated>2008-10-04T10:53:20Z</updated>
	<author>
		<name>Matthew Plumb-2</name>
	</author>
	<content type="html">&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot;&gt;&lt;tr&gt;&lt;td valign=&quot;top&quot; style=&quot;font: inherit;&quot;&gt;Hello,&lt;br&gt;&lt;br&gt;I'm interested in automating my thermostat and noticed that insteon now has one.&amp;nbsp; I saw a post a while back about this but there wasn't much info on it.&lt;br&gt;&lt;br&gt;I get the feeling that misterhouse doesn't support this device directly yet, but does anyone know how I could go about communicating with it. I couldn't find any useful info on the smarthome site, other than how to link a single setting to a remote or keypad.&lt;br&gt;&lt;br&gt;Could someone either point me to a useful document that would explain in detail how this thing works, or even suggest another device that would be more suited to this application?&lt;br&gt;&lt;br&gt;Thanks a lot&lt;br&gt;Matt&lt;br&gt;&lt;br&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br&gt;
      &lt;hr size=1&gt;
Looking for the perfect gift?&lt;a href=&quot;http://www.flickr.com/gift/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;b&gt; Give the gift of Flickr!&lt;/b&gt;&lt;/a&gt;&lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br /&gt;________________________________________________________
&lt;br&gt;To unsubscribe from this list, go to: &lt;a href=&quot;http://sourceforge.net/mail/?group_id=1365&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/mail/?group_id=1365&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Misterhouse---User-f14394.html&quot; embed=&quot;fixTarget[14394]&quot; target=&quot;_top&quot; &gt;Misterhouse - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/insteon-thermostat-tp19814905p19814905.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19814572</id>
	<title>Transmit coverage TW523</title>
	<published>2008-10-04T10:17:39Z</published>
	<updated>2008-10-04T10:17:39Z</updated>
	<author>
		<name>Don Wilde-4</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;&gt;
&lt;HTML&gt;&lt;HEAD&gt;
&lt;META http-equiv=Content-Type content=text/html;charset=ISO-8859-1&gt;
&lt;META content=&quot;MSHTML 6.00.6000.16705&quot; name=GENERATOR&gt;

&lt;/HEAD&gt;
&lt;BODY text=#000000 bgColor=#ffffff&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;Dear Listmates;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;I am still using a TW523&amp;nbsp; fox X10 
access.&amp;nbsp; It works fine for receiving signals from other remotes, and will 
send commands to most,&amp;nbsp;but&amp;nbsp;some of the devices don't respond to it, 
even though it sees commands sent via other remotes correctly.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;I tried blocking stereo, TV and computer with no 
success.&amp;nbsp;&amp;nbsp; This is an older house with part old and part newer wiring, 
but the 523 is on the new wiring and so are the devices it hears but can't send 
to.&amp;nbsp; The&amp;nbsp;only quirk is the&amp;nbsp;ones it can't talk to are all in the 
garage.&amp;nbsp; &lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;Any thoughts of what might be wrong, and solutions 
or things I might try?&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;Thanks&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;Don&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;
&lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br /&gt;________________________________________________________
&lt;br&gt;To unsubscribe from this list, go to: &lt;a href=&quot;http://sourceforge.net/mail/?group_id=1365&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/mail/?group_id=1365&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Misterhouse---User-f14394.html&quot; embed=&quot;fixTarget[14394]&quot; target=&quot;_top&quot; &gt;Misterhouse - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Creating-a-forum-instead-of-a-mailing-list-for-MH-tp19679852p19814572.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19814283</id>
	<title>Honeywell HVAC interface</title>
	<published>2008-10-04T09:54:56Z</published>
	<updated>2008-10-04T09:54:56Z</updated>
	<author>
		<name>David Campbell</name>
	</author>
	<content type="html">Has anyone connected either the Honeywell Series 8000 Thermostat or Honeywell Network Zoning panel to MisterHouse ?
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Misterhouse---User-f14394.html&quot; embed=&quot;fixTarget[14394]&quot; target=&quot;_top&quot; &gt;Misterhouse - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Honeywell-HVAC-interface-tp19814283p19814283.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19812709</id>
	<title>Web page DNS resolution and location</title>
	<published>2008-10-04T07:39:31Z</published>
	<updated>2008-10-04T07:39:31Z</updated>
	<author>
		<name>Rick Steeves</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;I have something weird going on. My DNS is set up so that:
&lt;br&gt;eee &amp;nbsp; &amp;nbsp; A &amp;nbsp; &amp;nbsp; &amp;nbsp; 192.168.2.37
&lt;br&gt;mh &amp;nbsp; &amp;nbsp; &amp;nbsp;CNAME &amp;nbsp; eee.home.sinister.net.
&lt;br&gt;misterhouse &amp;nbsp; &amp;nbsp; CNAME &amp;nbsp; eee.home.sinister.net.
&lt;br&gt;&lt;br&gt;nslookup checks validate that everything works, qualified and unqualified.
&lt;br&gt;&lt;br&gt;Yet when I browse to:
&lt;br&gt;http://[url]/ia5/index.shtml
&lt;br&gt;where url = eee, eee.home.sinister.net
&lt;br&gt;it works, but
&lt;br&gt;where url = mh, misterhouse, misterhouse.home.sinister.net, 
&lt;br&gt;mh.home.sinister.net
&lt;br&gt;I get page not found.
&lt;br&gt;&lt;br&gt;weird. I'd swear this used to work.
&lt;br&gt;&lt;br&gt;Second question: I'd like to change the default URL to a flat 
&lt;br&gt;&lt;a href=&quot;http://misterhouse&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://misterhouse&lt;/a&gt;&amp;nbsp;(without the ia5 reference) . Can anyone point me 
&lt;br&gt;to the right spot in the web code to change that?
&lt;br&gt;&lt;br&gt;thanks!
&lt;br&gt;&lt;br&gt;Rick
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;________________________________________________________
&lt;br&gt;To unsubscribe from this list, go to: &lt;a href=&quot;http://sourceforge.net/mail/?group_id=1365&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/mail/?group_id=1365&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Misterhouse---User-f14394.html&quot; embed=&quot;fixTarget[14394]&quot; target=&quot;_top&quot; &gt;Misterhouse - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/EZSnsRF-tp19801956p19812709.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19818638</id>
	<title>sf's inadequate support for mh</title>
	<published>2008-10-03T20:36:55Z</published>
	<updated>2008-10-03T20:36:55Z</updated>
	<author>
		<name>Gregg Liming</name>
	</author>
	<content type="html">I seem to be fighting sf's ability to support valid posts these days 
&lt;br&gt;more so than doing real work in trying to respond.
&lt;br&gt;&lt;br&gt;&amp;nbsp;From here out, please do not expect me to respond to any insteon, xAP, 
&lt;br&gt;xPL or any other portion of mh that I have contributed to until sf can 
&lt;br&gt;fix their problems. &amp;nbsp;I do welcome any of you to contact me directly 
&lt;br&gt;off-list if you have problems and I will try to resolve them.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;Gregg
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;________________________________________________________
&lt;br&gt;To unsubscribe from this list, go to: &lt;a href=&quot;http://sourceforge.net/mail/?group_id=1365&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/mail/?group_id=1365&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Misterhouse---User-f14394.html&quot; embed=&quot;fixTarget[14394]&quot; target=&quot;_top&quot; &gt;Misterhouse - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/sf%27s-inadequate-support-for-mh-tp19818638p19818638.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19818646</id>
	<title>sf's inadequate support for mh</title>
	<published>2008-10-03T20:33:22Z</published>
	<updated>2008-10-03T20:33:22Z</updated>
	<author>
		<name>Gregg Liming</name>
	</author>
	<content type="html">I seem to be fighting sf's ability to support valid posts these days 
&lt;br&gt;more so than doing real work in trying to respond.
&lt;br&gt;&lt;br&gt;&amp;nbsp;From here out, please do not expect me to respond to any insteon, xAP, 
&lt;br&gt;xPL or any other portion of mh that I have contributed to until sf can 
&lt;br&gt;fix their problems. &amp;nbsp;I do welcome any of you to contact me directly 
&lt;br&gt;off-list if you have problems and I will try to resolve them.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;Gregg
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;________________________________________________________
&lt;br&gt;To unsubscribe from this list, go to: &lt;a href=&quot;http://sourceforge.net/mail/?group_id=1365&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/mail/?group_id=1365&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Misterhouse---User-f14394.html&quot; embed=&quot;fixTarget[14394]&quot; target=&quot;_top&quot; &gt;Misterhouse - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/sf%27s-inadequate-support-for-mh-tp19818646p19818646.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19818645</id>
	<title>Re: EZSnsRF</title>
	<published>2008-10-03T20:28:11Z</published>
	<updated>2008-10-03T20:28:11Z</updated>
	<author>
		<name>Gregg Liming</name>
	</author>
	<content type="html">[ Try #2. &amp;nbsp;Oh, this is now getting to be far more than annoying. 
&lt;br&gt;Perhaps, this will be my last attempt to respond back through sf. ]
&lt;br&gt;&lt;br&gt;Jeffrey C Honig wrote:
&lt;br&gt;&amp;nbsp;&amp;gt; [ I did not see this post, trying again - jch ]
&lt;br&gt;&lt;br&gt;I know what you mean. &amp;nbsp;These days it seems better to simply ignore the 
&lt;br&gt;list than try to fight sf's obviously problematic servers. &amp;nbsp;I'll be 
&lt;br&gt;shocked if their overly rigid content filters let this pass.
&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;gt; Gregg wrote:
&lt;br&gt;&amp;nbsp;&amp;gt;&amp;gt; I just took a quick look at the &amp;quot;quick-start guide&amp;quot; (which rarely gives
&lt;br&gt;&amp;nbsp;&amp;gt;&amp;gt; useful, detailed info). From my perusal, it looks like your individual
&lt;br&gt;&amp;nbsp;&amp;gt;&amp;gt; devices get mapped into insteon group numbers. How that happens isn't
&lt;br&gt;&amp;nbsp;&amp;gt;&amp;gt; all that obvious (to me); so, you'll have to figure it out.
&lt;br&gt;&amp;nbsp;&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;gt;&amp;gt; ...
&lt;br&gt;&amp;nbsp;&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;gt;&amp;gt; I would suggest just trying one of these to see if it works ok. If so,
&lt;br&gt;&amp;nbsp;&amp;gt;&amp;gt; then let us know as I'm beginning to work on a table of what devices are
&lt;br&gt;&amp;nbsp;&amp;gt;&amp;gt; supported and to the degree that they are.
&lt;br&gt;&amp;nbsp;&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;gt; Thanks I'll try that.
&lt;br&gt;&amp;nbsp;&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;gt; Simplehomenet has some VB utilities, but they require the 2414S, not the
&lt;br&gt;&amp;nbsp;&amp;gt; 2412S so I couldn't hook my PLM to a Windows box.
&lt;br&gt;&lt;br&gt;I was hoping/expecting that there might be some manual means for you to 
&lt;br&gt;acquire a group number. &amp;nbsp;Possibly, it's on a first come--first serve 
&lt;br&gt;basis. &amp;nbsp;If it's not obvious, then my suggestion would be to make 
&lt;br&gt;inquiries of the company as to how you can perform the &amp;quot;pairing&amp;quot; and 
&lt;br&gt;know definitely which group number is assigned. &amp;nbsp;If the only answer is 
&lt;br&gt;to use a specific device on a specific OS, then they are after a 
&lt;br&gt;different audience.
&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;gt;&amp;gt; I see a reference in my devcat table to a SimpleHomeNet EZX10RF; I don't
&lt;br&gt;&amp;nbsp;&amp;gt;&amp;gt; know if that's another name for your device or not. If so, then it is
&lt;br&gt;&amp;nbsp;&amp;gt;&amp;gt; i2. So, although the simple linking support w/i mh will likely work, I
&lt;br&gt;&amp;nbsp;&amp;gt;&amp;gt; don't know about more complex linking management. I really need to get
&lt;br&gt;&amp;nbsp;&amp;gt;&amp;gt; my hands on a more complex i2 device to try the extended commands out.
&lt;br&gt;&amp;nbsp;&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;gt; No, different devices. &amp;nbsp;This device is specific to the Dakota Alert 3000
&lt;br&gt;&amp;nbsp;&amp;gt; remote sensors:
&lt;br&gt;&amp;nbsp;&amp;gt; &lt;a href=&quot;http://www.smarthome.com/_/ProductResults.aspx?Ntt=3D3Ddakota&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.smarthome.com/_/ProductResults.aspx?Ntt=3D3Ddakota&lt;/a&gt;&lt;br&gt;&amp;nbsp;&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;gt; SimpleHomeNet seems to have a bunch of documentation:
&lt;br&gt;&amp;nbsp;&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;gt; &lt;a href=&quot;http://www.simplehomenet.com/support.asp?page_id=3D3DsupDownloads&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.simplehomenet.com/support.asp?page_id=3D3DsupDownloads&lt;/a&gt;&lt;br&gt;&lt;br&gt;Thanks for those references. &amp;nbsp;I'll take a look as I get the chance.
&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;gt; On a side note, I see that Paul Niklewski at SHN commented on supporting
&lt;br&gt;&amp;nbsp;&amp;gt; the EZSrve back in July, that support would be cool to have as it would
&lt;br&gt;&amp;nbsp;&amp;gt; let MH share access with the above utilities.
&lt;br&gt;&lt;br&gt;If he is actively acknowledging misterhouse, then I would expect that 
&lt;br&gt;you would have absolutely no problems getting the level of support 
&lt;br&gt;required as mentioned above. &amp;nbsp;Perhaps, this would be a good test.
&lt;br&gt;&lt;br&gt;Gregg
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;________________________________________________________
&lt;br&gt;To unsubscribe from this list, go to: &lt;a href=&quot;http://sourceforge.net/mail/?group_id=1365&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/mail/?group_id=1365&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Misterhouse---User-f14394.html&quot; embed=&quot;fixTarget[14394]&quot; target=&quot;_top&quot; &gt;Misterhouse - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/EZSnsRF-tp19801956p19818645.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19818654</id>
	<title>Re: EZSnsRF</title>
	<published>2008-10-03T20:17:49Z</published>
	<updated>2008-10-03T20:17:49Z</updated>
	<author>
		<name>Gregg Liming</name>
	</author>
	<content type="html">Jeffrey C Honig wrote:
&lt;br&gt;&amp;gt; [ I did not see this post, trying again - jch ]
&lt;br&gt;&lt;br&gt;I know what you mean. &amp;nbsp;These days it seems better to simply ignore the 
&lt;br&gt;list than try to fight sf's obviously problematic servers. &amp;nbsp;I'll be 
&lt;br&gt;shocked if their overly rigid content filters let this pass.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Gregg wrote:
&lt;br&gt;&amp;gt;&amp;gt; I just took a quick look at the &amp;quot;quick-start guide&amp;quot; (which rarely gives
&lt;br&gt;&amp;gt;&amp;gt; useful, detailed info). From my perusal, it looks like your individual
&lt;br&gt;&amp;gt;&amp;gt; devices get mapped into insteon group numbers. How that happens isn't
&lt;br&gt;&amp;gt;&amp;gt; all that obvious (to me); so, you'll have to figure it out.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; ...
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; I would suggest just trying one of these to see if it works ok. If so,
&lt;br&gt;&amp;gt;&amp;gt; then let us know as I'm beginning to work on a table of what devices are
&lt;br&gt;&amp;gt;&amp;gt; supported and to the degree that they are.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks I'll try that.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Simplehomenet has some VB utilities, but they require the 2414S, not the
&lt;br&gt;&amp;gt; 2412S so I couldn't hook my PLM to a Windows box.
&lt;/div&gt;&lt;br&gt;I was hoping/expecting that there might be some manual means for you to 
&lt;br&gt;acquire a group number. &amp;nbsp;Possibly, it's on a first come--first serve 
&lt;br&gt;basis. &amp;nbsp;If it's not obvious, then my suggestion would be to make 
&lt;br&gt;inquiries of the company as to how you can perform the &amp;quot;pairing&amp;quot; and 
&lt;br&gt;know definitely which group number is assigned. &amp;nbsp;If the only answer is 
&lt;br&gt;to use a specific device on a specific OS, then they are after a 
&lt;br&gt;different audience.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt; I see a reference in my devcat table to a SimpleHomeNet EZX10RF; I don't
&lt;br&gt;&amp;gt;&amp;gt; know if that's another name for your device or not. If so, then it is
&lt;br&gt;&amp;gt;&amp;gt; i2. So, although the simple linking support w/i mh will likely work, I
&lt;br&gt;&amp;gt;&amp;gt; don't know about more complex linking management. I really need to get
&lt;br&gt;&amp;gt;&amp;gt; my hands on a more complex i2 device to try the extended commands out.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; No, different devices. &amp;nbsp;This device is specific to the Dakota Alert 3000
&lt;br&gt;&amp;gt; remote sensors:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.smarthome.com/_/ProductResults.aspx?Ntt=3D3Ddakota&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.smarthome.com/_/ProductResults.aspx?Ntt=3D3Ddakota&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; SimpleHomeNet seems to have a bunch of documentation:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.simplehomenet.com/support.asp?page_id=3D3DsupDownloads&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.simplehomenet.com/support.asp?page_id=3D3DsupDownloads&lt;/a&gt;&lt;/div&gt;&lt;br&gt;Thanks for those references. &amp;nbsp;I'll take a look as I get the chance.
&lt;br&gt;&lt;br&gt;&amp;gt; On a side note, I see that Paul Niklewski at SHN commented on supporting
&lt;br&gt;&amp;gt; the EZSrve back in July, that support would be cool to have as it would
&lt;br&gt;&amp;gt; let MH share access with the above utilities.
&lt;br&gt;&lt;br&gt;If he is actively acknowledging misterhouse, then I would expect that 
&lt;br&gt;you would have absolutely no problems getting the level of support 
&lt;br&gt;required as mentioned above. &amp;nbsp;Perhaps, this would be a good test.
&lt;br&gt;&lt;br&gt;Gregg
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;________________________________________________________
&lt;br&gt;To unsubscribe from this list, go to: &lt;a href=&quot;http://sourceforge.net/mail/?group_id=1365&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/mail/?group_id=1365&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Misterhouse---User-f14394.html&quot; embed=&quot;fixTarget[14394]&quot; target=&quot;_top&quot; &gt;Misterhouse - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/EZSnsRF-tp19801956p19818654.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19808391</id>
	<title>Re: EZSnsRF</title>
	<published>2008-10-03T18:49:31Z</published>
	<updated>2008-10-03T18:49:31Z</updated>
	<author>
		<name>Jeffrey C Honig-2</name>
	</author>
	<content type="html">[ I did not see this post, trying again - jch ]
&lt;br&gt;&lt;br&gt;Gregg wrote:
&lt;br&gt;&amp;gt; I just took a quick look at the &amp;quot;quick-start guide&amp;quot; (which rarely gives
&lt;br&gt;&amp;gt; useful, detailed info). From my perusal, it looks like your individual
&lt;br&gt;&amp;gt; devices get mapped into insteon group numbers. How that happens isn't
&lt;br&gt;&amp;gt; all that obvious (to me); so, you'll have to figure it out.
&lt;br&gt;&lt;br&gt;&amp;gt; ...
&lt;br&gt;&lt;br&gt;&amp;gt; I would suggest just trying one of these to see if it works ok. If so,
&lt;br&gt;&amp;gt; then let us know as I'm beginning to work on a table of what devices are
&lt;br&gt;&amp;gt; supported and to the degree that they are.
&lt;br&gt;&lt;br&gt;Thanks I'll try that.
&lt;br&gt;&lt;br&gt;Simplehomenet has some VB utilities, but they require the 2414S, not the
&lt;br&gt;2412S so I couldn't hook my PLM to a Windows box.
&lt;br&gt;&lt;br&gt;&amp;gt; I see a reference in my devcat table to a SimpleHomeNet EZX10RF; I don't
&lt;br&gt;&amp;gt; know if that's another name for your device or not. If so, then it is
&lt;br&gt;&amp;gt; i2. So, although the simple linking support w/i mh will likely work, I
&lt;br&gt;&amp;gt; don't know about more complex linking management. I really need to get
&lt;br&gt;&amp;gt; my hands on a more complex i2 device to try the extended commands out.
&lt;br&gt;&lt;br&gt;No, different devices. &amp;nbsp;This device is specific to the Dakota Alert 3000
&lt;br&gt;remote sensors:
&lt;br&gt;&lt;a href=&quot;http://www.smarthome.com/_/ProductResults.aspx?Ntt=3D3Ddakota&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.smarthome.com/_/ProductResults.aspx?Ntt=3D3Ddakota&lt;/a&gt;&lt;br&gt;&lt;br&gt;SimpleHomeNet seems to have a bunch of documentation:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.simplehomenet.com/support.asp?page_id=3D3DsupDownloads&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.simplehomenet.com/support.asp?page_id=3D3DsupDownloads&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;On a side note, I see that Paul Niklewski at SHN commented on supporting
&lt;br&gt;the EZSrve back in July, that support would be cool to have as it would
&lt;br&gt;let MH share access with the above utilities.
&lt;br&gt;&lt;br&gt;Thanks (谢谢).
&lt;br&gt;&lt;br&gt;Jeff
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Jeffrey C. Honig &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19808391&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jch@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;a href=&quot;http://www.honig.net/jch&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.honig.net/jch&lt;/a&gt;&lt;br&gt;GnuPG ID:14E29E13 &amp;lt;&lt;a href=&quot;http://www.honig.net/jch/key.shtml&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.honig.net/jch/key.shtml&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;________________________________________________________
&lt;br&gt;To unsubscribe from this list, go to: &lt;a href=&quot;http://sourceforge.net/mail/?group_id=1365&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/mail/?group_id=1365&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Misterhouse---User-f14394.html&quot; embed=&quot;fixTarget[14394]&quot; target=&quot;_top&quot; &gt;Misterhouse - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/EZSnsRF-tp19801956p19808391.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19818597</id>
	<title>Re: EZSnsRF</title>
	<published>2008-10-03T14:51:50Z</published>
	<updated>2008-10-03T14:51:50Z</updated>
	<author>
		<name>Jeffrey C Honig-2</name>
	</author>
	<content type="html">Gregg wrote:
&lt;br&gt;&amp;gt; I just took a quick look at the &amp;quot;quick-start guide&amp;quot; (which rarely gives
&lt;br&gt;&amp;gt; useful, detailed info). From my perusal, it looks like your individual
&lt;br&gt;&amp;gt; devices get mapped into insteon group numbers. How that happens isn't
&lt;br&gt;&amp;gt; all that obvious (to me); so, you'll have to figure it out.
&lt;br&gt;&lt;br&gt;&amp;gt; ...
&lt;br&gt;&lt;br&gt;&amp;gt; I would suggest just trying one of these to see if it works ok. If so,
&lt;br&gt;&amp;gt; then let us know as I'm beginning to work on a table of what devices are
&lt;br&gt;&amp;gt; supported and to the degree that they are.
&lt;br&gt;&lt;br&gt;Thanks I'll try that.
&lt;br&gt;&lt;br&gt;Simplehomenet has some VB utilities, but they require the 2414S, not the
&lt;br&gt;2412S so I couldn't hook my PLM to a Windows box.
&lt;br&gt;&lt;br&gt;&amp;gt; I see a reference in my devcat table to a SimpleHomeNet EZX10RF; I don't
&lt;br&gt;&amp;gt; know if that's another name for your device or not. If so, then it is
&lt;br&gt;&amp;gt; i2. So, although the simple linking support w/i mh will likely work, I
&lt;br&gt;&amp;gt; don't know about more complex linking management. I really need to get
&lt;br&gt;&amp;gt; my hands on a more complex i2 device to try the extended commands out.
&lt;br&gt;&lt;br&gt;No, different devices. &amp;nbsp;This device is specific to the Dakota Alert 3000
&lt;br&gt;remote sensors:
&lt;br&gt;&lt;a href=&quot;http://www.smarthome.com/_/ProductResults.aspx?Ntt=3Ddakota&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.smarthome.com/_/ProductResults.aspx?Ntt=3Ddakota&lt;/a&gt;&lt;br&gt;&lt;br&gt;SimpleHomeNet seems to have a bunch of documentation:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.simplehomenet.com/support.asp?page_id=3DsupDownloads&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.simplehomenet.com/support.asp?page_id=3DsupDownloads&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;On a side note, I see that Paul Niklewski at SHN commented on supporting
&lt;br&gt;the EZSrve back in July, that support would be cool to have as it would
&lt;br&gt;let MH share access with the above utilities.
&lt;br&gt;&lt;br&gt;Thanks (谢谢).
&lt;br&gt;&lt;br&gt;Jeff
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Jeffrey C. Honig &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19818597&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jch@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;a href=&quot;http://www.honig.net/jch&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.honig.net/jch&lt;/a&gt;&lt;br&gt;GnuPG ID:14E29E13 &amp;lt;&lt;a href=&quot;http://www.honig.net/jch/key.shtml&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.honig.net/jch/key.shtml&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;________________________________________________________
&lt;br&gt;To unsubscribe from this list, go to: &lt;a href=&quot;http://sourceforge.net/mail/?group_id=1365&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/mail/?group_id=1365&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Misterhouse---User-f14394.html&quot; embed=&quot;fixTarget[14394]&quot; target=&quot;_top&quot; &gt;Misterhouse - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/EZSnsRF-tp19801956p19818597.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19804005</id>
	<title>Re: EZSnsRF</title>
	<published>2008-10-03T12:19:15Z</published>
	<updated>2008-10-03T12:19:15Z</updated>
	<author>
		<name>Gregg Liming</name>
	</author>
	<content type="html">Jeffrey C Honig wrote:
&lt;br&gt;&amp;nbsp;&amp;gt; Anyone using this with MH? &amp;nbsp;I just received the one I ordered. &amp;nbsp;I have
&lt;br&gt;&amp;nbsp;&amp;gt; not noticed support in MH and wondering there is another configuration I
&lt;br&gt;&amp;nbsp;&amp;gt; need to use. &amp;nbsp;Or does code need to be written?
&lt;br&gt;&amp;nbsp;&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;gt; I have a remote bell and motion sensor at my gate. &amp;nbsp;Currently I'm using
&lt;br&gt;&amp;nbsp;&amp;gt; a Powerflash interface with the standard Dakota receiver and am hoping
&lt;br&gt;&amp;nbsp;&amp;gt; this will work better.
&lt;br&gt;&lt;br&gt;I just took a quick look at the &amp;quot;quick-start guide&amp;quot; (which rarely gives 
&lt;br&gt;useful, detailed info). &amp;nbsp;From my perusal, it looks like your individual 
&lt;br&gt;devices get mapped into insteon group numbers. &amp;nbsp;How that happens isn't 
&lt;br&gt;all that obvious (to me); so, you'll have to figure it out.
&lt;br&gt;&lt;br&gt;Let's suppose that your motion sensor is mapped to group 3 and that your 
&lt;br&gt;ExSnsRF's insteon address is 12.34.56. &amp;nbsp;Then, define the following in 
&lt;br&gt;your items.mht:
&lt;br&gt;&lt;br&gt;IPLL, 12.34.56:03, gate_motion_sensor, &amp;nbsp;Sensors, plm
&lt;br&gt;&lt;br&gt;Note that you'll have to adjust your plm reference to it's real name. 
&lt;br&gt;Also, note the padding of the group number with a zero.
&lt;br&gt;&lt;br&gt;Next, just link your new gate_motion_sensor to your plm via the &amp;quot;link to 
&lt;br&gt;interface&amp;quot; web function as is described in 
&lt;br&gt;&lt;a href=&quot;http://misterhouse.wikispaces.com/Insteon+Linking+and+Scenes&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://misterhouse.wikispaces.com/Insteon+Linking+and+Scenes&lt;/a&gt;&lt;br&gt;&lt;br&gt;[ Dave S. -- if you're seeing this, you might try the same approach as 
&lt;br&gt;above to link your ControlLinc buttons. ]
&lt;br&gt;&lt;br&gt;I would suggest just trying one of these to see if it works ok. &amp;nbsp;If so, 
&lt;br&gt;then let us know as I'm beginning to work on a table of what devices are 
&lt;br&gt;supported and to the degree that they are.
&lt;br&gt;&lt;br&gt;I see a reference in my devcat table to a SimpleHomeNet EZX10RF; I don't 
&lt;br&gt;know if that's another name for your device or not. &amp;nbsp;If so, then it is 
&lt;br&gt;i2. &amp;nbsp;So, although the simple linking support w/i mh will likely work, I 
&lt;br&gt;don't know about more complex linking management. &amp;nbsp;I really need to get 
&lt;br&gt;my hands on a more complex i2 device to try the extended commands out.
&lt;br&gt;&lt;br&gt;If you encounter problems w/ the above, then read 
&lt;br&gt;&lt;a href=&quot;http://misterhouse.wikispaces.com/Insteon+Devices+-+Quirks+and+Hints#gettinghelp&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://misterhouse.wikispaces.com/Insteon+Devices+-+Quirks+and+Hints#gettinghelp&lt;/a&gt;&lt;br&gt;&lt;br&gt;Gregg
&lt;br&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;________________________________________________________
&lt;br&gt;To unsubscribe from this list, go to: &lt;a href=&quot;http://sourceforge.net/mail/?group_id=1365&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/mail/?group_id=1365&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Misterhouse---User-f14394.html&quot; embed=&quot;fixTarget[14394]&quot; target=&quot;_top&quot; &gt;Misterhouse - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/EZSnsRF-tp19801956p19804005.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19818569</id>
	<title>Re: EZSnsRF</title>
	<published>2008-10-03T11:15:37Z</published>
	<updated>2008-10-03T11:15:37Z</updated>
	<author>
		<name>Gregg Liming</name>
	</author>
	<content type="html">Jeffrey C Honig wrote:
&lt;br&gt;&amp;gt; Anyone using this with MH? &amp;nbsp;I just received the one I ordered. &amp;nbsp;I have
&lt;br&gt;&amp;gt; not noticed support in MH and wondering there is another configuration I
&lt;br&gt;&amp;gt; need to use. &amp;nbsp;Or does code need to be written?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I have a remote bell and motion sensor at my gate. &amp;nbsp;Currently I'm using
&lt;br&gt;&amp;gt; a Powerflash interface with the standard Dakota receiver and am hoping
&lt;br&gt;&amp;gt; this will work better.
&lt;br&gt;&lt;br&gt;I just took a quick look at the &amp;quot;quick-start guide&amp;quot; (which rarely gives 
&lt;br&gt;useful, detailed info). &amp;nbsp;From my perusal, it looks like your individual 
&lt;br&gt;devices get mapped into insteon group numbers. &amp;nbsp;How that happens isn't 
&lt;br&gt;all that obvious (to me); so, you'll have to figure it out.
&lt;br&gt;&lt;br&gt;Let's suppose that your motion sensor is mapped to group 3 and that your 
&lt;br&gt;ExSnsRF's insteon address is 12.34.56. &amp;nbsp;Then, define the following in 
&lt;br&gt;your items.mht:
&lt;br&gt;&lt;br&gt;IPLL, 12.34.56:03, gate_motion_sensor, &amp;nbsp;Sensors, plm
&lt;br&gt;&lt;br&gt;Note that you'll have to adjust your plm reference to it's real name. 
&lt;br&gt;Also, note the padding of the group number with a zero.
&lt;br&gt;&lt;br&gt;Next, just link your new gate_motion_sensor to your plm via the &amp;quot;link to 
&lt;br&gt;interface&amp;quot; web function as is described in 
&lt;br&gt;&lt;a href=&quot;http://misterhouse.wikispaces.com/Insteon+Linking+and+Scenes&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://misterhouse.wikispaces.com/Insteon+Linking+and+Scenes&lt;/a&gt;&lt;br&gt;&lt;br&gt;[ Dave S. -- if you're seeing this, you might try the same approach as 
&lt;br&gt;above to link your ControlLinc buttons. ]
&lt;br&gt;&lt;br&gt;I would suggest just trying one of these to see if it works ok. &amp;nbsp;If so, 
&lt;br&gt;then let us know as I'm beginning to work on a table of what devices are 
&lt;br&gt;supported and to the degree that they are.
&lt;br&gt;&lt;br&gt;I see a reference in my devcat table to a SimpleHomeNet EZX10RF; I don't 
&lt;br&gt;know if that's another name for your device or not. &amp;nbsp;If so, then it is 
&lt;br&gt;i2. &amp;nbsp;So, although the simple linking support w/i mh will likely work, I 
&lt;br&gt;don't know about more complex linking management. &amp;nbsp;I really need to get 
&lt;br&gt;my hands on a more complex i2 device to try the extended commands out.
&lt;br&gt;&lt;br&gt;If you encounter problems w/ the above, then read 
&lt;br&gt;&lt;a href=&quot;http://misterhouse.wikispaces.com/Insteon+Devices+-+Quirks+and+Hints#gettinghelp&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://misterhouse.wikispaces.com/Insteon+Devices+-+Quirks+and+Hints#gettinghelp&lt;/a&gt;&lt;br&gt;&lt;br&gt;Gregg
&lt;br&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;________________________________________________________
&lt;br&gt;To unsubscribe from this list, go to: &lt;a href=&quot;http://sourceforge.net/mail/?group_id=1365&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/mail/?group_id=1365&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Misterhouse---User-f14394.html&quot; embed=&quot;fixTarget[14394]&quot; target=&quot;_top&quot; &gt;Misterhouse - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/EZSnsRF-tp19801956p19818569.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19801956</id>
	<title>EZSnsRF</title>
	<published>2008-10-03T10:03:46Z</published>
	<updated>2008-10-03T10:03:46Z</updated>
	<author>
		<name>Jeffrey C Honig-2</name>
	</author>
	<content type="html">Anyone using this with MH? &amp;nbsp;I just received the one I ordered. &amp;nbsp;I have
&lt;br&gt;not noticed support in MH and wondering there is another configuration I
&lt;br&gt;need to use. &amp;nbsp;Or does code need to be written?
&lt;br&gt;&lt;br&gt;I have a remote bell and motion sensor at my gate. &amp;nbsp;Currently I'm using
&lt;br&gt;a Powerflash interface with the standard Dakota receiver and am hoping
&lt;br&gt;this will work better.
&lt;br&gt;&lt;br&gt;I'm using a PLM on Linux using the latest from svn.
&lt;br&gt;&lt;br&gt;Thanks (谢谢).
&lt;br&gt;&lt;br&gt;Jeff
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Jeffrey C. Honig &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19801956&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jch@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;a href=&quot;http://www.honig.net/jch&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.honig.net/jch&lt;/a&gt;&lt;br&gt;GnuPG ID:14E29E13 &amp;lt;&lt;a href=&quot;http://www.honig.net/jch/key.shtml&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.honig.net/jch/key.shtml&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
&lt;br&gt;Build the coolest Linux based applications with Moblin SDK &amp; win great prizes
&lt;br&gt;Grand prize is a trip for two to an Open Source event anywhere in the world
&lt;br&gt;&lt;a href=&quot;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/&lt;/a&gt;&lt;br&gt;________________________________________________________
&lt;br&gt;To unsubscribe from this list, go to: &lt;a href=&quot;http://sourceforge.net/mail/?group_id=1365&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/mail/?group_id=1365&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Misterhouse---User-f14394.html&quot; embed=&quot;fixTarget[14394]&quot; target=&quot;_top&quot; &gt;Misterhouse - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/EZSnsRF-tp19801956p19801956.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19782157</id>
	<title>Re: Audrey setup question...  Suggestions?</title>
	<published>2008-10-02T08:53:33Z</published>
	<updated>2008-10-02T08:53:33Z</updated>
	<author>
		<name>xhawkx</name>
	</author>
	<content type="html">FINALLY!!! Got it... Never mind the post.. Thanks
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----- Original Message ----
&lt;br&gt;From: xhawkx &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19782157&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;xhawkx@...&lt;/a&gt;&amp;gt;
&lt;br&gt;To: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19782157&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;misterhouse-users@...&lt;/a&gt;
&lt;br&gt;Sent: Thursday, October 2, 2008 10:08:25 AM
&lt;br&gt;Subject: Re: [mh] Audrey setup question... &amp;nbsp;Suggestions?
&lt;br&gt;&lt;br&gt;&lt;br&gt;I am in the same boat as the OP on this. I have 2 compact flash cards... one
&lt;br&gt;that is a non-sandisk 32 meg and a 256 meg. I am running windows XP.
&lt;br&gt;&lt;br&gt;I have tried and tried but can't get past the &amp;quot;Fatal: invalid image&amp;quot; error
&lt;br&gt;on the left side of the screen
&lt;br&gt;I did try using th dd program as well.. I searched the net for a running
&lt;br&gt;castenet server to at least get a shell...
&lt;br&gt;Nothing is working for me. Anyone have any suggestions???
&lt;br&gt;&lt;br&gt;&lt;br&gt;Pete Flaherty wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Mike,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Don't dispair ... I havn't done a cf on windows for a while, I'll try to
&lt;br&gt;&amp;gt; get to it this weekend (today would be good )
&lt;br&gt;&amp;gt; and report back. &amp;nbsp;I'll also do some tweaking on the instructions should
&lt;br&gt;&amp;gt; I find any issues. Seems that &amp;nbsp;I havn't done this on an XP box, and
&lt;br&gt;&amp;gt; there may be some issues there (2K wirks though)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -Pete
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; On Fri, 2007-01-19 at 21:33 -0800, mbahr wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; I've spent some time