<?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/"
		>
<channel>
	<title>Comments on: Whole Home Information Awareness</title>
	<atom:link href="http://cyborgworkshop.org/projects/whole-home-information-awareness/feed/" rel="self" type="application/rss+xml" />
	<link>http://cyborgworkshop.org</link>
	<description>Blurring the line</description>
	<lastBuildDate>Thu, 17 Jun 2010 11:10:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: jason</title>
		<link>http://cyborgworkshop.org/projects/whole-home-information-awareness/comment-page-1/#comment-81</link>
		<dc:creator>jason</dc:creator>
		<pubDate>Sat, 28 Nov 2009 06:33:08 +0000</pubDate>
		<guid isPermaLink="false">http://cyborgworkshop.org/?page_id=273#comment-81</guid>
		<description>I decided to attach the servos to the dampers in my unfinished basement, so access wasn&#039;t really an issue for me. Initially I did have the servos sitting free return, but got concerned about &quot;what if&quot; and attached a return spring. That worked, but the servos had to work pretty much 24x7 and that guarantees early failure.  So instead I just put a little routine in the code to make sure that only X number of servos are actually being closed at any given time and I monitor the inlet and outlet temperature of my HVAC plenum to make sure I&#039;m not overtaxing the system.  
I used the DS18S20P 1-wire sensors from Dallas.  Great little sensors that can support very long cable runs and, if you run your wires the right way, can use only 1 pin on your micro controller.  I didn&#039;t run the wires the right way and ended up in a star topology, as opposed to the preferred bus,  which introduced a lot of timing issues.  I could have inserted a funky FET amp into the 1-wire network to get all of the sensors working, but instead decided to cheap out and used 1 pin for each room of my house, so each room has it&#039;s own dedicated, switched 1-wire network.  
The programming on the arduino is all done in C and on the linux box it&#039;s a combination of perl and shell.  I had started work on V2 of this platform which contained humidity sensors, light sensors, XBee wireless to control opening and closing of blinds and a more flexible UI that would all overrides to be set on a room by room basis, but we&#039;re having another baby and so pretty  much all of the spare time has gone into getting the nursery/wife/etc ready.   Still hope to make some headway, but no idea when.</description>
		<content:encoded><![CDATA[<p>I decided to attach the servos to the dampers in my unfinished basement, so access wasn&#8217;t really an issue for me. Initially I did have the servos sitting free return, but got concerned about &#8220;what if&#8221; and attached a return spring. That worked, but the servos had to work pretty much 24&#215;7 and that guarantees early failure.  So instead I just put a little routine in the code to make sure that only X number of servos are actually being closed at any given time and I monitor the inlet and outlet temperature of my HVAC plenum to make sure I&#8217;m not overtaxing the system.<br />
I used the DS18S20P 1-wire sensors from Dallas.  Great little sensors that can support very long cable runs and, if you run your wires the right way, can use only 1 pin on your micro controller.  I didn&#8217;t run the wires the right way and ended up in a star topology, as opposed to the preferred bus,  which introduced a lot of timing issues.  I could have inserted a funky FET amp into the 1-wire network to get all of the sensors working, but instead decided to cheap out and used 1 pin for each room of my house, so each room has it&#8217;s own dedicated, switched 1-wire network.<br />
The programming on the arduino is all done in C and on the linux box it&#8217;s a combination of perl and shell.  I had started work on V2 of this platform which contained humidity sensors, light sensors, XBee wireless to control opening and closing of blinds and a more flexible UI that would all overrides to be set on a room by room basis, but we&#8217;re having another baby and so pretty  much all of the spare time has gone into getting the nursery/wife/etc ready.   Still hope to make some headway, but no idea when.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jon</title>
		<link>http://cyborgworkshop.org/projects/whole-home-information-awareness/comment-page-1/#comment-80</link>
		<dc:creator>jon</dc:creator>
		<pubDate>Sat, 28 Nov 2009 05:01:20 +0000</pubDate>
		<guid isPermaLink="false">http://cyborgworkshop.org/?page_id=273#comment-80</guid>
		<description>I am looking to do the same thing to my home using a plc with an rtd card, the only thing that worries me is that you will need an access panel for the servos everywhere and what if the servo fails, it should return to normally open and be back in normal operations. what type of temp sensors did you use and cards. where did you get the hardware and is the programming done in c++? it would be nice for maint purposes to have the louvres at the registers but you would need a lot more io. and instead of everyroom close to the same temp have individual room setpoints for those who like their rooms cooler, or rooms that arent in use. same system works for sprinklers and moisture sensors</description>
		<content:encoded><![CDATA[<p>I am looking to do the same thing to my home using a plc with an rtd card, the only thing that worries me is that you will need an access panel for the servos everywhere and what if the servo fails, it should return to normally open and be back in normal operations. what type of temp sensors did you use and cards. where did you get the hardware and is the programming done in c++? it would be nice for maint purposes to have the louvres at the registers but you would need a lot more io. and instead of everyroom close to the same temp have individual room setpoints for those who like their rooms cooler, or rooms that arent in use. same system works for sprinklers and moisture sensors</p>
]]></content:encoded>
	</item>
</channel>
</rss>
