<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: WAP controlled home automation</title>
	<atom:link href="http://hackaday.com/2008/12/22/wap-controlled-home-automation/feed/" rel="self" type="application/rss+xml" />
	<link>http://hackaday.com/2008/12/22/wap-controlled-home-automation/</link>
	<description>Fresh hacks every day</description>
	<lastBuildDate>Mon, 23 Nov 2009 20:48:50 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: nikola</title>
		<link>http://hackaday.com/2008/12/22/wap-controlled-home-automation/comment-page-1/#comment-67046</link>
		<dc:creator>nikola</dc:creator>
		<pubDate>Fri, 20 Mar 2009 11:24:34 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.com/?p=7146#comment-67046</guid>
		<description>i managed to find it, no need to send anymore. Thanks anyway</description>
		<content:encoded><![CDATA[<p>i managed to find it, no need to send anymore. Thanks anyway</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nikola</title>
		<link>http://hackaday.com/2008/12/22/wap-controlled-home-automation/comment-page-1/#comment-67043</link>
		<dc:creator>nikola</dc:creator>
		<pubDate>Fri, 20 Mar 2009 10:55:33 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.com/?p=7146#comment-67043</guid>
		<description>Hi, I&#039;m trying to build something like your project but I&#039;m terrible at Java. The problem is that I can not access the page anymore so I would be very greatfull if you could send me all Java matterials related to the project.My e-mail is nikola.dusak@vz.t-com.hr
Thanks</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m trying to build something like your project but I&#8217;m terrible at Java. The problem is that I can not access the page anymore so I would be very greatfull if you could send me all Java matterials related to the project.My e-mail is <a href="mailto:nikola.dusak@vz.t-com.hr">nikola.dusak@vz.t-com.hr</a><br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://hackaday.com/2008/12/22/wap-controlled-home-automation/comment-page-1/#comment-56275</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Tue, 23 Dec 2008 15:18:49 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.com/?p=7146#comment-56275</guid>
		<description>Ragnar; it&#039;s not completely obvious from the picture, but the lip of the project box actually clamps the cables down when it is screwed shut.  I will add your suggestion to the how-to though, thanks.

josh</description>
		<content:encoded><![CDATA[<p>Ragnar; it&#8217;s not completely obvious from the picture, but the lip of the project box actually clamps the cables down when it is screwed shut.  I will add your suggestion to the how-to though, thanks.</p>
<p>josh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ragnar</title>
		<link>http://hackaday.com/2008/12/22/wap-controlled-home-automation/comment-page-1/#comment-56255</link>
		<dc:creator>Ragnar</dc:creator>
		<pubDate>Tue, 23 Dec 2008 12:22:48 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.com/?p=7146#comment-56255</guid>
		<description>Idea: brilliant!
Execution: do yourself a favor and put at least cable straps tightly around the mains-cables inside, so none could be easily pulled out. Thats the least you should do, even if the whole thing makes me cringe. Don&#039;t fear mains, but respect it.</description>
		<content:encoded><![CDATA[<p>Idea: brilliant!<br />
Execution: do yourself a favor and put at least cable straps tightly around the mains-cables inside, so none could be easily pulled out. Thats the least you should do, even if the whole thing makes me cringe. Don&#8217;t fear mains, but respect it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://hackaday.com/2008/12/22/wap-controlled-home-automation/comment-page-1/#comment-56235</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Tue, 23 Dec 2008 09:15:05 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.com/?p=7146#comment-56235</guid>
		<description>Amk; thanks!  The system is definately extendible to play around with scheduling systems.  From the PHP codebase you could even control switches based on Twitter or RSS feeds!

Reza; my rationale for implementing everything from scratch was to leave it open to extensions and further customization.  A ready-made web interface is great for purpose, but the server/listener setup is useful for any web-to-serial project you might want.  (I&#039;ve just included the java source, so it can be extended)

There are PIC-to-x10 wireless hacks out there if you want to intergrate x10 into the system.  

I used SSRs I love the opto-isolation, and didn&#039;t want to have to step TTL level voltages up to 12v to drive a relay, and deal with mitigating the relay discharge spike. 

josh</description>
		<content:encoded><![CDATA[<p>Amk; thanks!  The system is definately extendible to play around with scheduling systems.  From the PHP codebase you could even control switches based on Twitter or RSS feeds!</p>
<p>Reza; my rationale for implementing everything from scratch was to leave it open to extensions and further customization.  A ready-made web interface is great for purpose, but the server/listener setup is useful for any web-to-serial project you might want.  (I&#8217;ve just included the java source, so it can be extended)</p>
<p>There are PIC-to-x10 wireless hacks out there if you want to intergrate x10 into the system.  </p>
<p>I used SSRs I love the opto-isolation, and didn&#8217;t want to have to step TTL level voltages up to 12v to drive a relay, and deal with mitigating the relay discharge spike. </p>
<p>josh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: reza naima</title>
		<link>http://hackaday.com/2008/12/22/wap-controlled-home-automation/comment-page-1/#comment-56227</link>
		<dc:creator>reza naima</dc:creator>
		<pubDate>Tue, 23 Dec 2008 06:34:02 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.com/?p=7146#comment-56227</guid>
		<description>What&#039;s the advantage to this rather than running X10 switches, an inexpensive pc x10 gateway ($5-$30 depending on flavor), and the same front end?  The SSRs are expensive, not to mention the need for the custom board -- and what requires that many amps that is to be remote controlled?  Microwave, perhaps, but what else?  

I&#039;m being critical as I&#039;ve been doing a lot of thinking about this field, and feel that you need to deploy a custom, simple, data over power (ala X10, but not X10) interface to send commands to smaller boards.  And a FET + relay is a lot cheaper than an SSR -- why the SSR?  Anyhow...

Reza</description>
		<content:encoded><![CDATA[<p>What&#8217;s the advantage to this rather than running X10 switches, an inexpensive pc x10 gateway ($5-$30 depending on flavor), and the same front end?  The SSRs are expensive, not to mention the need for the custom board &#8212; and what requires that many amps that is to be remote controlled?  Microwave, perhaps, but what else?  </p>
<p>I&#8217;m being critical as I&#8217;ve been doing a lot of thinking about this field, and feel that you need to deploy a custom, simple, data over power (ala X10, but not X10) interface to send commands to smaller boards.  And a FET + relay is a lot cheaper than an SSR &#8212; why the SSR?  Anyhow&#8230;</p>
<p>Reza</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amk</title>
		<link>http://hackaday.com/2008/12/22/wap-controlled-home-automation/comment-page-1/#comment-56220</link>
		<dc:creator>amk</dc:creator>
		<pubDate>Tue, 23 Dec 2008 05:19:24 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.com/?p=7146#comment-56220</guid>
		<description>Job well done Josh.  Although this strikes me as being more of an appliance control system, turn the lamp on and off remotely, that kind of thing.  An  automated system does things without user interaction.</description>
		<content:encoded><![CDATA[<p>Job well done Josh.  Although this strikes me as being more of an appliance control system, turn the lamp on and off remotely, that kind of thing.  An  automated system does things without user interaction.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
