<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Linux Home Automation</title>
	<atom:link href="http://linuxha.paine.ca/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://linuxha.paine.ca</link>
	<description>Home Automation powered by Linux</description>
	<lastBuildDate>Wed, 28 Jul 2010 02:22:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Winston</title>
		<link>http://linuxha.paine.ca/?p=23</link>
		<comments>http://linuxha.paine.ca/?p=23#comments</comments>
		<pubDate>Sat, 13 Feb 2010 18:01:44 +0000</pubDate>
		<dc:creator>Thom</dc:creator>
				<category><![CDATA[MisterHouse]]></category>

		<guid isPermaLink="false">http://linuxha.paine.ca/?p=23</guid>
		<description><![CDATA[So I&#8217;ve been pretty slow at getting my house switched over to Misterhouse. Learning perl is a huge undertaking, especially for someone like me who refuses to code. The mailing lists are helpful. It would also help if I sat down for a few hours and really worked at it. I&#8217;ve only been tinkering periodically, [...]]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;ve been pretty slow at getting my house switched over to Misterhouse. Learning perl is a huge undertaking, especially for someone like me who refuses to code. The mailing lists are helpful. It would also help if I sat down for a few hours and really worked at it. I&#8217;ve only been tinkering periodically, and that isn&#8217;t getting me anywhere very fast. <img src='http://linuxha.paine.ca/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://linuxha.paine.ca/?feed=rss2&amp;p=23</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Mister House</title>
		<link>http://linuxha.paine.ca/?p=21</link>
		<comments>http://linuxha.paine.ca/?p=21#comments</comments>
		<pubDate>Sun, 16 Aug 2009 23:37:37 +0000</pubDate>
		<dc:creator>Thom</dc:creator>
				<category><![CDATA[MisterHouse]]></category>

		<guid isPermaLink="false">http://linuxha.paine.ca/?p=21</guid>
		<description><![CDATA[I have been reading through the code to Mister House. It looks pretty amazing and appears to be exactly what I am after in regards to home automation. The voice portion looks very promising. Integrating it with x10 and front end tablets seems to be an excellent base on what I want to do.
Checkout this [...]]]></description>
			<content:encoded><![CDATA[<p>I have been reading through the code to Mister House. It looks pretty amazing and appears to be exactly what I am after in regards to home automation. The voice portion looks very promising. Integrating it with x10 and front end tablets seems to be an excellent base on what I want to do.</p>
<p>Checkout this code snippet on a morning routine.</p>
<p style="padding-left: 30px;">#&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
# Example of how to wake up somebody<br />
#&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>if (said $v_wakeup_parents) {<br />
$sleeping_parents = 0;<br />
&amp;pa_sleep_mode(&#8216;all&#8217;, 0);<br />
speak(&#8220;rooms=all Good morning everybody.  It is now $Time_Now on $Date_Now.&#8221;);<br />
speak(&#8220;rooms=all The outside temperature is &#8221; . convert_k2f((state $temp_outside)/10) . &#8220;degrees&#8221;);<br />
speak(&#8220;rooms=all Sunrise today is at $Time_Sunrise, sunset is at $Time_Sunset&#8221;);<br />
readit(&#8220;\\house\c\data\weather_conditions.txt&#8221;);<br />
readit(&#8220;-rooms bedroom //house/c/homepage/mail/mail.txt&#8221;);</p>
<p>set $left_bedroom_light ON;<br />
set $right_bedroom_light ON;</p>
<p>runit(&#8220;min&#8221;, &#8220;ir_cmd TV,POWER,5,1&#8243;);</p>
<p>&amp;curtain_on(&#8216;bedroom&#8217;, &#8216;open&#8217;);<br />
}</p>
<p style="padding-left: 30px;">
<p>That is exactly what I am looking for. That feature alone was something I wanted to have.</p>
<p>Ima get a vmware image of CentOS installed on my laptop and install Misterhouse and see how it works.</p>
]]></content:encoded>
			<wfw:commentRss>http://linuxha.paine.ca/?feed=rss2&amp;p=21</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Links</title>
		<link>http://linuxha.paine.ca/?p=11</link>
		<comments>http://linuxha.paine.ca/?p=11#comments</comments>
		<pubDate>Sun, 16 Aug 2009 06:17:50 +0000</pubDate>
		<dc:creator>Thom</dc:creator>
				<category><![CDATA[Website News]]></category>

		<guid isPermaLink="false">http://linuxha.paine.ca/?p=11</guid>
		<description><![CDATA[I updated the links on my site. It is mostly for my own benefit, because I am terrible at keeping track of links and bookmarks. I plan to bookmark sites I come across for my reference, since I use several different computers on a daily basis.
Currently the links at the right are as follows:

Adam&#8217;s Linux [...]]]></description>
			<content:encoded><![CDATA[<p>I updated the links on my site. It is mostly for my own benefit, because I am terrible at keeping track of links and bookmarks. I plan to bookmark sites I come across for my reference, since I use several different computers on a daily basis.</p>
<p>Currently the links at the right are as follows:</p>
<ul>
<li>Adam&#8217;s Linux HA Blog &#8211; a fellow linux HAer I found with google. I can&#8217;t seem to leave comments on his blog yet, but he seems to have a similar vision in some home automation stuff so I wanted to link him.</li>
<li>Cepstral &#8211; this is a vendor for computerized voices. I am looking for a good sounding voice for my system, and I think that I have found it here. They have all sorts of voices, from guys to chix to specialty voices. Even have foreign languages.</li>
<li>Heyu &#8211; this is linux software to control the CM11 X10 device which currently controls my house. It is very basic home control, using a combination of cron and events to control things.</li>
<li>Main Linux HA site &#8211; Neil Cherry runs a fairly in depth linux ha website. I find many links are outdated or expired, but there is good info there still. This was my starting point.</li>
<li>Minerva Linux HA &#8211; this is another site similar to Misterhouse, which is a backend type software for controlling your house with linux.</li>
<li>Misterhouse &#8211; home control but this one uses perl, which can run on linux.</li>
<li>Neil cherry&#8217;s Blog &#8211; Neil Cherry has a blog as well about home automation.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://linuxha.paine.ca/?feed=rss2&amp;p=11</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Home Automation Blog Online</title>
		<link>http://linuxha.paine.ca/?p=3</link>
		<comments>http://linuxha.paine.ca/?p=3#comments</comments>
		<pubDate>Sun, 16 Aug 2009 05:25:46 +0000</pubDate>
		<dc:creator>Thom</dc:creator>
				<category><![CDATA[Random News]]></category>

		<guid isPermaLink="false">http://linuxha.paine.ca/?p=3</guid>
		<description><![CDATA[I have added yet another blog to my domain.
I am going to document and create a place for my home automation information. After watching the movie Ironman, and seeing Jarvis running the house, there must be something I can make that is similar to that. While I realize that was largely movie magic, the basis [...]]]></description>
			<content:encoded><![CDATA[<p>I have added yet another blog to my domain.</p>
<p>I am going to document and create a place for my home automation information. After watching the movie Ironman, and seeing Jarvis running the house, there must be something I can make that is similar to that. While I realize that was largely movie magic, the basis for all that stuff is possible.</p>
<p>I plan to create something similar powered by Linux. I have several Linux servers at home doing different jobs, and I love it. It&#8217;s rock solid, mostly virus proof, and the more I use it and learn, the more cool tricks I pick up and realize that most things can&#8217;t be done on Windows.</p>
<p>I plan to have forums on here, as well as a mailing list. I have grand visions on what I want to do to automate my home. Along the bottom of the main page, you will find a tab called Vision, which is where I will document what I plan to have my house do, and I will stroke off items as they come to fruition.</p>
]]></content:encoded>
			<wfw:commentRss>http://linuxha.paine.ca/?feed=rss2&amp;p=3</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
