On Sun, Jul 28, 2013 at 11:16:50AM -0400, Sean Dague wrote:
> As I've gotten more progress on my restored home sensor network, I
> realized I have a least one immediate use case for some active control
> of an element based on that data:
> 
> if (outside_temp < (bedroom_temp - 2)) and bedroom_temp > 72:
>    turn_on_window_fan()
> 
> I could throw another pi directly at this problem, however it seems
> like using some home automation fabric is probably a better long term
> choice (then I could just switch the outlet directly by remote
> control). It seems that Insteon and Z-Wave are the current contenders
> out there. From what I can tell both have relatively sane ways of
> writing python code to talk to the fabrics (given that you get the
> right controller).
> 
> Anyone have opinions on which would be better. My use case is writing
> all the home automation myself in python for now, and all running on
> Linux. So anything that that I can't use with that is straight out.
> 
> Thoughts appreciated,
> 

I've had very good luck with Z-Wave.  The big advantage is the
protocol has active acknowledgement so it knows that a node got the
command and responded.

Vera makes a unit which is basically openwrt + a webui bridged to
zwave; It responds to xml/rest/json-y things.

The drawback is zwave isn't cheap.

The larger vera unit (not the lite) has a USB port and you can plug in
other RF modules - I've seen one for insteon (tho I can't get mine to
work), and I've seen them for other shade control units, etc.

-m

-- 

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Mid-Hudson Valley Linux Users Group                  http://mhvlug.org
http://mhvlug.org/cgi-bin/mailman/listinfo/mhvlug

Upcoming Meetings (6pm - 8pm)                         Vassar College
  Aug 7 - Scripting Your World with Python
  Sep 4 - NoSQL and MongoDB
  Oct 2 - OpenFlow: Open Standard for Networking Hardware

Reply via email to