<?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>2009-07-09T08:25:33Z</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-24412585</id>
	<title>Re: Memory leaks - what causes them?</title>
	<published>2009-07-09T08:25:33Z</published>
	<updated>2009-07-09T08:25:33Z</updated>
	<author>
		<name>Gregg Liming</name>
	</author>
	<content type="html">Chris Barrett wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Just as a follow up to this – I finally had a bit of time to play with 
&lt;br&gt;&amp;gt; this and I think that I found the issue.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; It turns out that I had three NoExpire triggers set for “common” modules 
&lt;br&gt;&amp;gt; that I had installed at some stage but subsequently 
&lt;br&gt;&amp;gt; deactivated/disabled. &amp;nbsp;I deleted all three of the redundant triggers and 
&lt;br&gt;&amp;gt; now my leak (hemorrhage would be more appropriate) appears to have 
&lt;br&gt;&amp;gt; stopped. &amp;nbsp;The modules were “get AP news” (get_ap_breaking.pl), “get top 
&lt;br&gt;&amp;gt; 10 list” (internet_top10.pl), and “get daily news” (news_yahoo.pl). &amp;nbsp;I 
&lt;br&gt;&amp;gt; deleted all 3 triggers in one hit so I don’t know if it was one 
&lt;br&gt;&amp;gt; particular script that was causing the problem or if it was caused by MH 
&lt;br&gt;&amp;gt; trying to call routines that didn’t exist – the latter seems more likely.
&lt;/div&gt;&lt;br&gt;I took a quick look at news_yahoo.pl and noticed that the %news 
&lt;br&gt;hashtable never gets cleared out after writing out to the temporary 
&lt;br&gt;files. &amp;nbsp;So, it's pretty obvious where the problem lies with that one. 
&lt;br&gt;I'm guessing the same thing exists in the others as well.
&lt;br&gt;&lt;br&gt;Gregg
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Enter the BlackBerry Developer Challenge &amp;nbsp;
&lt;br&gt;This is your chance to win up to $100,000 in prizes! For a limited time, 
&lt;br&gt;vendors submitting new applications to BlackBerry App World(TM) will have
&lt;br&gt;the opportunity to enter the BlackBerry Developer Challenge. See full prize &amp;nbsp;
&lt;br&gt;details at: &lt;a href=&quot;http://p.sf.net/sfu/Challenge&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/Challenge&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/Memory-leaks---what-causes-them--tp21871322p24412585.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-24411110</id>
	<title>Re: UPB Links not working</title>
	<published>2009-07-09T08:14:56Z</published>
	<updated>2009-07-09T08:14:56Z</updated>
	<author>
		<name>Matt09</name>
	</author>
	<content type="html">Cool. Here's the relevant debugging info:
&lt;br&gt;&lt;br&gt;07/09/09 08:43:46 AM $a1001::set(off, )
&lt;br&gt;07/09/09 08:43:46 AM XLATE:deactivate_link:deactivate_link:
&lt;br&gt;07/09/09 08:43:46 AM Running set command: set $a1001 'off'
&lt;br&gt;07/09/09 08:43:41 AM $a1001::set(on, )
&lt;br&gt;07/09/09 08:43:41 AM XLATE:activate_link:activate_link:
&lt;br&gt;07/09/09 08:43:41 AM Running set command: set $a1001 'on'
&lt;br&gt;07/09/09 08:43:31 AM $a1::set(off, )
&lt;br&gt;07/09/09 08:43:31 AM XLATE3:0:0:
&lt;br&gt;07/09/09 08:43:31 AM XLATE:off:off:
&lt;br&gt;07/09/09 08:43:31 AM Running set command: set $a1 'off'
&lt;br&gt;07/09/09 08:43:24 AM $a1::set(on, )
&lt;br&gt;07/09/09 08:43:24 AM XLATE3:100:100:
&lt;br&gt;07/09/09 08:43:24 AM XLATE:on:on:
&lt;br&gt;07/09/09 08:43:24 AM Running set command: set $a1 'on'
&lt;br&gt;&lt;br&gt;$a1 is a UPB light Switch
&lt;br&gt;$a1001 is a UPB Link
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Timothy Spaulding wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;I committed the changes to UPB_Device.pm. &amp;nbsp;This should be to only enable 
&lt;br&gt;logging with debug=upbd in your mh.private.ini file
&lt;br&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&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/UPB-Links-not-working-tp24244610p24411110.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-24411106</id>
	<title>Re: Memory leaks - what causes them?</title>
	<published>2009-07-09T07:04:26Z</published>
	<updated>2009-07-09T07:04:26Z</updated>
	<author>
		<name>Chris Barrett-2</name>
	</author>
	<content type="html">&lt;html xmlns:v=&quot;urn:schemas-microsoft-com:vml&quot; xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns:st1=&quot;urn:schemas-microsoft-com:office:smarttags&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;meta http-equiv=Content-Type content=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 11 (filtered medium)&quot;&gt;
&lt;!--[if !mso]&gt;
&lt;style&gt;
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
&lt;/style&gt;
&lt;![endif]--&gt;&lt;o:SmartTagType namespaceuri=&quot;urn:schemas-microsoft-com:office:smarttags&quot; name=&quot;PersonName&quot; /&gt;
&lt;!--[if !mso]&gt;
&lt;style&gt;
st1\:*{behavior:url(#default#ieooui) }
&lt;/style&gt;
&lt;![endif]--&gt;

&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapedefaults v:ext=&quot;edit&quot; spidmax=&quot;1026&quot; /&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapelayout v:ext=&quot;edit&quot;&gt;
  &lt;o:idmap v:ext=&quot;edit&quot; data=&quot;1&quot; /&gt;
 &lt;/o:shapelayout&gt;&lt;/xml&gt;&lt;![endif]--&gt;
&lt;/head&gt;

&lt;body bgcolor=white lang=EN-US link=blue vlink=purple&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Just as a follow up to this &amp;#8211; I
finally had a bit of time to play with this and I think that I found the issue.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;It turns out that I had three NoExpire
triggers set for &amp;#8220;common&amp;#8221; modules that I had installed at some
stage but subsequently deactivated/disabled.&amp;nbsp; I deleted all three of the redundant
triggers and now my leak (hemorrhage would be more appropriate) appears to have
stopped.&amp;nbsp; The modules were &amp;#8220;get AP news&amp;#8221; (get_ap_breaking.pl),
&amp;#8220;get top 10 list&amp;#8221; (internet_top10.pl), and &amp;#8220;get daily news&amp;#8221;
(news_yahoo.pl).&amp;nbsp; I deleted all 3 triggers in one hit so I don&amp;#8217;t
know if it was one particular script that was causing the problem or if it was
caused by MH trying to call routines that didn&amp;#8217;t exist &amp;#8211; the latter
seems more likely.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;It&amp;#8217;s now been 40 minutes since I
removed the modules and MH hasn&amp;#8217;t leaked (apart from a ~2mb leak straight
after the reload) &amp;#8211; previously I was getting one every 5-6 minutes.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;div&gt;

&lt;div class=MsoNormal align=center style='text-align:center'&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:12.0pt'&gt;

&lt;hr size=2 width=&quot;100%&quot; align=center tabindex=-1&gt;

&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;

&lt;p class=MsoNormal&gt;&lt;b&gt;&lt;font size=2 face=Tahoma&gt;&lt;span style='font-size:10.0pt;
font-family:Tahoma;font-weight:bold'&gt;From:&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;font size=2 face=Tahoma&gt;&lt;span style='font-size:10.0pt;font-family:Tahoma'&gt; &lt;st1:PersonName w:st=&quot;on&quot;&gt;Chris Barrett&lt;/st1:PersonName&gt; [mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=24411106&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;chris@...&lt;/a&gt;] &lt;br&gt;
&lt;b&gt;&lt;span style='font-weight:bold'&gt;Sent:&lt;/span&gt;&lt;/b&gt; Thursday, 12 February 2009
12:02 AM&lt;br&gt;
&lt;b&gt;&lt;span style='font-weight:bold'&gt;To:&lt;/span&gt;&lt;/b&gt; '&lt;st1:PersonName w:st=&quot;on&quot;&gt;The
 main list for the MisterHouse home automation program&lt;/st1:PersonName&gt;'&lt;br&gt;
&lt;b&gt;&lt;span style='font-weight:bold'&gt;Subject:&lt;/span&gt;&lt;/b&gt; Re: [mh] Memory leaks -
what causes them?&lt;/span&gt;&lt;/font&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;p class=MsoNormal&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:
12.0pt'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Hi David,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;I&amp;#8217;ve modified
code/common/monitor_memory.pl so that it runs every minute rather than every 10
minutes and I&amp;#8217;ve reduced the reporting threshold from 0.5MB to 0.05MB.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;I am running the weather graphing script
and although I haven&amp;#8217;t yet done what you suggested, it is looking like it
may be the culprit because the leak spikes at hh:01, hh:11, hh:21, etc which
suggests that the leak is being caused by something that runs every 10 minutes.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;However, equally disturbing is the ~2MB
leak that occurs after each of the reloads.&amp;nbsp; It appears that MH reloads
itself after each trigger event because the two at 17:20 correlate to me
manually reloading the code and the reloads at 17:35, 19:30 and 20:30 correlate
with some one-shot triggers that I had set.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;I searched back through my archive of the
mailing list and through the wiki for info on memory leaks and came up with
very little.&amp;nbsp; Definitely keen to see something written up on them and
I&amp;#8217;m happy to do so if/when we work out what&amp;#8217;s causing them.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Wed 11/02/09 17:00:01&amp;nbsp; 49.0
hours:&amp;nbsp;&amp;nbsp; 0.2 MB in&amp;nbsp; 0.1 hours.&amp;nbsp; 211.2 -&amp;gt; 211.4 at&amp;nbsp;
1.17 MB/hour.&amp;nbsp; Total:&amp;nbsp; 3.31 MB/hour&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Wed 11/02/09 17:01:00&amp;nbsp; 49.0
hours:&amp;nbsp;&amp;nbsp; 0.2 MB in&amp;nbsp; 0.0 hours.&amp;nbsp; 211.4 -&amp;gt; 211.6 at 11.04
MB/hour.&amp;nbsp; Total:&amp;nbsp; 3.32 MB/hour&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Wed 11/02/09 17:02:00&amp;nbsp; 49.0
hours:&amp;nbsp;&amp;nbsp; 0.2 MB in&amp;nbsp; 0.0 hours.&amp;nbsp; 211.6 -&amp;gt; 211.7 at 10.08
MB/hour.&amp;nbsp; Total:&amp;nbsp; 3.32 MB/hour&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Wed 11/02/09 17:11:00&amp;nbsp; 49.2
hours:&amp;nbsp;&amp;nbsp; 0.4 MB in&amp;nbsp; 0.1 hours.&amp;nbsp; 211.7 -&amp;gt; 212.1 at&amp;nbsp;
2.69 MB/hour.&amp;nbsp; Total:&amp;nbsp; 3.32 MB/hour&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Wed 11/02/09 17:20:00&amp;nbsp; 49.3
hours:&amp;nbsp;&amp;nbsp; 0.6 MB in&amp;nbsp; 0.1 hours.&amp;nbsp; 212.1 -&amp;gt; 212.7 at&amp;nbsp;
4.08 MB/hour.&amp;nbsp; Total:&amp;nbsp; 3.32 MB/hour&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Wed 11/02/09 17:20:16&amp;nbsp;&amp;nbsp;&amp;nbsp;
ReLoad&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Wed 11/02/09 17:20:25&amp;nbsp;&amp;nbsp;&amp;nbsp;
ReLoad&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Wed 11/02/09 17:21:01&amp;nbsp; 49.4
hours:&amp;nbsp;&amp;nbsp; 2.3 MB in&amp;nbsp; 0.0 hours.&amp;nbsp; 212.7 -&amp;gt; 215.0 at 138.00
MB/hour.&amp;nbsp; Total:&amp;nbsp; 3.36 MB/hour&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Wed 11/02/09 17:35:10&amp;nbsp;&amp;nbsp;&amp;nbsp;
ReLoad&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Wed 11/02/09 17:36:01&amp;nbsp; 49.6
hours:&amp;nbsp;&amp;nbsp; 1.5 MB in&amp;nbsp; 0.2 hours.&amp;nbsp; 215.0 -&amp;gt; 216.5 at&amp;nbsp;
5.87 MB/hour.&amp;nbsp; Total:&amp;nbsp; 3.38 MB/hour&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Wed 11/02/09 17:51:01&amp;nbsp; 49.9
hours:&amp;nbsp;&amp;nbsp; 0.3 MB in&amp;nbsp; 0.2 hours.&amp;nbsp; 216.5 -&amp;gt; 216.8 at&amp;nbsp;
1.30 MB/hour.&amp;nbsp; Total:&amp;nbsp; 3.37 MB/hour&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Wed 11/02/09 17:58:00&amp;nbsp; 50.0
hours:&amp;nbsp;&amp;nbsp; 0.2 MB in&amp;nbsp; 0.1 hours.&amp;nbsp; 216.8 -&amp;gt; 217.0 at&amp;nbsp;
1.44 MB/hour.&amp;nbsp; Total:&amp;nbsp; 3.36 MB/hour&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Wed 11/02/09 18:01:00&amp;nbsp; 50.0
hours:&amp;nbsp;&amp;nbsp; 0.3 MB in&amp;nbsp; 0.1 hours.&amp;nbsp; 217.0 -&amp;gt; 217.3 at&amp;nbsp;
5.04 MB/hour.&amp;nbsp; Total:&amp;nbsp; 3.36 MB/hour&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Wed 11/02/09 18:02:00&amp;nbsp; 50.0 hours:&amp;nbsp;&amp;nbsp;
0.2 MB in&amp;nbsp; 0.0 hours.&amp;nbsp; 217.3 -&amp;gt; 217.5 at 12.72 MB/hour.&amp;nbsp;
Total:&amp;nbsp; 3.37 MB/hour&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Wed 11/02/09 18:10:00&amp;nbsp; 50.2
hours:&amp;nbsp;&amp;nbsp; 0.1 MB in&amp;nbsp; 0.1 hours.&amp;nbsp; 217.5 -&amp;gt; 217.6 at&amp;nbsp;
1.02 MB/hour.&amp;nbsp; Total:&amp;nbsp; 3.36 MB/hour&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Wed 11/02/09 18:11:00&amp;nbsp; 50.2
hours:&amp;nbsp;&amp;nbsp; 0.2 MB in&amp;nbsp; 0.0 hours.&amp;nbsp; 217.6 -&amp;gt; 217.8 at 11.04
MB/hour.&amp;nbsp; Total:&amp;nbsp; 3.36 MB/hour&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Wed 11/02/09 18:12:01&amp;nbsp; 50.2
hours:&amp;nbsp;&amp;nbsp; 0.2 MB in&amp;nbsp; 0.0 hours.&amp;nbsp; 217.8 -&amp;gt; 218.0 at 12.48
MB/hour.&amp;nbsp; Total:&amp;nbsp; 3.37 MB/hour&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Wed 11/02/09 18:20:00&amp;nbsp; 50.3
hours:&amp;nbsp;&amp;nbsp; 0.1 MB in&amp;nbsp; 0.1 hours.&amp;nbsp; 218.0 -&amp;gt; 218.1 at&amp;nbsp;
0.99 MB/hour.&amp;nbsp; Total:&amp;nbsp; 3.36 MB/hour&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Wed 11/02/09 18:21:01&amp;nbsp; 50.4
hours:&amp;nbsp;&amp;nbsp; 0.2 MB in&amp;nbsp; 0.0 hours.&amp;nbsp; 218.1 -&amp;gt; 218.3 at 12.72
MB/hour.&amp;nbsp; Total:&amp;nbsp; 3.36 MB/hour&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Wed 11/02/09 18:22:00&amp;nbsp; 50.4
hours:&amp;nbsp;&amp;nbsp; 0.2 MB in&amp;nbsp; 0.0 hours.&amp;nbsp; 218.3 -&amp;gt; 218.5 at 11.76
MB/hour.&amp;nbsp; Total:&amp;nbsp; 3.37 MB/hour&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Wed 11/02/09 18:31:00&amp;nbsp; 50.5
hours:&amp;nbsp;&amp;nbsp; 0.4 MB in&amp;nbsp; 0.1 hours.&amp;nbsp; 218.5 -&amp;gt; 219.0 at&amp;nbsp;
2.83 MB/hour.&amp;nbsp; Total:&amp;nbsp; 3.36 MB/hour&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Wed 11/02/09 18:38:00&amp;nbsp; 50.6
hours:&amp;nbsp;&amp;nbsp; 0.1 MB in&amp;nbsp; 0.1 hours.&amp;nbsp; 219.0 -&amp;gt; 219.1 at&amp;nbsp;
1.20 MB/hour.&amp;nbsp; Total:&amp;nbsp; 3.36 MB/hour&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Wed 11/02/09 18:41:00&amp;nbsp; 50.7
hours:&amp;nbsp;&amp;nbsp; 0.3 MB in&amp;nbsp; 0.1 hours.&amp;nbsp; 219.1 -&amp;gt; 219.4 at&amp;nbsp;
5.92 MB/hour.&amp;nbsp; Total:&amp;nbsp; 3.36 MB/hour&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Wed 11/02/09 18:43:00&amp;nbsp; 50.7
hours:&amp;nbsp;&amp;nbsp; 0.2 MB in&amp;nbsp; 0.0 hours.&amp;nbsp; 219.4 -&amp;gt; 219.6 at&amp;nbsp;
5.52 MB/hour.&amp;nbsp; Total:&amp;nbsp; 3.36 MB/hour&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Wed 11/02/09 18:51:01&amp;nbsp; 50.9
hours:&amp;nbsp;&amp;nbsp; 0.3 MB in&amp;nbsp; 0.1 hours.&amp;nbsp; 219.6 -&amp;gt; 219.9 at&amp;nbsp;
2.49 MB/hour.&amp;nbsp; Total:&amp;nbsp; 3.36 MB/hour&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Wed 11/02/09 18:52:00&amp;nbsp; 50.9
hours:&amp;nbsp;&amp;nbsp; 0.2 MB in&amp;nbsp; 0.0 hours.&amp;nbsp; 219.9 -&amp;gt; 220.1 at 11.52
MB/hour.&amp;nbsp; Total:&amp;nbsp; 3.36 MB/hour&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Wed 11/02/09 19:01:00&amp;nbsp; 51.0
hours:&amp;nbsp;&amp;nbsp; 0.4 MB in&amp;nbsp; 0.1 hours.&amp;nbsp; 220.1 -&amp;gt; 220.5 at&amp;nbsp;
2.91 MB/hour.&amp;nbsp; Total:&amp;nbsp; 3.36 MB/hour&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Wed 11/02/09 19:08:00&amp;nbsp; 51.1
hours:&amp;nbsp;&amp;nbsp; 0.1 MB in&amp;nbsp; 0.1 hours.&amp;nbsp; 220.5 -&amp;gt; 220.7 at&amp;nbsp;
1.17 MB/hour.&amp;nbsp; Total:&amp;nbsp; 3.36 MB/hour&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Wed 11/02/09 19:11:00&amp;nbsp; 51.2
hours:&amp;nbsp;&amp;nbsp; 0.3 MB in&amp;nbsp; 0.1 hours.&amp;nbsp; 220.7 -&amp;gt; 221.0 at&amp;nbsp;
5.68 MB/hour.&amp;nbsp; Total:&amp;nbsp; 3.36 MB/hour&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Wed 11/02/09 19:13:00&amp;nbsp; 51.2
hours:&amp;nbsp;&amp;nbsp; 0.2 MB in&amp;nbsp; 0.0 hours.&amp;nbsp; 221.0 -&amp;gt; 221.2 at&amp;nbsp;
6.00 MB/hour.&amp;nbsp; Total:&amp;nbsp; 3.36 MB/hour&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Wed 11/02/09 19:21:01&amp;nbsp; 51.4
hours:&amp;nbsp;&amp;nbsp; 0.3 MB in&amp;nbsp; 0.1 hours.&amp;nbsp; 221.2 -&amp;gt; 221.5 at&amp;nbsp;
2.31 MB/hour.&amp;nbsp; Total:&amp;nbsp; 3.36 MB/hour&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Wed 11/02/09 19:22:00&amp;nbsp; 51.4
hours:&amp;nbsp;&amp;nbsp; 0.2 MB in&amp;nbsp; 0.0 hours.&amp;nbsp; 221.5 -&amp;gt; 221.7 at 12.96
MB/hour.&amp;nbsp; Total:&amp;nbsp; 3.36 MB/hour&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Wed 11/02/09 19:30:14&amp;nbsp;
&amp;nbsp;&amp;nbsp;ReLoad&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Wed 11/02/09 19:31:00&amp;nbsp; 51.5
hours:&amp;nbsp;&amp;nbsp; 1.9 MB in&amp;nbsp; 0.1 hours.&amp;nbsp; 221.7 -&amp;gt; 223.6 at 12.75
MB/hour.&amp;nbsp; Total:&amp;nbsp; 3.39 MB/hour&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Wed 11/02/09 19:48:01&amp;nbsp; 51.8
hours:&amp;nbsp;&amp;nbsp; 0.1 MB in&amp;nbsp; 0.3 hours.&amp;nbsp; 223.6 -&amp;gt; 223.7 at&amp;nbsp;
0.49 MB/hour.&amp;nbsp; Total:&amp;nbsp; 3.37 MB/hour&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Wed 11/02/09 19:51:01&amp;nbsp; 51.9
hours:&amp;nbsp;&amp;nbsp; 0.3 MB in&amp;nbsp; 0.1 hours.&amp;nbsp; 223.7 -&amp;gt; 224.0 at&amp;nbsp;
5.28 MB/hour.&amp;nbsp; Total:&amp;nbsp; 3.37 MB/hour&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Wed 11/02/09 19:52:00&amp;nbsp; 51.9
hours:&amp;nbsp;&amp;nbsp; 0.2 MB in&amp;nbsp; 0.0 hours.&amp;nbsp; 224.0 -&amp;gt; 224.2 at 12.48
MB/hour.&amp;nbsp; Total:&amp;nbsp; 3.38 MB/hour&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Wed 11/02/09 19:59:00&amp;nbsp; 52.0
hours:&amp;nbsp;&amp;nbsp; 0.1 MB in&amp;nbsp; 0.1 hours.&amp;nbsp; 224.2 -&amp;gt; 224.4 at&amp;nbsp;
1.20 MB/hour.&amp;nbsp; Total:&amp;nbsp; 3.37 MB/hour&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Wed 11/02/09 20:01:00&amp;nbsp; 52.0
hours:&amp;nbsp;&amp;nbsp; 0.2 MB in&amp;nbsp; 0.0 hours.&amp;nbsp; 224.4 -&amp;gt; 224.6 at&amp;nbsp;
6.72 MB/hour.&amp;nbsp; Total:&amp;nbsp; 3.37 MB/hour&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Wed 11/02/09 20:02:00&amp;nbsp; 52.0
hours:&amp;nbsp;&amp;nbsp; 0.2 MB in&amp;nbsp; 0.0 hours.&amp;nbsp; 224.6 -&amp;gt; 224.7 at&amp;nbsp;
9.84 MB/hour.&amp;nbsp; Total:&amp;nbsp; 3.38 MB/hour&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Wed 11/02/09 20:11:00&amp;nbsp; 52.2
hours:&amp;nbsp;&amp;nbsp; 0.4 MB in&amp;nbsp; 0.1 hours.&amp;nbsp; 224.7 -&amp;gt; 225.1 at&amp;nbsp;
2.64 MB/hour.&amp;nbsp; Total:&amp;nbsp; 3.37 MB/hour&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Wed 11/02/09 20:17:00&amp;nbsp; 52.3
hours:&amp;nbsp;&amp;nbsp; 0.2 MB in&amp;nbsp; 0.1 hours.&amp;nbsp; 225.1 -&amp;gt; 225.3 at&amp;nbsp;
1.60 MB/hour.&amp;nbsp; Total:&amp;nbsp; 3.37 MB/hour&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Wed 11/02/09 20:21:01&amp;nbsp; 52.4
hours:&amp;nbsp;&amp;nbsp; 0.3 MB in&amp;nbsp; 0.1 hours.&amp;nbsp; 225.3 -&amp;gt; 225.6 at&amp;nbsp;
4.56 MB/hour.&amp;nbsp; Total:&amp;nbsp; 3.37 MB/hour&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Wed 11/02/09 20:22:00&amp;nbsp; 52.4
hours:&amp;nbsp;&amp;nbsp; 0.2 MB in&amp;nbsp; 0.0 hours.&amp;nbsp; 225.6 -&amp;gt; 225.8 at 10.32
MB/hour.&amp;nbsp; Total:&amp;nbsp; 3.38 MB/hour&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Wed 11/02/09 20:30:01&amp;nbsp; 52.5
hours:&amp;nbsp;&amp;nbsp; 0.1 MB in&amp;nbsp; 0.1 hours.&amp;nbsp; 225.8 -&amp;gt; 225.9 at&amp;nbsp;
1.08 MB/hour.&amp;nbsp; Total:&amp;nbsp; 3.37 MB/hour&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Wed 11/02/09 20:30:13&amp;nbsp;&amp;nbsp;&amp;nbsp;
ReLoad&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Wed 11/02/09 20:31:00&amp;nbsp; 52.5
hours:&amp;nbsp;&amp;nbsp; 1.8 MB in&amp;nbsp; 0.0 hours.&amp;nbsp; 225.9 -&amp;gt; 227.8 at 110.16
MB/hour.&amp;nbsp; Total:&amp;nbsp; 3.40 MB/hour&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Wed 11/02/09 20:46:00&amp;nbsp; 52.8
hours:&amp;nbsp;&amp;nbsp; 0.1 MB in&amp;nbsp; 0.2 hours.&amp;nbsp; 227.8 -&amp;gt; 227.9 at&amp;nbsp;
0.54 MB/hour.&amp;nbsp; Total:&amp;nbsp; 3.39 MB/hour&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Wed 11/02/09 20:50:00&amp;nbsp; 52.8
hours:&amp;nbsp;&amp;nbsp; 0.1 MB in&amp;nbsp; 0.1 hours.&amp;nbsp; 227.9 -&amp;gt; 228.0 at&amp;nbsp;
1.98 MB/hour.&amp;nbsp; Total:&amp;nbsp; 3.39 MB/hour&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Wed 11/02/09 20:51:01&amp;nbsp; 52.9
hours:&amp;nbsp;&amp;nbsp; 0.2 MB in&amp;nbsp; 0.0 hours.&amp;nbsp; 228.0 -&amp;gt; 228.2 at 11.04
MB/hour.&amp;nbsp; Total:&amp;nbsp; 3.39 MB/hour&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Wed 11/02/09 20:52:00&amp;nbsp; 52.9
hours:&amp;nbsp;&amp;nbsp; 0.2 MB in&amp;nbsp; 0.0 hours.&amp;nbsp; 228.2 -&amp;gt; 228.4 at 11.28
MB/hour.&amp;nbsp; Total:&amp;nbsp; 3.39 MB/hour&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Wed 11/02/09 21:00:01&amp;nbsp; 53.0
hours:&amp;nbsp;&amp;nbsp; 0.1 MB in&amp;nbsp; 0.1 hours.&amp;nbsp; 228.4 -&amp;gt; 228.5 at&amp;nbsp;
1.05 MB/hour.&amp;nbsp; Total:&amp;nbsp; 3.39 MB/hour&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Wed 11/02/09 21:01:00&amp;nbsp; 53.0
hours:&amp;nbsp;&amp;nbsp; 0.2 MB in&amp;nbsp; 0.0 hours.&amp;nbsp; 228.5 -&amp;gt; 228.7 at 11.04
MB/hour.&amp;nbsp; Total:&amp;nbsp; 3.39 MB/hour&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Wed 11/02/09 21:02:00&amp;nbsp; 53.0
hours:&amp;nbsp;&amp;nbsp; 0.2 MB in&amp;nbsp; 0.0 hours.&amp;nbsp; 228.7 -&amp;gt; 228.9 at 12.00
MB/hour.&amp;nbsp; Total:&amp;nbsp; 3.39 MB/hour&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Wed 11/02/09 21:10:00&amp;nbsp; 53.2
hours:&amp;nbsp;&amp;nbsp; 0.1 MB in&amp;nbsp; 0.1 hours.&amp;nbsp; 228.9 -&amp;gt; 229.0 at&amp;nbsp;
0.99 MB/hour.&amp;nbsp; Total:&amp;nbsp; 3.39 MB/hour&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Wed 11/02/09 21:11:00&amp;nbsp; 53.2
hours:&amp;nbsp;&amp;nbsp; 0.2 MB in&amp;nbsp; 0.0 hours.&amp;nbsp; 229.0 -&amp;gt; 229.3 at 12.48
MB/hour.&amp;nbsp; Total:&amp;nbsp; 3.39 MB/hour&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Wed 11/02/09 21:12:01&amp;nbsp; 53.2
hours:&amp;nbsp;&amp;nbsp; 0.2 MB in&amp;nbsp; 0.0 hours.&amp;nbsp; 229.3 -&amp;gt; 229.4 at 10.80
MB/hour.&amp;nbsp; Total:&amp;nbsp; 3.39 MB/hour&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Enter the BlackBerry Developer Challenge &amp;nbsp;
&lt;br&gt;This is your chance to win up to $100,000 in prizes! For a limited time, 
&lt;br&gt;vendors submitting new applications to BlackBerry App World(TM) will have
&lt;br&gt;the opportunity to enter the BlackBerry Developer Challenge. See full prize &amp;nbsp;
&lt;br&gt;details at: &lt;a href=&quot;http://p.sf.net/sfu/Challenge&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/Challenge&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/Memory-leaks---what-causes-them--tp21871322p24411106.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-24409418</id>
	<title>Re: UPB Links not working</title>
	<published>2009-07-09T05:37:18Z</published>
	<updated>2009-07-09T05:37:18Z</updated>
	<author>
		<name>Timothy Spaulding</name>
	</author>
	<content type="html">I committed the changes to UPB_Device.pm. &amp;nbsp;This should be to only enable 
&lt;br&gt;logging with debug=upbd in your mh.private.ini file
&lt;br&gt;&lt;br&gt;--------------------------------------------------
&lt;br&gt;From: &amp;quot;Matt09&amp;quot; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=24409418&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sperospes@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Sent: Thursday, July 09, 2009 7:46 AM
&lt;br&gt;To: &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=24409418&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;misterhouse-users@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Subject: Re: [mh] UPB Links not working
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; For grins, I commented out (#) a random line in UPB_Device.pm (I think it 
&lt;br&gt;&amp;gt; was
&lt;br&gt;&amp;gt; something in the network parameter). MH didn't crash but UPB Lighting
&lt;br&gt;&amp;gt; commands refused to function, which would dictate that the compiled 
&lt;br&gt;&amp;gt; version
&lt;br&gt;&amp;gt; does read the libs. Do you want to commit the change or simply upload your
&lt;br&gt;&amp;gt; version of UPB_Device.pm here?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Timothy Spaulding wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Ok, I see why you are not getting any output.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; 1. I made changes to my local copies of upb_device.pm that turned the
&lt;br&gt;&amp;gt;&amp;gt; commented print statement to print only when the debug level is set; and 
&lt;br&gt;&amp;gt;&amp;gt; I
&lt;br&gt;&amp;gt;&amp;gt; never committed these changes.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; 2. you are using the compiled MH version and I don't know if changes to
&lt;br&gt;&amp;gt;&amp;gt; the library modules will take effect unless mhe is recompiled.
&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;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; View this message in context: 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/UPB-Links-not-working-tp24244610p24408695.html&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/UPB-Links-not-working-tp24244610p24408695.html&lt;/a&gt;&lt;br&gt;&amp;gt; Sent from the Misterhouse - User mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; Enter the BlackBerry Developer Challenge
&lt;br&gt;&amp;gt; This is your chance to win up to $100,000 in prizes! For a limited time,
&lt;br&gt;&amp;gt; vendors submitting new applications to BlackBerry App World(TM) will have
&lt;br&gt;&amp;gt; the opportunity to enter the BlackBerry Developer Challenge. See full 
&lt;br&gt;&amp;gt; prize
&lt;br&gt;&amp;gt; details at: &lt;a href=&quot;http://p.sf.net/sfu/Challenge&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/Challenge&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;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Enter the BlackBerry Developer Challenge &amp;nbsp;
&lt;br&gt;This is your chance to win up to $100,000 in prizes! For a limited time, 
&lt;br&gt;vendors submitting new applications to BlackBerry App World(TM) will have
&lt;br&gt;the opportunity to enter the BlackBerry Developer Challenge. See full prize &amp;nbsp;
&lt;br&gt;details at: &lt;a href=&quot;http://p.sf.net/sfu/Challenge&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/Challenge&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/UPB-Links-not-working-tp24244610p24409418.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-24408695</id>
	<title>Re: UPB Links not working</title>
	<published>2009-07-09T04:46:34Z</published>
	<updated>2009-07-09T04:46:34Z</updated>
	<author>
		<name>Matt09</name>
	</author>
	<content type="html">For grins, I commented out (#) a random line in UPB_Device.pm (I think it was something in the network parameter). MH didn't crash but UPB Lighting commands refused to function, which would dictate that the compiled version does read the libs. Do you want to commit the change or simply upload your version of UPB_Device.pm here?
&lt;br&gt;&lt;br&gt;Thanks.
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Timothy Spaulding wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;Ok, I see why you are not getting any output.
&lt;br&gt;&lt;br&gt;1. I made changes to my local copies of upb_device.pm that turned the commented print statement to print only when the debug level is set; and I never committed these changes.
&lt;br&gt;&lt;br&gt;2. you are using the compiled MH version and I don't know if changes to the library modules will take effect unless mhe is recompiled.
&lt;br&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&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/UPB-Links-not-working-tp24244610p24408695.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-24408228</id>
	<title>Re: UPB Links not working</title>
	<published>2009-07-09T04:04:28Z</published>
	<updated>2009-07-09T04:04:28Z</updated>
	<author>
		<name>Timothy Spaulding</name>
	</author>
	<content type="html">Ok, I see why you are not getting any output.
&lt;br&gt;&lt;br&gt;1. I made changes to my local copies of upb_device.pm that turned the commented print statement to print only when the debug level is set; and I never committed these changes.
&lt;br&gt;&lt;br&gt;2. you are using the compiled MH version and I don't know if changes to the library modules will take effect unless mhe is recompiled.
&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: Matt09 [mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=24408228&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sperospes@...&lt;/a&gt;]
&lt;br&gt;Sent: Thursday, July 09, 2009 12:49 AM
&lt;br&gt;To: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=24408228&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;misterhouse-users@...&lt;/a&gt;
&lt;br&gt;Subject: Re: [mh] UPB Links not working
&lt;br&gt;&lt;br&gt;&lt;br&gt;Still nothing. Here's what I get for -debug upbd
&lt;br&gt;&lt;br&gt;&amp;lt;see Attached&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/file/p24403912/debug.log&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/file/p24403912/debug.log&lt;/a&gt;&amp;nbsp;debug.log
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Timothy Spaulding wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Sorry, it is upbd
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; debug=upbd
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; in your mh.private.ini
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;View this message in context: &lt;a href=&quot;http://www.nabble.com/UPB-Links-not-working-tp24244610p24403912.html&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/UPB-Links-not-working-tp24244610p24403912.html&lt;/a&gt;&lt;br&gt;Sent from the Misterhouse - User mailing list archive at Nabble.com.
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Enter the BlackBerry Developer Challenge
&lt;br&gt;This is your chance to win up to $100,000 in prizes! For a limited time,
&lt;br&gt;vendors submitting new applications to BlackBerry App World(TM) will have
&lt;br&gt;the opportunity to enter the BlackBerry Developer Challenge. See full prize
&lt;br&gt;details at: &lt;a href=&quot;http://p.sf.net/sfu/Challenge&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/Challenge&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;Enter the BlackBerry Developer Challenge &amp;nbsp;
&lt;br&gt;This is your chance to win up to $100,000 in prizes! For a limited time, 
&lt;br&gt;vendors submitting new applications to BlackBerry App World(TM) will have
&lt;br&gt;the opportunity to enter the BlackBerry Developer Challenge. See full prize &amp;nbsp;
&lt;br&gt;details at: &lt;a href=&quot;http://p.sf.net/sfu/Challenge&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/Challenge&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/UPB-Links-not-working-tp24244610p24408228.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-24403912</id>
	<title>Re: UPB Links not working</title>
	<published>2009-07-08T21:49:04Z</published>
	<updated>2009-07-08T21:49:04Z</updated>
	<author>
		<name>Matt09</name>
	</author>
	<content type="html">Still nothing. Here's what I get for -debug upbd
&lt;br&gt;&lt;br&gt;&amp;lt;see Attached&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/file/p24403912/debug.log&quot; target=&quot;_top&quot;&gt;debug.log&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Timothy Spaulding wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;Sorry, it is upbd
&lt;br&gt;&lt;br&gt;debug=upbd
&lt;br&gt;&lt;br&gt;in your mh.private.ini
&lt;br&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&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/UPB-Links-not-working-tp24244610p24403912.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-24395112</id>
	<title>Fw:  UPB Links not working</title>
	<published>2009-07-08T09:30:08Z</published>
	<updated>2009-07-08T09:30:08Z</updated>
	<author>
		<name>Timothy Spaulding</name>
	</author>
	<content type="html">resending as I did not see my posting show up; my apologies if this turns in 
&lt;br&gt;to a duplicate
&lt;br&gt;&lt;br&gt;--------------------------------------------------
&lt;br&gt;From: &amp;quot;Timothy Spaulding&amp;quot; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=24395112&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;spaulding@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Sent: Tuesday, July 07, 2009 8:34 PM
&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=24395112&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;misterhouse-users@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Subject: RE: [mh] UPB Links not working
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Sorry, it is upbd
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; debug=upbd
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; in your mh.private.ini
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -----Original Message-----
&lt;br&gt;&amp;gt; From: Matt09 [mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=24395112&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sperospes@...&lt;/a&gt;]
&lt;br&gt;&amp;gt; Sent: Tuesday, July 07, 2009 5:32 PM
&lt;br&gt;&amp;gt; To: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=24395112&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;misterhouse-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Subject: Re: [mh] UPB Links not working
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Um... How do I do that?
&lt;br&gt;&amp;gt; I'm using windows. The TK interface doesn't have a debug option for upb
&lt;br&gt;&amp;gt; Adding debug=upb to my mh.private.ini does seemingly nothing.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Timothy Spaulding wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Hey Matt,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Sorry for the long delay in attempting a response; can you enable debug
&lt;br&gt;&amp;gt;&amp;gt; code
&lt;br&gt;&amp;gt;&amp;gt; for upb and then attempt to send to your link device? &amp;nbsp;post the results
&lt;br&gt;&amp;gt;&amp;gt; when
&lt;br&gt;&amp;gt;&amp;gt; you get a chance.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Not sure I'll see anything there, but hopefully something will show.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Tim
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; View this message in context: 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/UPB-Links-not-working-tp24244610p24381726.html&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/UPB-Links-not-working-tp24244610p24381726.html&lt;/a&gt;&lt;br&gt;&amp;gt; Sent from the Misterhouse - User mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; Enter the BlackBerry Developer Challenge
&lt;br&gt;&amp;gt; This is your chance to win up to $100,000 in prizes! For a limited time,
&lt;br&gt;&amp;gt; vendors submitting new applications to BlackBerry App World(TM) will have
&lt;br&gt;&amp;gt; the opportunity to enter the BlackBerry Developer Challenge. See full 
&lt;br&gt;&amp;gt; prize
&lt;br&gt;&amp;gt; details at: &lt;a href=&quot;http://p.sf.net/sfu/Challenge&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/Challenge&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;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Enter the BlackBerry Developer Challenge &amp;nbsp;
&lt;br&gt;This is your chance to win up to $100,000 in prizes! For a limited time, 
&lt;br&gt;vendors submitting new applications to BlackBerry App World(TM) will have
&lt;br&gt;the opportunity to enter the BlackBerry Developer Challenge. See full prize &amp;nbsp;
&lt;br&gt;details at: &lt;a href=&quot;http://p.sf.net/sfu/Challenge&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/Challenge&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/Fw%3A--UPB-Links-not-working-tp24395112p24395112.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-24403685</id>
	<title>Re: UPB Links not working</title>
	<published>2009-07-07T17:34:06Z</published>
	<updated>2009-07-07T17:34:06Z</updated>
	<author>
		<name>Timothy Spaulding</name>
	</author>
	<content type="html">Sorry, it is upbd
&lt;br&gt;&lt;br&gt;debug=upbd
&lt;br&gt;&lt;br&gt;in your mh.private.ini
&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: Matt09 [mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=24403685&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sperospes@...&lt;/a&gt;]
&lt;br&gt;Sent: Tuesday, July 07, 2009 5:32 PM
&lt;br&gt;To: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=24403685&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;misterhouse-users@...&lt;/a&gt;
&lt;br&gt;Subject: Re: [mh] UPB Links not working
&lt;br&gt;&lt;br&gt;&lt;br&gt;Um... How do I do that?
&lt;br&gt;I'm using windows. The TK interface doesn't have a debug option for upb
&lt;br&gt;Adding debug=upb to my mh.private.ini does seemingly nothing.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Timothy Spaulding wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hey Matt,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Sorry for the long delay in attempting a response; can you enable debug
&lt;br&gt;&amp;gt; code
&lt;br&gt;&amp;gt; for upb and then attempt to send to your link device? &amp;nbsp;post the results
&lt;br&gt;&amp;gt; when
&lt;br&gt;&amp;gt; you get a chance.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Not sure I'll see anything there, but hopefully something will show.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Tim
&lt;br&gt;&amp;gt;
&lt;/div&gt;--
&lt;br&gt;View this message in context: &lt;a href=&quot;http://www.nabble.com/UPB-Links-not-working-tp24244610p24381726.html&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/UPB-Links-not-working-tp24244610p24381726.html&lt;/a&gt;&lt;br&gt;Sent from the Misterhouse - User mailing list archive at Nabble.com.
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Enter the BlackBerry Developer Challenge
&lt;br&gt;This is your chance to win up to $100,000 in prizes! For a limited time,
&lt;br&gt;vendors submitting new applications to BlackBerry App World(TM) will have
&lt;br&gt;the opportunity to enter the BlackBerry Developer Challenge. See full prize
&lt;br&gt;details at: &lt;a href=&quot;http://p.sf.net/sfu/Challenge&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/Challenge&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;Enter the BlackBerry Developer Challenge &amp;nbsp;
&lt;br&gt;This is your chance to win up to $100,000 in prizes! For a limited time, 
&lt;br&gt;vendors submitting new applications to BlackBerry App World(TM) will have
&lt;br&gt;the opportunity to enter the BlackBerry Developer Challenge. See full prize &amp;nbsp;
&lt;br&gt;details at: &lt;a href=&quot;http://p.sf.net/sfu/Challenge&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/Challenge&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/UPB-Links-not-working-tp24244610p24403685.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-24381726</id>
	<title>Re: UPB Links not working</title>
	<published>2009-07-07T14:32:02Z</published>
	<updated>2009-07-07T14:32:02Z</updated>
	<author>
		<name>Matt09</name>
	</author>
	<content type="html">Um... How do I do that?
&lt;br&gt;I'm using windows. The TK interface doesn't have a debug option for upb
&lt;br&gt;Adding debug=upb to my mh.private.ini does seemingly nothing.
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Timothy Spaulding wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;Hey Matt,
&lt;br&gt;&lt;br&gt;Sorry for the long delay in attempting a response; can you enable debug code 
&lt;br&gt;for upb and then attempt to send to your link device? &amp;nbsp;post the results when 
&lt;br&gt;you get a chance.
&lt;br&gt;&lt;br&gt;Not sure I'll see anything there, but hopefully something will show.
&lt;br&gt;&lt;br&gt;Tim
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&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/UPB-Links-not-working-tp24244610p24381726.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-24380825</id>
	<title>Re: UPB Links not working</title>
	<published>2009-07-07T13:28:37Z</published>
	<updated>2009-07-07T13:28:37Z</updated>
	<author>
		<name>Timothy Spaulding</name>
	</author>
	<content type="html">Hey Matt,
&lt;br&gt;&lt;br&gt;Sorry for the long delay in attempting a response; can you enable debug code 
&lt;br&gt;for upb and then attempt to send to your link device? &amp;nbsp;post the results when 
&lt;br&gt;you get a chance.
&lt;br&gt;&lt;br&gt;Not sure I'll see anything there, but hopefully something will show.
&lt;br&gt;&lt;br&gt;Tim
&lt;br&gt;&lt;br&gt;--------------------------------------------------
&lt;br&gt;From: &amp;quot;Matt09&amp;quot; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=24380825&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sperospes@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Sent: Sunday, June 28, 2009 7:40 PM
&lt;br&gt;To: &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=24380825&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;misterhouse-users@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Subject: Re: [mh] UPB Links not working
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I used UPStart to define the Link. The switches are set to listen to the 
&lt;br&gt;&amp;gt; link
&lt;br&gt;&amp;gt; address. And it does work from UPStart and a timing module
&lt;br&gt;&amp;gt; (&lt;a href=&quot;http://simply-automated.com/products/sa_UCS.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://simply-automated.com/products/sa_UCS.htm&lt;/a&gt;).
&lt;br&gt;&amp;gt; That's Why I'm at a loss...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Timothy Spaulding wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; What did you use to define the link? Are the switches set to listen to
&lt;br&gt;&amp;gt;&amp;gt; this link address? And does it work when you activate the link from the
&lt;br&gt;&amp;gt;&amp;gt; software used to program the switches?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; -----Original Message-----
&lt;br&gt;&amp;gt;&amp;gt; From: Matt09 [mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=24380825&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sperospes@...&lt;/a&gt;]
&lt;br&gt;&amp;gt;&amp;gt; Sent: Sunday, June 28, 2009 3:25 PM
&lt;br&gt;&amp;gt;&amp;gt; To: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=24380825&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;misterhouse-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; Subject: [mh] UPB Links not working
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I have been using MisterHouse to control devices for a little while and 
&lt;br&gt;&amp;gt;&amp;gt; it
&lt;br&gt;&amp;gt;&amp;gt; works beautifully.
&lt;br&gt;&amp;gt;&amp;gt; What I can't seem to implement though are Links.
&lt;br&gt;&amp;gt;&amp;gt; I have in my items.mht file:
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;UPBL,a1001,pim1,250,6
&lt;br&gt;&amp;gt;&amp;gt; Obviously the pim, pim1, is working as it can correctly control lights.
&lt;br&gt;&amp;gt;&amp;gt; My Network ID is 250.
&lt;br&gt;&amp;gt;&amp;gt; The Link ID is 6.
&lt;br&gt;&amp;gt;&amp;gt; When I type the following into the mh external prompt:
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;set $a1001 'on'
&lt;br&gt;&amp;gt;&amp;gt; mh accepts the command, the PIM buzzes as it does when transmitting,
&lt;br&gt;&amp;gt;&amp;gt; but the set of 2 switches in my kitchen do not turn on.
&lt;br&gt;&amp;gt;&amp;gt; Does anyone have any idea what my be going wrong?
&lt;br&gt;&amp;gt;&amp;gt; I'd be more than happy to supply information towards figuring this out.
&lt;br&gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt; View this message in context:
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/UPB-Links-not-working-tp24244610p24244610.html&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/UPB-Links-not-working-tp24244610p24244610.html&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; Sent from the Misterhouse - User mailing list archive at Nabble.com.
&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; ________________________________________________________
&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;&amp;gt;
&lt;br&gt;&amp;gt;&amp;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;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; View this message in context: 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/UPB-Links-not-working-tp24244610p24246665.html&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/UPB-Links-not-working-tp24244610p24246665.html&lt;/a&gt;&lt;br&gt;&amp;gt; Sent from the Misterhouse - User mailing list archive at Nabble.com.
&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; 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;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Enter the BlackBerry Developer Challenge &amp;nbsp;
&lt;br&gt;This is your chance to win up to $100,000 in prizes! For a limited time, 
&lt;br&gt;vendors submitting new applications to BlackBerry App World(TM) will have 
&lt;br&gt;the opportunity to enter the BlackBerry Developer Challenge. See full prize 
&lt;br&gt;details at: &lt;a href=&quot;http://p.sf.net/sfu/blackberry&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/blackberry&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/UPB-Links-not-working-tp24244610p24380825.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-24367215</id>
	<title>Time to update the full moon messages...</title>
	<published>2009-07-06T21:13:34Z</published>
	<updated>2009-07-06T21:13:34Z</updated>
	<author>
		<name>Jack Edin</name>
	</author>
	<content type="html">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;
&lt;html&gt;
&lt;head&gt;
&lt;/head&gt;
&lt;body bgcolor=&quot;#ffffff&quot; text=&quot;#000000&quot;&gt;
Too soon...?&lt;br&gt;
&lt;br&gt;
For the longest time MH has warned me of the full-moon. &lt;br&gt;
&lt;br&gt;
On occasion it would say something about &quot;Michelle Jackson being
retired&quot;, which I thought was funny...&lt;br&gt;
&lt;br&gt;
Michael Jackson is what they intended, in reference to his Thriller
un-dead persona... Scary stuff!&lt;br&gt;
&lt;br&gt;
Well time to correct the spelling of his name - add an A...&lt;br&gt;
&lt;br&gt;
And his status has changed from retired, so I updated this as well.&lt;br&gt;
&lt;br&gt;
The file you need to change, or somebody oughta fix in the SVN is under
the data directory.&lt;br&gt;
&lt;br&gt;
Mine is in: C:\Misterhouse\data\remarks\full_moon.txt&lt;br&gt;
&lt;br&gt;
Updated below:&lt;br&gt;
&lt;br&gt;
&lt;b&gt;Hide your children.&lt;br&gt;
I wouldn't go outside if I were you.&lt;br&gt;
My, what nice teeth you have tonight.&lt;br&gt;
Kind of creepy.&lt;br&gt;
Thank goodness Michael Jackson is dead.&lt;br&gt;
Lets go snipe hunting.&lt;/b&gt;&lt;br&gt;
&lt;br&gt;
I noticed tonight because I was given that warning just now...&lt;br&gt;
&lt;br&gt;
Take care!&lt;br&gt;
&lt;br&gt;
Jack&lt;br&gt;
:)&lt;br&gt;
&lt;/body&gt;
&lt;/html&gt;

&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Enter the BlackBerry Developer Challenge &amp;nbsp;
&lt;br&gt;This is your chance to win up to $100,000 in prizes! For a limited time, 
&lt;br&gt;vendors submitting new applications to BlackBerry App World(TM) will have 
&lt;br&gt;the opportunity to enter the BlackBerry Developer Challenge. See full prize 
&lt;br&gt;details at: &lt;a href=&quot;http://p.sf.net/sfu/blackberry&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/blackberry&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/Time-to-update-the-full-moon-messages...-tp24367215p24367215.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-24346264</id>
	<title>MH Parsing GPS Tracking info</title>
	<published>2009-07-05T12:47:22Z</published>
	<updated>2009-07-05T12:47:22Z</updated>
	<author>
		<name>H Plato</name>
	</author>
	<content type="html">&lt;html&gt;&lt;body style=&quot;word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; &quot;&gt;&lt;div&gt;Has anyone built anything to interface MH to a GPS service? I'm looking at instamapper, and it allows a web service call to track GPS enabled smartphones. It spits out the following information:&lt;/div&gt;&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;Helvetica, Arial, sans-serif&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Verdana, Arial, sans-serif; color: rgb(17, 17, 17); font-size: 12px; line-height: 20px; &quot;&gt;&lt;ol style=&quot;padding-top: 15px; padding-right: 0px; padding-bottom: 0px; padding-left: 25px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&lt;li style=&quot;padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; &quot;&gt;Position timestamp in UTC (number of seconds since January 1, 1970)&lt;/li&gt;&lt;li style=&quot;padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; &quot;&gt;Latitude&lt;/li&gt;&lt;li style=&quot;padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; &quot;&gt;Longitude&lt;/li&gt;&lt;li style=&quot;padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; &quot;&gt;Altitude in meters&lt;/li&gt;&lt;li style=&quot;padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; &quot;&gt;Speed in meters / second&lt;/li&gt;&lt;li style=&quot;padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; &quot;&gt;Heading in degrees&lt;/li&gt;&lt;/ol&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp;If anyone has anything that can take this information and turn it into usable speech (ie. phone is near main st), etc... please let me know!&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;/span&gt;&lt;/div&gt;&lt;/body&gt;&lt;/html&gt;&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&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/MH-Parsing-GPS-Tracking-info-tp24346264p24346264.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-24338562</id>
	<title>Ways to interface another program with MH?</title>
	<published>2009-07-04T15:23:13Z</published>
	<updated>2009-07-04T15:23:13Z</updated>
	<author>
		<name>JimMH</name>
	</author>
	<content type="html">I am wanting to interface another program with mh. &amp;nbsp;The program has the ability to call other programs and pass command line arguments. &amp;nbsp;It can also take standard output from the called program as feedback &amp;nbsp; I could use mhsend but that appears to have no means for feedback. &amp;nbsp;I am wanting to switch things on an off and get feedback that the command ran properly, or the request might be for some information within mh that I want sent back.
&lt;br&gt;&lt;br&gt;I am looking for some guidance on general ways to approach this. &amp;nbsp;Would prefer something simple, i.e. avoiding xpl or some such additional layer if practical. &amp;nbsp;Some perl scripts perhaps?
&lt;br&gt;&lt;br&gt;Jim&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/Ways-to-interface-another-program-with-MH--tp24338562p24338562.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-24337313</id>
	<title>Re: &quot;Vacation Mode&quot; X-10 Light Schedule Available</title>
	<published>2009-07-04T12:23:35Z</published>
	<updated>2009-07-04T12:23:35Z</updated>
	<author>
		<name>RaK72</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I distribited a wile ago what I did in this respect. Feel free to &amp;nbsp;
&lt;br&gt;check the nable list and search for presence simulation. The code &amp;nbsp;
&lt;br&gt;evolved a bit since then. It is quite easy and uses mainly basic MH &amp;nbsp;
&lt;br&gt;features. Just create a certain group and put all objects which are &amp;nbsp;
&lt;br&gt;&amp;quot;visible&amp;quot; from the outside. Tell the group name to MH with a certain &amp;nbsp;
&lt;br&gt;mh.private.ini variable and just let it run. It collects the state &amp;nbsp;
&lt;br&gt;changes for two weeks and then just replays this.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- cut ---
&lt;br&gt;# @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
&lt;br&gt;# @ presence simulation by &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=24337313&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;r@...&lt;/a&gt;
&lt;br&gt;# @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
&lt;br&gt;#
&lt;br&gt;# Add the following lines to your mh.privat.ini
&lt;br&gt;#
&lt;br&gt;# @ offset in seconds. recommended 2 weeks equals to 14*24*60*60
&lt;br&gt;# ps_offset &amp;nbsp; &amp;nbsp;= &amp;nbsp;1209600
&lt;br&gt;# ps_groupname = Anwesenheitssimulation
&lt;br&gt;# ps_logfile &amp;nbsp; = presencesimulation.log
&lt;br&gt;# ps_plfile &amp;nbsp; = presencesimulation.pl
&lt;br&gt;#
&lt;br&gt;# Create a group called like defined in ps_groupname and add objects
&lt;br&gt;#
&lt;br&gt;# Please change the generic Item $presence accourding to your needs.
&lt;br&gt;# It should be OFF if the presence simulation should be active
&lt;br&gt;# Example shown above
&lt;br&gt;#
&lt;br&gt;if (state $Anwesend eq OFF) {
&lt;br&gt;&amp;nbsp; &amp;nbsp;set $presence OFF;
&lt;br&gt;} else {
&lt;br&gt;&amp;nbsp; &amp;nbsp;set $presence ON;
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;&lt;br&gt;# noloop=start
&lt;br&gt;$presence = new Generic_Item;
&lt;br&gt;$presence-&amp;gt;set_states(ON, OFF);
&lt;br&gt;set $presence ON;
&lt;br&gt;my $lastlogitem = &amp;quot;&amp;quot;;
&lt;br&gt;my $lastlogstate = &amp;quot;&amp;quot;;
&lt;br&gt;my $presencegroup = eval(&amp;quot;\$$config_parms{ps_groupname}&amp;quot;);
&lt;br&gt;# noloop=stop
&lt;br&gt;&lt;br&gt;if ($Startup) {
&lt;br&gt;&amp;nbsp; &amp;nbsp;#print_log &amp;quot;################### Groupname:&amp;quot;. 
&lt;br&gt;$config_parms{ps_groupname};
&lt;br&gt;&amp;nbsp; &amp;nbsp;my $group = eval(&amp;quot;\$$config_parms{ps_groupname}&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp;if ($@) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;print_log &amp;quot;ERROR: presence simulation not properly configured. &amp;nbsp;
&lt;br&gt;Group name is missing. Simulation turned off.&amp;quot;;
&lt;br&gt;&amp;nbsp; &amp;nbsp;} else {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;for my $item (list $group) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;my $t = $item-&amp;gt;get_object_name();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;#print_log &amp;quot;#################### $t&amp;quot;;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;tie_event $item &amp;quot;logstatechange('$t' ,\$state)&amp;quot;;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;nbsp; &amp;nbsp;}
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;if (state $presence eq OFF &amp;&amp; state_changed $Dunkel eq OFF) {
&lt;br&gt;&amp;nbsp; &amp;nbsp;set $presencegroup OFF;
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;my $v_clean_ps_log = new Voice_Cmd(&amp;quot;Clean presence log&amp;quot;);
&lt;br&gt;if (($New_Day || said $v_clean_ps_log) &amp;&amp; $config_parms{ps_logfile} ne &amp;nbsp;
&lt;br&gt;&amp;quot;&amp;quot;) {
&lt;br&gt;&amp;nbsp; &amp;nbsp;print_log &amp;quot;########## cleaning presence log&amp;quot;;
&lt;br&gt;&amp;nbsp; &amp;nbsp;open(LOG, &amp;quot;$Code_Dirs[0]/$config_parms{ps_logfile}&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp;open(LOGNEW, &amp;quot;&amp;gt;$Code_Dirs[0]/$config_parms{ps_logfile}.new&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp;while(&amp;lt;LOG&amp;gt;) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;chomp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;next if (! m/^set/);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;(my $date = $_) =~ s/.*\&amp;quot;(.*)\&amp;quot;.*/$1/g;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;if (time_less_than($date) ) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;print LOGNEW &amp;quot;$_\n&amp;quot;;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;nbsp; &amp;nbsp;close(LOG);
&lt;br&gt;&amp;nbsp; &amp;nbsp;close(LOGNEW);
&lt;br&gt;&amp;nbsp; &amp;nbsp;unlink &amp;quot;$Code_Dirs[0]/$config_parms{ps_logfile}&amp;quot;;
&lt;br&gt;&amp;nbsp; &amp;nbsp;rename(&amp;quot;$Code_Dirs[0]/$config_parms{ps_logfile}.new&amp;quot;,&amp;quot;$Code_Dirs[0]/ 
&lt;br&gt;$config_parms{ps_logfile}&amp;quot;);
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;open(LOG, &amp;quot;$Code_Dirs[0]/$config_parms{ps_logfile}&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp;open(PL , &amp;quot;&amp;gt;$Code_Dirs[0]/$config_parms{ps_plfile}&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp;print PL &amp;quot;if (state \$Dunkel eq ON &amp;&amp; state \$presence eq OFF &amp;&amp; \ 
&lt;br&gt;$New_Second) {\n&amp;quot;;
&lt;br&gt;&amp;nbsp; &amp;nbsp;while(&amp;lt;LOG&amp;gt;) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;chomp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;next if (! m/^set/);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;print PL &amp;quot; &amp;nbsp;$_\n&amp;quot;;
&lt;br&gt;&amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;nbsp; &amp;nbsp;print PL &amp;quot;}\n&amp;quot;;
&lt;br&gt;&amp;nbsp; &amp;nbsp;print PL &amp;quot;# This is the last line\n&amp;quot;;
&lt;br&gt;&amp;nbsp; &amp;nbsp;close(PL);
&lt;br&gt;&amp;nbsp; &amp;nbsp;close(LOG);
&lt;br&gt;&amp;nbsp; &amp;nbsp;do_user_file &amp;nbsp;&amp;quot;$Code_Dirs[0]/$config_parms{ps_plfile}&amp;quot;;
&lt;br&gt;&amp;nbsp; &amp;nbsp;print_log &amp;quot;########## cleaning presence log DONE&amp;quot;;
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;sub logstatechange{
&lt;br&gt;&amp;nbsp; &amp;nbsp;my ($item, $state) = @_;
&lt;br&gt;&amp;nbsp; &amp;nbsp;logit(&amp;quot;$Code_Dirs[0]/$config_parms{ps_logfile}&amp;quot;,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;sprintf(&amp;quot;set $item '$state' if (time_now(\&amp;quot;%s\&amp;quot;,%i));\n&amp;quot;,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;time_date_stamp(9,$Time + $config_parms{ps_offset}),
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;$Second),
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0, 0)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; if ($lastlogitem.$lastlogstate ne $item.$state &amp;&amp; $item ne &amp;quot;&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp;$lastlogitem = $item;
&lt;br&gt;&amp;nbsp; &amp;nbsp;$lastlogstate = $state;
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Am 04.07.2009 um 18:15 schrieb Garry Doucette:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi Frank
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Have you checked into using the 'triggers' features of MH with modes?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I've just started playing with this myself. You can get some hints &amp;nbsp;
&lt;br&gt;&amp;gt; from this
&lt;br&gt;&amp;gt; thread:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/work-with-modes-td5582562.html#a5582562&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/work-with-modes-td5582562.html#a5582562&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Good luck.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Garry
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -----Original Message-----
&lt;br&gt;&amp;gt; From: Frank [mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=24337313&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;fuzzoli@...&lt;/a&gt;]
&lt;br&gt;&amp;gt; Sent: Friday, July 03, 2009 7:18 PM
&lt;br&gt;&amp;gt; To: The main list for the MisterHouse home automation program
&lt;br&gt;&amp;gt; Subject: [mh] &amp;quot;Vacation Mode&amp;quot; X-10 Light Schedule Available
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hi everyone,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Are there any code modules around that will allow me to put a &amp;nbsp;
&lt;br&gt;&amp;gt; schedule into
&lt;br&gt;&amp;gt; a text file and from it control X-10 modules at certain times? &amp;nbsp;I'd &amp;nbsp;
&lt;br&gt;&amp;gt; like to
&lt;br&gt;&amp;gt; be able to create the illusion of being home by turning lights, etc. &amp;nbsp;
&lt;br&gt;&amp;gt; on and
&lt;br&gt;&amp;gt; off at certain times each night while on vacation. &amp;nbsp;I'd like to make &amp;nbsp;
&lt;br&gt;&amp;gt; the
&lt;br&gt;&amp;gt; day-to-day events slightly vary. &amp;nbsp;It would nice if I could do this &amp;nbsp;
&lt;br&gt;&amp;gt; from a
&lt;br&gt;&amp;gt; text file rather than have to code the events by hand.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Any ideas?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -Frank
&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; 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;br&gt;&amp;gt;
&lt;br&gt;&amp;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;/div&gt;&lt;br&gt;&lt;br&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/%22Vacation-Mode%22-X-10-Light-Schedule-Available-tp24330724p24337313.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-24335946</id>
	<title>Re: &quot;Vacation Mode&quot; X-10 Light Schedule Available</title>
	<published>2009-07-04T09:15:43Z</published>
	<updated>2009-07-04T09:15:43Z</updated>
	<author>
		<name>Garry Doucette</name>
	</author>
	<content type="html">Hi Frank
&lt;br&gt;&lt;br&gt;Have you checked into using the 'triggers' features of MH with modes?
&lt;br&gt;&lt;br&gt;I've just started playing with this myself. You can get some hints from this
&lt;br&gt;thread:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/work-with-modes-td5582562.html#a5582562&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/work-with-modes-td5582562.html#a5582562&lt;/a&gt;&lt;br&gt;&lt;br&gt;Good luck.
&lt;br&gt;&lt;br&gt;Garry
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: Frank [mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=24335946&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;fuzzoli@...&lt;/a&gt;] 
&lt;br&gt;Sent: Friday, July 03, 2009 7:18 PM
&lt;br&gt;To: The main list for the MisterHouse home automation program
&lt;br&gt;Subject: [mh] &amp;quot;Vacation Mode&amp;quot; X-10 Light Schedule Available
&lt;br&gt;&lt;br&gt;Hi everyone,
&lt;br&gt;&lt;br&gt;Are there any code modules around that will allow me to put a schedule into
&lt;br&gt;a text file and from it control X-10 modules at certain times? &amp;nbsp;I'd like to
&lt;br&gt;be able to create the illusion of being home by turning lights, etc. on and
&lt;br&gt;off at certain times each night while on vacation. &amp;nbsp;I'd like to make the
&lt;br&gt;day-to-day events slightly vary. &amp;nbsp;It would nice if I could do this from a
&lt;br&gt;text file rather than have to code the events by hand.
&lt;br&gt;&lt;br&gt;Any ideas?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;-Frank
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------------
&lt;br&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;________________________________________________________
&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/%22Vacation-Mode%22-X-10-Light-Schedule-Available-tp24330724p24335946.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-24331845</id>
	<title>Net getting information from devices</title>
	<published>2009-07-03T22:45:14Z</published>
	<updated>2009-07-03T22:45:14Z</updated>
	<author>
		<name>racker79</name>
	</author>
	<content type="html">Hello all,
&lt;br&gt;&lt;br&gt;on off is working ok
&lt;br&gt;&lt;br&gt;but I can not read the status of the devices
&lt;br&gt;&lt;br&gt;$data = receive_cm11($serial_port); &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # receive_buffer()
&lt;br&gt;$data = read_cm11($serial_port, $no_block); &amp;nbsp; &amp;nbsp; &amp;nbsp; # read()
&lt;br&gt;&lt;br&gt;print $data;
&lt;br&gt;&lt;br&gt;show nothing.
&lt;br&gt;&lt;br&gt;Stefan
&lt;br&gt;&lt;br&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/Net-getting-information-from-devices-tp24331845p24331845.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-24330724</id>
	<title>&quot;Vacation Mode&quot; X-10 Light Schedule Available</title>
	<published>2009-07-03T19:17:57Z</published>
	<updated>2009-07-03T19:17:57Z</updated>
	<author>
		<name>Frank-196</name>
	</author>
	<content type="html">Hi everyone,
&lt;br&gt;&lt;br&gt;Are there any code modules around that will allow me to put a schedule 
&lt;br&gt;into a text file and from it control X-10 modules at certain times? &amp;nbsp;I'd 
&lt;br&gt;like to be able to create the illusion of being home by turning lights, 
&lt;br&gt;etc. on and off at certain times each night while on vacation. &amp;nbsp;I'd like 
&lt;br&gt;to make the day-to-day events slightly vary. &amp;nbsp;It would nice if I could 
&lt;br&gt;do this from a text file rather than have to code the events by hand.
&lt;br&gt;&lt;br&gt;Any ideas?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;-Frank
&lt;br&gt;&lt;br&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/%22Vacation-Mode%22-X-10-Light-Schedule-Available-tp24330724p24330724.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-24318128</id>
	<title>Patch with various Insteon and LOMP fixes/improvements for review/integration</title>
	<published>2009-07-02T23:08:34Z</published>
	<updated>2009-07-02T23:08:34Z</updated>
	<author>
		<name>Brad Bosch</name>
	</author>
	<content type="html">Greetings,
&lt;br&gt;&lt;br&gt;I have been pursuing a rather ambitious goal to automate all my lights
&lt;br&gt;(18 Insteon devices of various types) via the LOMP objects and several
&lt;br&gt;sensors (17 X10 motion detectors and 5 door switches). I wanted to
&lt;br&gt;combine full automation with convient manual overrides. &amp;nbsp;In the
&lt;br&gt;process, I have discovered a few bugs and weak areas in various
&lt;br&gt;objects and I have completed/extended the Light_Switch_Item object
&lt;br&gt;which seemed to be unfinished. &amp;nbsp;In addition to establishing presence,
&lt;br&gt;the new Light_Switch_Item in conjunction with enhancements to
&lt;br&gt;Light_Item provides a convenient switch activated manual override mode
&lt;br&gt;which expires based on time and occupancy (rather than just time). &amp;nbsp;In
&lt;br&gt;other words, if I operate a switch manually, I want the ability to
&lt;br&gt;lock the switch on or off until the room has been considered vacant
&lt;br&gt;for a specified amount of time.
&lt;br&gt;&lt;br&gt;I'll try to split up the patches into logical chunks and I'll start
&lt;br&gt;here with a few small improvements/fixes, some of which are required
&lt;br&gt;to use my new Light_Switch_Item code.
&lt;br&gt;&lt;br&gt;If no problems are seen with these changes, will someone please
&lt;br&gt;incorporate them into the Subversion code base?
&lt;br&gt;&lt;br&gt;Change Log:
&lt;br&gt;&lt;br&gt;lib/Insteon_Device.pm: 
&lt;br&gt;Allow repeated events from Insteon controllers (dimmers, KPLs, remote
&lt;br&gt;links, etc). &amp;nbsp;This is very useful because it allows a single
&lt;br&gt;switch/button to perform additional functions such as establishing or
&lt;br&gt;clearing manual mode thru repeated on or off events.
&lt;br&gt;&lt;br&gt;lib/Light_Restriction_Item.pm:
&lt;br&gt;Fix a bug where an MH reload didn't properly query the state of
&lt;br&gt;attached objects after object states are restored.
&lt;br&gt;&lt;br&gt;lib/Insteon_Link.pm:
&lt;br&gt;This fix was discussed on the list earlier but has not made it into
&lt;br&gt;subversion yet. &amp;nbsp;It is required to prevent infinite loops when dimming
&lt;br&gt;devices cross-linked to KPLs or dimmers.
&lt;br&gt;&lt;br&gt;lib/Motion_Item.pm:
&lt;br&gt;Ignore &amp;quot;normal&amp;quot; states from X10 security motion detectors. &amp;nbsp;These
&lt;br&gt;events seem to be sent almost immediately after the &amp;quot;alert&amp;quot; event for
&lt;br&gt;these devices and was causing the 'still' state to be set too soon.
&lt;br&gt;It's better to rely on the timeout for returning to the 'still' state.
&lt;br&gt;&lt;br&gt;bin/mh:
&lt;br&gt;Prevent a crash I encountered at one point. &amp;nbsp;I don't remember at the
&lt;br&gt;moment how it was triggered, but the extra check seems like a good
&lt;br&gt;idea anyway.
&lt;br&gt;&lt;br&gt;Comments?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;--Brad
&lt;br&gt;&lt;br&gt;Index: lib/Insteon_Device.pm
&lt;br&gt;===================================================================
&lt;br&gt;--- lib/Insteon_Device.pm	(revision 1657)
&lt;br&gt;+++ lib/Insteon_Device.pm	(working copy)
&lt;br&gt;@@ -405,7 +405,7 @@
&lt;br&gt;&amp;nbsp;			or (&amp;main::set_by_to_target($p_setby) eq $self-&amp;gt;interface)))))
&lt;br&gt;&amp;nbsp;		{
&lt;br&gt;&amp;nbsp;			# don't reset the object w/ the same state if set from the interface
&lt;br&gt;-			return if (lc $p_state eq lc $self-&amp;gt;state) and $self-&amp;gt;is_acknowledged;
&lt;br&gt;+			return if (lc $p_state eq lc $self-&amp;gt;state) and $self-&amp;gt;is_acknowledged and not (($p_setby-&amp;gt;isa('Insteon_Device') and (($p_setby eq $self))));
&lt;br&gt;&amp;nbsp;			&amp;::print_log(&amp;quot;[Insteon_Device] &amp;quot; . $self-&amp;gt;get_object_name() 
&lt;br&gt;&amp;nbsp;				. &amp;quot;::set($p_state, $p_setby)&amp;quot;) if $main::Debug{insteon};
&lt;br&gt;&amp;nbsp;			$self-&amp;gt;SUPER::set($p_state,$p_setby,$p_response) if defined $p_state;
&lt;br&gt;Index: lib/Light_Restriction_Item.pm
&lt;br&gt;===================================================================
&lt;br&gt;--- lib/Light_Restriction_Item.pm	(revision 1657)
&lt;br&gt;+++ lib/Light_Restriction_Item.pm	(working copy)
&lt;br&gt;@@ -110,7 +110,7 @@
&lt;br&gt;&amp;nbsp;}
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;sub _check_values {
&lt;br&gt;- &amp;nbsp; if ($main::Startup) {
&lt;br&gt;+ &amp;nbsp; if ($main::Startup or $main::Reload) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;foreach (@CheckStartup) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if ($$_{'attached_object'}) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;::print_log(&amp;quot;$$_{object_name}: Checking attached object after startup&amp;quot;) if $main::Debug{occupancy};
&lt;br&gt;Index: lib/Insteon_Link.pm
&lt;br&gt;===================================================================
&lt;br&gt;--- lib/Insteon_Link.pm	(revision 1657)
&lt;br&gt;+++ lib/Insteon_Link.pm	(working copy)
&lt;br&gt;@@ -415,15 +419,24 @@
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;sub request_status
&lt;br&gt;&amp;nbsp;{
&lt;br&gt;-	my ($self,$requestor) = @_;
&lt;br&gt;-	if ($self-&amp;gt;group ne '01') {
&lt;br&gt;-		&amp;::print_log(&amp;quot;[Insteon_Link] requesting status for members of &amp;quot; . $$self{object_name});
&lt;br&gt;-		foreach my $member (keys %{$$self{members}}) {
&lt;br&gt;-			$$self{members}{$member}{object}-&amp;gt;request_status($self);
&lt;br&gt;-		}
&lt;br&gt;-	} else {
&lt;br&gt;-		$self-&amp;gt;SUPER::request_status($requestor);
&lt;br&gt;-	}
&lt;br&gt;-}
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;my ($self,$requestor) = @_;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;#if ($$self{members}) {
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;if ($self-&amp;gt;group ne '01'
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; and (!(ref $requestor) or ($requestor eq $self))) {
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;::print_log(&amp;quot;[Insteon_Link] requesting status for members of &amp;quot;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; . $$self{object_name});
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; foreach my $member (keys %{$$self{members}}) {
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; my $member_obj = $$self{members}{$member}{object};
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;::print_log(&amp;quot;[Insteon_Link_Debug] working on &amp;quot;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; . $member_obj-&amp;gt;get_object_name
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; . &amp;quot; for requestor &amp;quot;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; . $requestor-&amp;gt;get_object_name);
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $member_obj-&amp;gt;request_status($self);
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;} else {
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; #if ($self-&amp;gt;is_root &amp;&amp; $self-&amp;gt;is_responder) {
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; $self-&amp;gt;SUPER::request_status($requestor);
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;}
&lt;br&gt;+} 
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;1;
&lt;br&gt;Index: lib/Motion_Item.pm
&lt;br&gt;===================================================================
&lt;br&gt;--- lib/Motion_Item.pm	(revision 1657)
&lt;br&gt;+++ lib/Motion_Item.pm	(working copy)
&lt;br&gt;@@ -87,8 +87,8 @@
&lt;br&gt;&amp;nbsp;{
&lt;br&gt;&amp;nbsp;	my ($self,$p_state,$p_setby) = @_;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;- &amp;nbsp; # Ignore the dark/light states
&lt;br&gt;- &amp;nbsp; if (($p_state eq 'dark') or ($p_state eq 'light')) {
&lt;br&gt;+ &amp;nbsp; # Ignore the dark/light and normal states
&lt;br&gt;+ &amp;nbsp; if (($p_state eq 'dark') or ($p_state eq 'light') or ($p_state =~ /^normal/i)) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;return;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp;
&lt;br&gt;@@ -101,7 +101,7 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; # Hawkeye (MS13) motion detector and security sensors
&lt;br&gt;&amp;nbsp; &amp;nbsp; if (($p_state eq 'on') or ($p_state =~ /^alert/i)) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;$p_state = 'motion';
&lt;br&gt;- &amp;nbsp; } elsif (($p_state eq 'off') or ($p_state =~ /^normal/i)) {
&lt;br&gt;+ &amp;nbsp; } elsif (($p_state eq 'off')) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;$p_state = 'still';
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Index: bin/mh
&lt;br&gt;===================================================================
&lt;br&gt;--- bin/mh	(revision 1657)
&lt;br&gt;+++ bin/mh	(working copy)
&lt;br&gt;@@ -2424,7 +2424,7 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;print_log($log_msg) unless $log_msg eq '1';
&lt;br&gt;&amp;nbsp;# &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $state2 = $state1 unless defined $state2;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;$state2 = $state1 if $state2 eq 'all_states';
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if ($object2-&amp;gt;can('set')) {
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if (ref $object2 &amp;&amp; $object2-&amp;gt;can('set')) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;# Make sure we don't get into a loop with cross-tied objects
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;unless ($object1-&amp;gt;{set_by} and
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;($object1-&amp;gt;{set_by} eq $object2 or
&lt;br&gt;&lt;br&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/Patch-with-various-Insteon-and-LOMP-fixes-improvements-for-review-integration-tp24318128p24318128.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-24316895</id>
	<title>Re: control insteon lights from x10 remotes</title>
	<published>2009-07-02T19:55:40Z</published>
	<updated>2009-07-02T19:55:40Z</updated>
	<author>
		<name>Brock Palen-3</name>
	</author>
	<content type="html">On Jul 2, 2009, at 8:55 AM, Gregg Liming wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Brock Palen wrote:
&lt;br&gt;&amp;gt;&amp;gt; I have insteon lights in my bedroom, they work fine, and are
&lt;br&gt;&amp;gt;&amp;gt; controlled by a scene defined as:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; IPLL, PLM:10, bed_both_scene, all_scenes, PLM
&lt;br&gt;&amp;gt;&amp;gt; SCENE_MEMBER, bedroom_light1, bed_both_scene, 100%, 2s
&lt;br&gt;&amp;gt;&amp;gt; SCENE_MEMBER, bedroom_light2, bed_both_scene, 100%, 2s
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I also have an x10 wireless remote I would like to use to control it,
&lt;br&gt;&amp;gt;&amp;gt; I defined it as:
&lt;br&gt;&amp;gt;&amp;gt; X10SL, &amp;nbsp;A3, &amp;nbsp; &amp;nbsp; x10_bedroom_light, &amp;nbsp; &amp;nbsp; &amp;nbsp;All_Lights,
&lt;br&gt;&amp;gt;&amp;gt; PLM,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I then made the following code:
&lt;br&gt;&amp;gt;&amp;gt; if( $state = $x10_bedroom_light-&amp;gt;state_now()){
&lt;br&gt;&amp;gt;&amp;gt; $bed_both_scene-&amp;gt;set($state);
&lt;br&gt;&amp;gt;&amp;gt; print_log &amp;quot;x10 said bedroom light $state&amp;quot;;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Try changing the above print_log statement to:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; print_log &amp;quot;x10 said bedroom light $state and state_level &amp;quot; .
&lt;br&gt;&amp;gt; $x10_bedroom_light-&amp;gt;state_level;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; If state_level gives the correct corresponding value, then you'll have
&lt;br&gt;&amp;gt; to further qualify your code above.
&lt;/div&gt;&lt;br&gt;Ok this is strange, &amp;nbsp;I tried both X10A X10SL and X10I
&lt;br&gt;&lt;br&gt;Used the following code:
&lt;br&gt;&lt;br&gt;if ( $x10_bedroom_light-&amp;gt;state_now()){
&lt;br&gt;&amp;nbsp; &amp;nbsp;print_log &amp;quot;x10 said bedroom light &amp;quot; . $x10_bedroom_light- 
&lt;br&gt;&amp;nbsp;&amp;gt;state_now();
&lt;br&gt;&amp;nbsp; &amp;nbsp;$bed_both_scene-&amp;gt;set($x10_bedroom_light-&amp;gt;state_now());
&lt;br&gt;&lt;br&gt;}
&lt;br&gt;&lt;br&gt;&lt;br&gt;In call cases I got:
&lt;br&gt;07/02/09 10:39:47 PM x10 said bedroom light manual
&lt;br&gt;&lt;br&gt;&lt;br&gt;_but_ &amp;nbsp;if I comment out
&lt;br&gt;&amp;nbsp; $bed_both_scene-&amp;gt;set($x10_bedroom_light-&amp;gt;state_now());
&lt;br&gt;&lt;br&gt;I get
&lt;br&gt;&lt;br&gt;07/02/09 10:53:35 PM x10 said bedroom light off
&lt;br&gt;07/02/09 10:53:41 PM x10 said bedroom light on
&lt;br&gt;&lt;br&gt;&lt;br&gt;The right values, &amp;nbsp;thats really strange, why would including a line of &amp;nbsp;
&lt;br&gt;code acting on the object (after the logging) affect the value seen?
&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;&amp;gt; }
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; When I hit 'ON' &amp;nbsp;I get the following logged:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; 07/01/09 11:04:10 PM XA3: x10_bedroom_light manual
&lt;br&gt;&amp;gt;&amp;gt; 07/01/09 11:04:10 PM x10 said bedroom light manual
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; And the lights turn on, but I can't turn them off, &amp;nbsp;why is the switch
&lt;br&gt;&amp;gt;&amp;gt; being set to 'manual' &amp;nbsp;and not the actually ON and OFF codes being
&lt;br&gt;&amp;gt;&amp;gt; sent? &amp;nbsp;If I remove the A3 device, and just watch the logs the PLM is
&lt;br&gt;&amp;gt;&amp;gt; correctly seeing them as A3 ON and A3 OFF, but ignores this
&lt;br&gt;&amp;gt;&amp;gt; information when I define a name to go with it.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Brock Palen
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=24316895&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;brockp@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; www.mlds-networks.com
&lt;br&gt;&amp;gt;&amp;gt; MLDS Owner Senior Tech.
&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; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; ________________________________________________________
&lt;br&gt;&amp;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;&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; 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;/div&gt;&lt;br&gt;&lt;br&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/control-insteon-lights-from-x10-remotes-tp24300565p24316895.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-24316896</id>
	<title>Re: control insteon lights from x10 remotes</title>
	<published>2009-07-02T19:54:28Z</published>
	<updated>2009-07-02T19:54:28Z</updated>
	<author>
		<name>Brock Palen-3</name>
	</author>
	<content type="html">On Jul 2, 2009, at 8:55 AM, Gregg Liming wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Brock Palen wrote:
&lt;br&gt;&amp;gt;&amp;gt; I have insteon lights in my bedroom, they work fine, and are
&lt;br&gt;&amp;gt;&amp;gt; controlled by a scene defined as:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; IPLL, PLM:10, bed_both_scene, all_scenes, PLM
&lt;br&gt;&amp;gt;&amp;gt; SCENE_MEMBER, bedroom_light1, bed_both_scene, 100%, 2s
&lt;br&gt;&amp;gt;&amp;gt; SCENE_MEMBER, bedroom_light2, bed_both_scene, 100%, 2s
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I also have an x10 wireless remote I would like to use to control it,
&lt;br&gt;&amp;gt;&amp;gt; I defined it as:
&lt;br&gt;&amp;gt;&amp;gt; X10SL, &amp;nbsp;A3, &amp;nbsp; &amp;nbsp; x10_bedroom_light, &amp;nbsp; &amp;nbsp; &amp;nbsp;All_Lights,
&lt;br&gt;&amp;gt;&amp;gt; PLM,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I then made the following code:
&lt;br&gt;&amp;gt;&amp;gt; if( $state = $x10_bedroom_light-&amp;gt;state_now()){
&lt;br&gt;&amp;gt;&amp;gt; $bed_both_scene-&amp;gt;set($state);
&lt;br&gt;&amp;gt;&amp;gt; print_log &amp;quot;x10 said bedroom light $state&amp;quot;;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Try changing the above print_log statement to:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;print_log &amp;quot;x10 said bedroom light $state and state_level &amp;quot; .
&lt;br&gt;&amp;gt; $x10_bedroom_light-&amp;gt;state_level;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; If state_level gives the correct corresponding value, then you'll have
&lt;br&gt;&amp;gt; to further qualify your code above.
&lt;/div&gt;&lt;br&gt;Ok this is strange, &amp;nbsp;I tried both X10A X10SL and X10I
&lt;br&gt;&lt;br&gt;Used the following code:
&lt;br&gt;&lt;br&gt;if ( $x10_bedroom_light-&amp;gt;state_now()){
&lt;br&gt;&amp;nbsp; &amp;nbsp; print_log &amp;quot;x10 said bedroom light &amp;quot; . $x10_bedroom_light- 
&lt;br&gt;&amp;nbsp;&amp;gt;state_now();
&lt;br&gt;&amp;nbsp; &amp;nbsp; $bed_both_scene-&amp;gt;set($x10_bedroom_light-&amp;gt;state_now());
&lt;br&gt;&lt;br&gt;}
&lt;br&gt;&lt;br&gt;&lt;br&gt;In call cases I got:
&lt;br&gt;07/02/09 10:39:47 PM x10 said bedroom light manual
&lt;br&gt;&lt;br&gt;&lt;br&gt;_but_ &amp;nbsp;if I comment out
&lt;br&gt;&amp;nbsp; &amp;nbsp;$bed_both_scene-&amp;gt;set($x10_bedroom_light-&amp;gt;state_now());
&lt;br&gt;&lt;br&gt;I get
&lt;br&gt;&lt;br&gt;07/02/09 10:53:35 PM x10 said bedroom light off
&lt;br&gt;07/02/09 10:53:41 PM x10 said bedroom light on
&lt;br&gt;&lt;br&gt;&lt;br&gt;The right values, &amp;nbsp;thats really strange, why would including a line of &amp;nbsp;
&lt;br&gt;code acting on the object (after the logging) affect the value seen?
&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;&amp;gt; }
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; When I hit 'ON' &amp;nbsp;I get the following logged:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; 07/01/09 11:04:10 PM XA3: x10_bedroom_light manual
&lt;br&gt;&amp;gt;&amp;gt; 07/01/09 11:04:10 PM x10 said bedroom light manual
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; And the lights turn on, but I can't turn them off, &amp;nbsp;why is the switch
&lt;br&gt;&amp;gt;&amp;gt; being set to 'manual' &amp;nbsp;and not the actually ON and OFF codes being
&lt;br&gt;&amp;gt;&amp;gt; sent? &amp;nbsp;If I remove the A3 device, and just watch the logs the PLM is
&lt;br&gt;&amp;gt;&amp;gt; correctly seeing them as A3 ON and A3 OFF, but ignores this
&lt;br&gt;&amp;gt;&amp;gt; information when I define a name to go with it.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Brock Palen
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=24316896&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;brockp@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; www.mlds-networks.com
&lt;br&gt;&amp;gt;&amp;gt; MLDS Owner Senior Tech.
&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; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; ________________________________________________________
&lt;br&gt;&amp;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;&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; 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;/div&gt;&lt;br&gt;&lt;br&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/control-insteon-lights-from-x10-remotes-tp24300565p24316896.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-24306507</id>
	<title>Re: control insteon lights from x10 remotes</title>
	<published>2009-07-02T05:55:31Z</published>
	<updated>2009-07-02T05:55:31Z</updated>
	<author>
		<name>Gregg Liming</name>
	</author>
	<content type="html">Brock Palen wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I have insteon lights in my bedroom, they work fine, and are &amp;nbsp;
&lt;br&gt;&amp;gt; controlled by a scene defined as:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; IPLL, PLM:10, bed_both_scene, all_scenes, PLM
&lt;br&gt;&amp;gt; SCENE_MEMBER, bedroom_light1, bed_both_scene, 100%, 2s
&lt;br&gt;&amp;gt; SCENE_MEMBER, bedroom_light2, bed_both_scene, 100%, 2s
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I also have an x10 wireless remote I would like to use to control it, &amp;nbsp;
&lt;br&gt;&amp;gt; I defined it as:
&lt;br&gt;&amp;gt; X10SL, &amp;nbsp;A3, &amp;nbsp; &amp;nbsp; x10_bedroom_light, &amp;nbsp; &amp;nbsp; &amp;nbsp;All_Lights, &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; PLM,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I then made the following code:
&lt;br&gt;&amp;gt; if( $state = $x10_bedroom_light-&amp;gt;state_now()){
&lt;br&gt;&amp;gt; $bed_both_scene-&amp;gt;set($state);
&lt;br&gt;&amp;gt; print_log &amp;quot;x10 said bedroom light $state&amp;quot;;
&lt;/div&gt;&lt;br&gt;Try changing the above print_log statement to:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; print_log &amp;quot;x10 said bedroom light $state and state_level &amp;quot; . 
&lt;br&gt;$x10_bedroom_light-&amp;gt;state_level;
&lt;br&gt;&lt;br&gt;If state_level gives the correct corresponding value, then you'll have 
&lt;br&gt;to further qualify your code above.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; }
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; When I hit 'ON' &amp;nbsp;I get the following logged:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 07/01/09 11:04:10 PM XA3: x10_bedroom_light manual
&lt;br&gt;&amp;gt; 07/01/09 11:04:10 PM x10 said bedroom light manual
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; And the lights turn on, but I can't turn them off, &amp;nbsp;why is the switch &amp;nbsp;
&lt;br&gt;&amp;gt; being set to 'manual' &amp;nbsp;and not the actually ON and OFF codes being &amp;nbsp;
&lt;br&gt;&amp;gt; sent? &amp;nbsp;If I remove the A3 device, and just watch the logs the PLM is &amp;nbsp;
&lt;br&gt;&amp;gt; correctly seeing them as A3 ON and A3 OFF, but ignores this &amp;nbsp;
&lt;br&gt;&amp;gt; information when I define a name to go with it.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Brock Palen
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=24306507&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;brockp@...&lt;/a&gt;
&lt;br&gt;&amp;gt; www.mlds-networks.com
&lt;br&gt;&amp;gt; MLDS Owner Senior Tech.
&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; ________________________________________________________
&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;/div&gt;&lt;br&gt;&lt;br&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/control-insteon-lights-from-x10-remotes-tp24300565p24306507.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-24301239</id>
	<title>Re: control insteon lights from x10 remotes</title>
	<published>2009-07-01T22:11:48Z</published>
	<updated>2009-07-01T22:11:48Z</updated>
	<author>
		<name>Marc MERLIN-7</name>
	</author>
	<content type="html">On Wed, Jul 01, 2009 at 11:34:15PM -0400, Brock Palen wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I have insteon lights in my bedroom, they work fine, and are &amp;nbsp;
&lt;br&gt;&amp;gt; controlled by a scene defined as:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; IPLL, PLM:10, bed_both_scene, all_scenes, PLM
&lt;br&gt;&amp;gt; SCENE_MEMBER, bedroom_light1, bed_both_scene, 100%, 2s
&lt;br&gt;&amp;gt; SCENE_MEMBER, bedroom_light2, bed_both_scene, 100%, 2s
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I also have an x10 wireless remote I would like to use to control it, &amp;nbsp;
&lt;br&gt;&amp;gt; I defined it as:
&lt;br&gt;&amp;gt; X10SL, &amp;nbsp;A3, &amp;nbsp; &amp;nbsp; x10_bedroom_light, &amp;nbsp; &amp;nbsp; &amp;nbsp;All_Lights, &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; PLM,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I then made the following code:
&lt;br&gt;&amp;gt; if( $state = $x10_bedroom_light-&amp;gt;state_now()){
&lt;br&gt;&amp;gt; $bed_both_scene-&amp;gt;set($state);
&lt;br&gt;&amp;gt; print_log &amp;quot;x10 said bedroom light $state&amp;quot;;
&lt;br&gt;&amp;gt; }
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; When I hit 'ON' &amp;nbsp;I get the following logged:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 07/01/09 11:04:10 PM XA3: x10_bedroom_light manual
&lt;br&gt;&amp;gt; 07/01/09 11:04:10 PM x10 said bedroom light manual
&lt;/div&gt;&amp;nbsp;
&lt;br&gt;I'm not too sure why you're getting manual.
&lt;br&gt;&lt;br&gt;I have
&lt;br&gt;X10SL, &amp;nbsp;L4, &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; mbr_lamp2_x10, &amp;nbsp;All_X10_lights|All_X10, &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; PLM,
&lt;br&gt;&lt;br&gt;and my code is
&lt;br&gt;if ($mbr_lamp2_x10-&amp;gt;state_now eq ON)
&lt;br&gt;{
&lt;br&gt;&amp;nbsp; print_log &amp;quot;Got on for mbr_lamp2_x10, resending as insteon command&amp;quot;;
&lt;br&gt;&amp;nbsp; $mbr_lamp2-&amp;gt;set(ON);
&lt;br&gt;} 
&lt;br&gt;elsif ($mbr_lamp2_x10-&amp;gt;state_now eq OFF)
&lt;br&gt;{
&lt;br&gt;&amp;nbsp; print_log &amp;quot;Got off for mbr_lamp2_x10, resending as insteon command&amp;quot;;
&lt;br&gt;&amp;nbsp; $mbr_lamp2-&amp;gt;set(OFF);
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;Maybe you want to try X10A instead of X10SL? (or X10I?)
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Marc
&lt;br&gt;-- 
&lt;br&gt;&amp;quot;A mouse is a device used to point at the xterm you want to type in&amp;quot; - A.S.R.
&lt;br&gt;Microsoft is to operating systems &amp; security ....
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; .... what McDonalds is to gourmet cooking
&lt;br&gt;Home page: &lt;a href=&quot;http://marc.merlins.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://marc.merlins.org/&lt;/a&gt;&amp;nbsp; 
&lt;br&gt;&lt;br&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/control-insteon-lights-from-x10-remotes-tp24300565p24301239.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-24300565</id>
	<title>control insteon lights from x10 remotes</title>
	<published>2009-07-01T20:34:15Z</published>
	<updated>2009-07-01T20:34:15Z</updated>
	<author>
		<name>Brock Palen-3</name>
	</author>
	<content type="html">I have insteon lights in my bedroom, they work fine, and are &amp;nbsp;
&lt;br&gt;controlled by a scene defined as:
&lt;br&gt;&lt;br&gt;IPLL, PLM:10, bed_both_scene, all_scenes, PLM
&lt;br&gt;SCENE_MEMBER, bedroom_light1, bed_both_scene, 100%, 2s
&lt;br&gt;SCENE_MEMBER, bedroom_light2, bed_both_scene, 100%, 2s
&lt;br&gt;&lt;br&gt;I also have an x10 wireless remote I would like to use to control it, &amp;nbsp;
&lt;br&gt;I defined it as:
&lt;br&gt;X10SL, &amp;nbsp;A3, &amp;nbsp; &amp;nbsp; x10_bedroom_light, &amp;nbsp; &amp;nbsp; &amp;nbsp;All_Lights, &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;PLM,
&lt;br&gt;&lt;br&gt;I then made the following code:
&lt;br&gt;if( $state = $x10_bedroom_light-&amp;gt;state_now()){
&lt;br&gt;$bed_both_scene-&amp;gt;set($state);
&lt;br&gt;print_log &amp;quot;x10 said bedroom light $state&amp;quot;;
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;&lt;br&gt;When I hit 'ON' &amp;nbsp;I get the following logged:
&lt;br&gt;&lt;br&gt;07/01/09 11:04:10 PM XA3: x10_bedroom_light manual
&lt;br&gt;07/01/09 11:04:10 PM x10 said bedroom light manual
&lt;br&gt;&lt;br&gt;And the lights turn on, but I can't turn them off, &amp;nbsp;why is the switch &amp;nbsp;
&lt;br&gt;being set to 'manual' &amp;nbsp;and not the actually ON and OFF codes being &amp;nbsp;
&lt;br&gt;sent? &amp;nbsp;If I remove the A3 device, and just watch the logs the PLM is &amp;nbsp;
&lt;br&gt;correctly seeing them as A3 ON and A3 OFF, but ignores this &amp;nbsp;
&lt;br&gt;information when I define a name to go with it.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;&lt;br&gt;Brock Palen
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=24300565&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;brockp@...&lt;/a&gt;
&lt;br&gt;www.mlds-networks.com
&lt;br&gt;MLDS Owner Senior Tech.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&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/control-insteon-lights-from-x10-remotes-tp24300565p24300565.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-24251047</id>
	<title>Organizer Problem</title>
	<published>2009-06-29T02:31:55Z</published>
	<updated>2009-06-29T02:31:55Z</updated>
	<author>
		<name>Lons</name>
	</author>
	<content type="html">Hi
&lt;br&gt;&lt;br&gt;I have a problem with the organizer, i see in the logfile that misterhouse reads my Google Calendar but when he is ready my Calendar.tab is empty.
&lt;br&gt;&lt;br&gt;What i have done:
&lt;br&gt;Copying my Private Addresse (.ics) to mh.personal.ini
&lt;br&gt;&lt;br&gt;&lt;i&gt;ical2vsdb_Algemein=&lt;a href=&quot;http://www.google.com/calendar/ical/********/basic.ics&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.google.com/calendar/ical/********/basic.ics&lt;/a&gt;&lt;br&gt;ical2vsdb_Dienstplan=&lt;a href=&quot;http://www.google.com/calendar/ical/********/basic.ics&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.google.com/calendar/ical/********/basic.ics&lt;/a&gt;&lt;br&gt;ical2vsdb_Geburtstage=&lt;a href=&quot;http://www.google.com/calendar/********/basic.ics&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.google.com/calendar/********/basic.ics&lt;/a&gt;&lt;br&gt;ical2vsdb_Algemein_options=sync_dtstamp
&lt;br&gt;ical2vsdb_Dienstplan_options=sync_dtstamp
&lt;br&gt;ical2vsdb_Geburtstage_options=sync_dtstamp
&lt;br&gt;ical_read_interval=15 #&amp;lt;----in minutes&lt;/i&gt;&lt;br&gt;&lt;br&gt;apt-get install:
&lt;br&gt;&lt;i&gt;libdatetime-timezone-perl
&lt;br&gt;libdate-calc-perl&lt;/i&gt;&lt;br&gt;&lt;br&gt;My Log file:
&lt;br&gt;&lt;i&gt;Use of uninitialized value in sprintf at ../lib/site/HTTP/Status.pm line 14.
&lt;br&gt;Use of uninitialized value in sprintf at ../lib/site/HTTP/Status.pm line 14.
&lt;br&gt;Use of uninitialized value in sprintf at ../lib/site/HTTP/Message.pm line 7.
&lt;br&gt;Use of uninitialized value in sprintf at ../lib/site/HTTP/Message.pm line 7.
&lt;br&gt;Use of uninitialized value in sprintf at ../lib/site/HTTP/Headers.pm line 9.
&lt;br&gt;Use of uninitialized value in sprintf at ../lib/site/HTTP/Headers.pm line 9.
&lt;br&gt;Use of uninitialized value in sprintf at ../lib/site/HTTP/Request.pm line 7.
&lt;br&gt;Use of uninitialized value in sprintf at ../lib/site/HTTP/Request.pm line 7.
&lt;br&gt;Use of uninitialized value in sprintf at ../lib/site/HTTP/Response.pm line 7.
&lt;br&gt;Use of uninitialized value in sprintf at ../lib/site/HTTP/Response.pm line 7.
&lt;br&gt;Use of uninitialized value in sprintf at ../lib/site/HTTP/Date.pm line 3.
&lt;br&gt;Use of uninitialized value in sprintf at ../lib/site/HTTP/Date.pm line 3.
&lt;br&gt;Loaded DateTime::TimeZone::Europe::Vienna, which is from an older version (2007j) of the Olson database than this installation of DateTime::TimeZone (2007f).
&lt;br&gt;Loaded DateTime::TimeZone::Europe::Vienna, which is from an older version (2007j) of the Olson database than this installation of DateTime::TimeZone (2007f).
&lt;br&gt;Loaded DateTime::TimeZone::Europe::Vienna, which is from an older version (2007j) of the Olson database than this installation of DateTime::TimeZone (2007f).
&lt;br&gt;iCal to vsDB Misterhouse import (ical2vsdb v3.1 08-07-14) starting...
&lt;br&gt;Processing 3 iCals, 180 days in the future, 180 in the past
&lt;br&gt;Beginning scan for calendars...
&lt;br&gt;&lt;br&gt;Processing Calendar: www.google.com/calendar/ical/*******/basic.ics ...
&lt;br&gt;Fetching via LWP...done
&lt;br&gt;Syncing DTSTAMP attributes from CREATED...
&lt;br&gt;New Calendar entries. Processing iCal..................................done
&lt;br&gt;&lt;br&gt;Processing Calendar: www.google.com/calendar/ical/c9aubn6o53iqjshmrk56ofsc34%40group.calendar.google .com/*******/basic.ics ...
&lt;br&gt;Fetching via LWP...done
&lt;br&gt;Syncing DTSTAMP attributes from CREATED...
&lt;br&gt;New Calendar entries. Processing iCal..................................done
&lt;br&gt;&lt;br&gt;Processing Calendar: www.google.com/calendar/ical/5s9627auetio5dnvg2cqn9fc4o%40group.calendar.google .com/*******/basic.ics ...
&lt;br&gt;Fetching via LWP...done
&lt;br&gt;Syncing DTSTAMP attributes from CREATED...
&lt;br&gt;New Calendar entries. Processing iCal..................................done
&lt;br&gt;Updating databases for ******* Dienstplan Geburtstage &amp; CO ...
&lt;br&gt;done
&lt;br&gt;Process Completed. &lt;/i&gt;&lt;br&gt;&lt;br&gt;But the Calendar.tab and organizer_events.pl are empty.
&lt;br&gt;In my Google Calendar where over 30 Items.
&lt;br&gt;&lt;br&gt;Whats the problem, how can i solve it?
&lt;br&gt;&lt;br&gt;Thanks, Lons&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/Organizer-Problem-tp24251047p24251047.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-24246665</id>
	<title>Re: UPB Links not working</title>
	<published>2009-06-28T16:40:40Z</published>
	<updated>2009-06-28T16:40:40Z</updated>
	<author>
		<name>Matt09</name>
	</author>
	<content type="html">I used UPStart to define the Link. The switches are set to listen to the link address. And it does work from UPStart and a timing module (&lt;a href=&quot;http://simply-automated.com/products/sa_UCS.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://simply-automated.com/products/sa_UCS.htm&lt;/a&gt;).
&lt;br&gt;That's Why I'm at a loss...
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Timothy Spaulding wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;What did you use to define the link? Are the switches set to listen to this link address? And does it work when you activate the link from the software used to program the switches?
&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: Matt09 [mailto:sperospes@gmail.com]
&lt;br&gt;Sent: Sunday, June 28, 2009 3:25 PM
&lt;br&gt;To: misterhouse-users@lists.sourceforge.net
&lt;br&gt;Subject: [mh] UPB Links not working
&lt;br&gt;&lt;br&gt;&lt;br&gt;I have been using MisterHouse to control devices for a little while and it
&lt;br&gt;works beautifully.
&lt;br&gt;What I can't seem to implement though are Links.
&lt;br&gt;I have in my items.mht file:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;UPBL,a1001,pim1,250,6
&lt;br&gt;Obviously the pim, pim1, is working as it can correctly control lights.
&lt;br&gt;My Network ID is 250.
&lt;br&gt;The Link ID is 6.
&lt;br&gt;When I type the following into the mh external prompt:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;set $a1001 'on'
&lt;br&gt;mh accepts the command, the PIM buzzes as it does when transmitting,
&lt;br&gt;but the set of 2 switches in my kitchen do not turn on.
&lt;br&gt;Does anyone have any idea what my be going wrong?
&lt;br&gt;I'd be more than happy to supply information towards figuring this out.
&lt;br&gt;--
&lt;br&gt;View this message in context: &lt;a href=&quot;http://www.nabble.com/UPB-Links-not-working-tp24244610p24244610.html&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/UPB-Links-not-working-tp24244610p24244610.html&lt;/a&gt;&lt;br&gt;Sent from the Misterhouse - User mailing list archive at Nabble.com.
&lt;br&gt;&lt;br&gt;&lt;br&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;________________________________________________________
&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;/div&gt;
&lt;/div&gt;&lt;/blockquote&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/UPB-Links-not-working-tp24244610p24246665.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-24246591</id>
	<title>Re: UPB Links not working</title>
	<published>2009-06-28T16:14:13Z</published>
	<updated>2009-06-28T16:14:13Z</updated>
	<author>
		<name>Timothy Spaulding</name>
	</author>
	<content type="html">What did you use to define the link? Are the switches set to listen to this link address? And does it work when you activate the link from the software used to program the switches?
&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: Matt09 [mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=24246591&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sperospes@...&lt;/a&gt;]
&lt;br&gt;Sent: Sunday, June 28, 2009 3:25 PM
&lt;br&gt;To: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=24246591&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;misterhouse-users@...&lt;/a&gt;
&lt;br&gt;Subject: [mh] UPB Links not working
&lt;br&gt;&lt;br&gt;&lt;br&gt;I have been using MisterHouse to control devices for a little while and it
&lt;br&gt;works beautifully.
&lt;br&gt;What I can't seem to implement though are Links.
&lt;br&gt;I have in my items.mht file:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;UPBL,a1001,pim1,250,6
&lt;br&gt;Obviously the pim, pim1, is working as it can correctly control lights.
&lt;br&gt;My Network ID is 250.
&lt;br&gt;The Link ID is 6.
&lt;br&gt;When I type the following into the mh external prompt:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;set $a1001 'on'
&lt;br&gt;mh accepts the command, the PIM buzzes as it does when transmitting,
&lt;br&gt;but the set of 2 switches in my kitchen do not turn on.
&lt;br&gt;Does anyone have any idea what my be going wrong?
&lt;br&gt;I'd be more than happy to supply information towards figuring this out.
&lt;br&gt;--
&lt;br&gt;View this message in context: &lt;a href=&quot;http://www.nabble.com/UPB-Links-not-working-tp24244610p24244610.html&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/UPB-Links-not-working-tp24244610p24244610.html&lt;/a&gt;&lt;br&gt;Sent from the Misterhouse - User mailing list archive at Nabble.com.
&lt;br&gt;&lt;br&gt;&lt;br&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;________________________________________________________
&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/UPB-Links-not-working-tp24244610p24246591.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-24245102</id>
	<title>Re: internet_iridium.pl</title>
	<published>2009-06-28T13:06:12Z</published>
	<updated>2009-06-28T13:06:12Z</updated>
	<author>
		<name>Tim Sailer-2</name>
	</author>
	<content type="html">Filliphy wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;nbsp; I have just downloaded misterhouse and have installed it. &amp;nbsp;And, I must say
&lt;br&gt;&amp;gt; it is fantastic! &amp;nbsp;I don't have any X10 stuff (it should arrive tomorrow),
&lt;br&gt;&amp;gt; but I am in the process of setting up all the code and getting it to work
&lt;br&gt;&amp;gt; properly. &amp;nbsp;One thing that I have found is that I can't send my latitude and
&lt;br&gt;&amp;gt; longitude data from my mh.private.ini to the heavens-above website. &amp;nbsp; &amp;nbsp;It
&lt;br&gt;&amp;gt; just keeps giving me the general lat and long for Brisbane, Australia.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;In my mh.private.ini file, I have:
&lt;br&gt;&lt;br&gt;latitude=40.80644
&lt;br&gt;longitude=-70.856608
&lt;br&gt;time_zone=-5
&lt;br&gt;&lt;br&gt;When you start up misterhouse, do you get something like
&lt;br&gt;&lt;br&gt;Read parameter files: ./mh.ini ./mh.private.ini 
&lt;br&gt;/usr/local/mrh/mh.private.ini &amp;nbsp;?
&lt;br&gt;&lt;br&gt;If not, you may have it in the wrong spot for MH to find it by default.
&lt;br&gt;&lt;br&gt;Tim
&lt;br&gt;&lt;br&gt;&lt;br&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/internet_iridium.pl-tp24201933p24245102.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-24244610</id>
	<title>UPB Links not working</title>
	<published>2009-06-28T12:25:29Z</published>
	<updated>2009-06-28T12:25:29Z</updated>
	<author>
		<name>Matt09</name>
	</author>
	<content type="html">I have been using MisterHouse to control devices for a little while and it works beautifully.
&lt;br&gt;What I can't seem to implement though are Links.
&lt;br&gt;I have in my items.mht file:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;UPBL,a1001,pim1,250,6
&lt;br&gt;Obviously the pim, pim1, is working as it can correctly control lights.
&lt;br&gt;My Network ID is 250.
&lt;br&gt;The Link ID is 6.
&lt;br&gt;When I type the following into the mh external prompt:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;set $a1001 'on'
&lt;br&gt;mh accepts the command, the PIM buzzes as it does when transmitting,
&lt;br&gt;but the set of 2 switches in my kitchen do not turn on.
&lt;br&gt;Does anyone have any idea what my be going wrong?
&lt;br&gt;I'd be more than happy to supply information towards figuring this out.&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/UPB-Links-not-working-tp24244610p24244610.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-24240448</id>
	<title>Re: Can't control x10 from RemoteLinc but can from webpage</title>
	<published>2009-06-28T03:32:31Z</published>
	<updated>2009-06-28T03:32:31Z</updated>
	<author>
		<name>Gregg Liming</name>
	</author>
	<content type="html">Brock Palen wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;nbsp; recently upgraded to my first insteon gear, &amp;nbsp;and am trying to &amp;nbsp;
&lt;br&gt;&amp;gt; control an x10 appliance module connected to a lamp using a RemoteLinc &amp;nbsp;
&lt;br&gt;&amp;gt; controller.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I should point out that I have been able to pare the remote with the &amp;nbsp;
&lt;br&gt;&amp;gt; plm and mh, and two light modules.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I can control the x10 module from the mh webpage, but not form the &amp;nbsp;
&lt;br&gt;&amp;gt; small code I wrote to control from the remotelinc. &amp;nbsp;Note I am trying &amp;nbsp;
&lt;br&gt;&amp;gt; to have mh control the device,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Here is what I see when I control (successfully) from the webpage:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 06/28/09 12:51:21 AM [Insteon_PLM] x10 sending code: A2 as insteon &amp;nbsp;
&lt;br&gt;&amp;gt; msg: 02636e00
&lt;br&gt;&amp;gt; 06/28/09 12:51:21 AM [Insteon_PLM] x10 sending code: AJ as insteon &amp;nbsp;
&lt;br&gt;&amp;gt; msg: 02636280
&lt;br&gt;&amp;gt; 06/28/09 12:51:21 AM [Insteon_PLM] Command stack size: 1
&lt;br&gt;&amp;gt; 06/28/09 12:51:22 AM [Insteon_PLM] Parsing serial data: 02636e0006
&lt;br&gt;&amp;gt; 06/28/09 12:51:22 AM [Insteon_PLM] Parsing serial data: 0263628006
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Here is what happens when I try to control it from the remoteLinc
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 06/28/09 12:52:04 AM [Insteon_PLM] Parsing serial data: &amp;nbsp;
&lt;br&gt;&amp;gt; 02500a2c85000002c71100
&lt;br&gt;&amp;gt; 06/28/09 12:52:04 AM [Insteon_Device] command:11; type:alllink; group: &amp;nbsp;
&lt;br&gt;&amp;gt; 02
&lt;br&gt;&amp;gt; 06/28/09 12:52:04 AM [Insteon_Device] found: on
&lt;br&gt;&amp;gt; 06/28/09 12:52:04 AM [Insteon_PLM] Processing message for &amp;nbsp;
&lt;br&gt;&amp;gt; $silver_button_2
&lt;br&gt;&amp;gt; 06/28/09 12:52:04 AM [Insteon_Device] &amp;nbsp;
&lt;br&gt;&amp;gt; $silver_button_2::set_receive(on, Insteon_Link=HASH(0xb5f39a0))
&lt;br&gt;&amp;gt; 06/28/09 12:52:04 AM silver remote on
&lt;br&gt;&amp;gt; 06/28/09 12:52:04 AM [X10] Toggling X10_Item object $living_room_light &amp;nbsp;
&lt;br&gt;&amp;gt; from off to on
&lt;br&gt;&amp;gt; 06/28/09 12:52:04 AM [Insteon_PLM] x10 sending code: A2 as insteon &amp;nbsp;
&lt;br&gt;&amp;gt; msg: 02636e00
&lt;br&gt;&amp;gt; 06/28/09 12:52:04 AM [Insteon_PLM] x10 sending code: AJ as insteon &amp;nbsp;
&lt;br&gt;&amp;gt; msg: 02636280
&lt;br&gt;&amp;gt; 06/28/09 12:52:04 AM [Insteon_PLM] Command stack size: 1
&lt;br&gt;&amp;gt; 06/28/09 12:52:04 AM [Insteon_PLM] Parsing serial data: 02636e0006
&lt;br&gt;&amp;gt; 06/28/09 12:52:04 AM [Insteon_PLM] Parsing serial data: 0263628006
&lt;br&gt;&amp;gt; 06/28/09 12:52:05 AM [Insteon_PLM] Parsing serial data: &amp;nbsp;
&lt;br&gt;&amp;gt; 02500a2c850fd787431102
&lt;br&gt;&amp;gt; 06/28/09 12:52:05 AM [Insteon_Device] command:11; type:cleanup; group: &amp;nbsp;
&lt;br&gt;&amp;gt; 02
&lt;br&gt;&amp;gt; 06/28/09 12:52:05 AM [Insteon_Device] found: on
&lt;br&gt;&amp;gt; 06/28/09 12:52:05 AM [Insteon_PLM] Processing message for &amp;nbsp;
&lt;br&gt;&amp;gt; $silver_button_2
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Note that the commands MH says it is sending are the same, but nothing &amp;nbsp;
&lt;br&gt;&amp;gt; happens to the light. &amp;nbsp;Is this just insteon commands overwhelming the &amp;nbsp;
&lt;br&gt;&amp;gt; network?
&lt;/div&gt;&lt;br&gt;I suspect that the x10 signals that you are sending are colliding (due 
&lt;br&gt;to timing) with the final signals sent from the remotelinc. &amp;nbsp;Assuming 
&lt;br&gt;that you are using a &amp;quot;set&amp;quot; method to send signals to your x10, I would 
&lt;br&gt;switch to using &amp;quot;set_with_timer&amp;quot; to introduce a slight delay (e.g., 1 
&lt;br&gt;second). &amp;nbsp;In an insteon-only environment, you still might have 
&lt;br&gt;collisions, but the signals would be automatically resent.
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;What is that extra Parsing serial data lines?
&lt;br&gt;&lt;br&gt;The insteon protocol for linked devices starts with a broadcast which 
&lt;br&gt;accounts for the first parsed &amp;quot;on&amp;quot; and then sends out a direct &amp;quot;cleanup&amp;quot; 
&lt;br&gt;command to each linked responder which accounts for the second &amp;quot;on&amp;quot; 
&lt;br&gt;message. &amp;nbsp;In general, this is a good thing as broadcast messages are not 
&lt;br&gt;acknowledged and this is the insteon mechanism to attempt guaranteed 
&lt;br&gt;delivery.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Thanks, &amp;nbsp;I searched but could not find a similar issue.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Brock Palen
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=24240448&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;brockp@...&lt;/a&gt;
&lt;br&gt;&amp;gt; www.mlds-networks.com
&lt;br&gt;&amp;gt; MLDS Owner Senior Tech.
&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; ________________________________________________________
&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;/div&gt;&lt;br&gt;&lt;br&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/Can%27t-control-x10-from-RemoteLinc-but-can-from-webpage-tp24238917p24240448.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-24238917</id>
	<title>Can't control x10 from RemoteLinc but can from webpage</title>
	<published>2009-06-27T21:55:48Z</published>
	<updated>2009-06-27T21:55:48Z</updated>
	<author>
		<name>Brock Palen-3</name>
	</author>
	<content type="html">&amp;nbsp; recently upgraded to my first insteon gear, &amp;nbsp;and am trying to &amp;nbsp;
&lt;br&gt;control an x10 appliance module connected to a lamp using a RemoteLinc &amp;nbsp;
&lt;br&gt;controller.
&lt;br&gt;&lt;br&gt;I should point out that I have been able to pare the remote with the &amp;nbsp;
&lt;br&gt;plm and mh, and two light modules.
&lt;br&gt;&lt;br&gt;I can control the x10 module from the mh webpage, but not form the &amp;nbsp;
&lt;br&gt;small code I wrote to control from the remotelinc. &amp;nbsp;Note I am trying &amp;nbsp;
&lt;br&gt;to have mh control the device,
&lt;br&gt;&lt;br&gt;Here is what I see when I control (successfully) from the webpage:
&lt;br&gt;&lt;br&gt;06/28/09 12:51:21 AM [Insteon_PLM] x10 sending code: A2 as insteon &amp;nbsp;
&lt;br&gt;msg: 02636e00
&lt;br&gt;06/28/09 12:51:21 AM [Insteon_PLM] x10 sending code: AJ as insteon &amp;nbsp;
&lt;br&gt;msg: 02636280
&lt;br&gt;06/28/09 12:51:21 AM [Insteon_PLM] Command stack size: 1
&lt;br&gt;06/28/09 12:51:22 AM [Insteon_PLM] Parsing serial data: 02636e0006
&lt;br&gt;06/28/09 12:51:22 AM [Insteon_PLM] Parsing serial data: 0263628006
&lt;br&gt;&lt;br&gt;Here is what happens when I try to control it from the remoteLinc
&lt;br&gt;&lt;br&gt;06/28/09 12:52:04 AM [Insteon_PLM] Parsing serial data: &amp;nbsp;
&lt;br&gt;02500a2c85000002c71100
&lt;br&gt;06/28/09 12:52:04 AM [Insteon_Device] command:11; type:alllink; group: &amp;nbsp;
&lt;br&gt;02
&lt;br&gt;06/28/09 12:52:04 AM [Insteon_Device] found: on
&lt;br&gt;06/28/09 12:52:04 AM [Insteon_PLM] Processing message for &amp;nbsp;
&lt;br&gt;$silver_button_2
&lt;br&gt;06/28/09 12:52:04 AM [Insteon_Device] &amp;nbsp;
&lt;br&gt;$silver_button_2::set_receive(on, Insteon_Link=HASH(0xb5f39a0))
&lt;br&gt;06/28/09 12:52:04 AM silver remote on
&lt;br&gt;06/28/09 12:52:04 AM [X10] Toggling X10_Item object $living_room_light &amp;nbsp;
&lt;br&gt;from off to on
&lt;br&gt;06/28/09 12:52:04 AM [Insteon_PLM] x10 sending code: A2 as insteon &amp;nbsp;
&lt;br&gt;msg: 02636e00
&lt;br&gt;06/28/09 12:52:04 AM [Insteon_PLM] x10 sending code: AJ as insteon &amp;nbsp;
&lt;br&gt;msg: 02636280
&lt;br&gt;06/28/09 12:52:04 AM [Insteon_PLM] Command stack size: 1
&lt;br&gt;06/28/09 12:52:04 AM [Insteon_PLM] Parsing serial data: 02636e0006
&lt;br&gt;06/28/09 12:52:04 AM [Insteon_PLM] Parsing serial data: 0263628006
&lt;br&gt;06/28/09 12:52:05 AM [Insteon_PLM] Parsing serial data: &amp;nbsp;
&lt;br&gt;02500a2c850fd787431102
&lt;br&gt;06/28/09 12:52:05 AM [Insteon_Device] command:11; type:cleanup; group: &amp;nbsp;
&lt;br&gt;02
&lt;br&gt;06/28/09 12:52:05 AM [Insteon_Device] found: on
&lt;br&gt;06/28/09 12:52:05 AM [Insteon_PLM] Processing message for &amp;nbsp;
&lt;br&gt;$silver_button_2
&lt;br&gt;&lt;br&gt;&lt;br&gt;Note that the commands MH says it is sending are the same, but nothing &amp;nbsp;
&lt;br&gt;happens to the light. &amp;nbsp;Is this just insteon commands overwhelming the &amp;nbsp;
&lt;br&gt;network? &amp;nbsp; &amp;nbsp;What is that extra Parsing serial data lines?
&lt;br&gt;&lt;br&gt;Thanks, &amp;nbsp;I searched but could not find a similar issue.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Brock Palen
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=24238917&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;brockp@...&lt;/a&gt;
&lt;br&gt;www.mlds-networks.com
&lt;br&gt;MLDS Owner Senior Tech.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&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/Can%27t-control-x10-from-RemoteLinc-but-can-from-webpage-tp24238917p24238917.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-24225174</id>
	<title>MH/phone message/caller id integration with VOCP</title>
	<published>2009-06-26T11:24:55Z</published>
	<updated>2009-06-26T11:24:55Z</updated>
	<author>
		<name>JimMH</name>
	</author>
	<content type="html">I am progressing on getting VOCP running and want to integrate this with MH. &amp;nbsp;vocp_callerid.pl looks like a good start but mentions it is &amp;quot;a companion program to David Satterfields vocp_voicemail&amp;quot;. &amp;nbsp;I haven't found vocp_voicemail... &amp;nbsp;Also found several mh perl files related to vocp - some mention other parts that aren't to be found. &amp;nbsp;
&lt;br&gt;&lt;br&gt;What are the recommended ways to tie these together? &amp;nbsp;Is anyone using this that can tell me what code they are using, etc?
&lt;br&gt;&lt;br&gt;I know one of the issues with vgetty was a delay in caller id until the call ended but I think vocp doesn't have this issue. &amp;nbsp;Was mainly interested in passing caller id to start but would like to be able to pass other information eventually.
&lt;br&gt;&lt;br&gt;Anyone have a method for mh to use a voice modem to originate a call?
&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/MH-phone-message-caller-id-integration-with-VOCP-tp24225174p24225174.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-24221130</id>
	<title>Moonphase wrong</title>
	<published>2009-06-26T06:20:26Z</published>
	<updated>2009-06-26T06:20:26Z</updated>
	<author>
		<name>Johan-36</name>
	</author>
	<content type="html">Hello there,
&lt;br&gt;&lt;br&gt;I recently started using MH (again) and I noticed the moonphase is &amp;nbsp;
&lt;br&gt;wrongly calculated.
&lt;br&gt;&lt;br&gt;Upon startup on June 26th 2009, MH displays:
&lt;br&gt;&lt;br&gt;Latitude: 123.45, &amp;nbsp;Longitude: 54.321, &amp;nbsp;Time Zone: 0
&lt;br&gt;sunrise=6:26 sunset=22:58
&lt;br&gt;sunrise twilight=5:40 sunset twilight=23:44
&lt;br&gt;The moon is One-Quarter Waxing, 20% bright, and 4 days old
&lt;br&gt;The next full moon is on Thursday, August 6th
&lt;br&gt;&lt;br&gt;As a moonmonth lasts a little less than a normal month, it is very &amp;nbsp;
&lt;br&gt;strange the next full moon is being calculated to be on August 6th.
&lt;br&gt;&lt;br&gt;According to several different sources, it should be July 7th.
&lt;br&gt;&lt;br&gt;&lt;br&gt;So, I investigated...
&lt;br&gt;This bug is present in the current stable release, and in the latest &amp;nbsp;
&lt;br&gt;SVN version.
&lt;br&gt;&lt;br&gt;In bin/mh there is a function &amp;quot;set_moon_data&amp;quot;, and is says:
&lt;br&gt;&lt;br&gt;my @phases = Astro::MoonPhase::phasehunt($Time + 3600*24*30);
&lt;br&gt;So the parameter is $Time plus 1 month.
&lt;br&gt;&lt;br&gt;I changed it to:
&lt;br&gt;&lt;br&gt;my @phases = Astro::MoonPhase::phasehunt($Time);
&lt;br&gt;&lt;br&gt;And it &amp;quot;seems&amp;quot; to be OK for now:
&lt;br&gt;&lt;br&gt;Latitude: 123.45, &amp;nbsp;Longitude: 54.321, &amp;nbsp;Time Zone: 0
&lt;br&gt;sunrise=6:26 sunset=22:58
&lt;br&gt;sunrise twilight=5:40 sunset twilight=23:44
&lt;br&gt;The moon is One-Quarter Waxing, 20% bright, and 4 days old
&lt;br&gt;The next full moon is on Tuesday, July 7th
&lt;br&gt;&lt;br&gt;&lt;br&gt;As I don't understand the code and I don't know why the parameter is 1 &amp;nbsp;
&lt;br&gt;month in the future, I don't know if this is a good fix.
&lt;br&gt;It might break other stuff...
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;&lt;br&gt;Johan.
&lt;br&gt;&lt;br&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/Moonphase-wrong-tp24221130p24221130.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-24201933</id>
	<title>internet_iridium.pl</title>
	<published>2009-06-25T05:03:08Z</published>
	<updated>2009-06-25T05:03:08Z</updated>
	<author>
		<name>Filliphy</name>
	</author>
	<content type="html">Hi MH Users,
&lt;br&gt;&lt;br&gt;&amp;nbsp; I have just downloaded misterhouse and have installed it. &amp;nbsp;And, I must say it is fantastic! &amp;nbsp;I don't have any X10 stuff (it should arrive tomorrow), but I am in the process of setting up all the code and getting it to work properly. &amp;nbsp;One thing that I have found is that I can't send my latitude and longitude data from my mh.private.ini to the heavens-above website. &amp;nbsp; &amp;nbsp;It just keeps giving me the general lat and long for Brisbane, Australia.
&lt;br&gt;&lt;br&gt;I have looked at the code in the .pl file and I can't seem to figure it out. &amp;nbsp;It should work!
&lt;br&gt;&lt;br&gt;Any further hints?
&lt;br&gt;&lt;br&gt;AL.&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/internet_iridium.pl-tp24201933p24201933.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-24174490</id>
	<title>Re: HAI RC-80 question</title>
	<published>2009-06-23T14:02:50Z</published>
	<updated>2009-06-23T14:02:50Z</updated>
	<author>
		<name>Eric M.</name>
	</author>
	<content type="html">&lt;br&gt;If you have a switched outlet on the back of the amp/receiver, you could 
&lt;br&gt;plug the fan into it then it will be on whenever the amp/receiver is on.
&lt;br&gt;&lt;br&gt;Eric
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt;On Sun, Jun 21, 2009 at 02:02:37PM -0700, Marc MERLIN wrote:
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;Let me know. &amp;nbsp;I need to install a booster fan for my home theater, and
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;haven't yet decided how to control it. &amp;nbsp;Where did you get your booster
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;fan?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&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/Re%3A-HAI-RC-80-question-tp24138813p24174490.html" />
</entry>

</feed>
