Home automation project, part I

I have wanted to do home automation for a number of years now, but various things prevented me from experimenting with it, not the least of them being me not owning a house. Now that I actually do own a house, I've been looking at home automation technologies more and more, trying to decide what I can do, what I should do, what is feasible to do, and so forth. This is the first of a series of posts that serve as containers for both my rationale for and progress with this project.

The first issue I should address is, why am I doing this? To be perfectly honest, I don't need to automate anything in my house. However, there are many benefits to automating. The one most commonly cited is burglary prevention - that is, being able to turn on all the lights in the house at once with a single command. That's nice, but it's not a major concern for me. Here are some of the reasons I want to automate my house, not in any particular order:

That brings us to the second issue - what features do I want in my system? Two of the above reasons bring about obvious feature requirements: remote (i.e., online) control, HVAC access, and light control. In addition to that, I want to have an integrated house monitoring system capable of detecting open windows/doors, movement, and potentially sound. Also, I would really like to control door locks, but that introduces a huge security issue that I have to take into account, so I may just have to postpone doing such a thing until later.

Now, to list all the features as a... list.

The above features can be broken down in a fairly clean way into hardware and software categories. In fact, pretty much the only category that isn't hardware is the first one - remote control. It's also the one posing the biggest challenge in terms of implementation. Almost everything else I can just buy and connect. However, since I have not found any reasonably-priced online home automation controllers, I will likely have to implement one myself.

Another issue that must be discussed is underlying home automation technology. I have decided to go with Z-Wave after carefully evaluating my choices. Here's how I came to this decision. In the home automation market, there are powerline-based systems and wireless ones. While powerline technology offers more security than wireless, it is very susceptible to interference from, e.g., vacuum cleaners. In addition, the most popular powerline-based standard - X10 - is unreliable in that it doesn't communicate success or failure of commands, so you don't know whether your command reached its destination. Other standards, such as UPB and Insteon, fix certain X10 issues, but ultimately, they are all affected by noisy powerlines.

On the wireless side, the most popular technologies are ZigBee and Z-Wave. ZigBee is based on IEEE 802.15.4, and is closer to an open standard than Z-Wave. However, there aren't that many products out there based on this technology, and those that are out are extremely expensive compared to their Z-Wave equivalents. I can see ZigBee eventually becoming popular and less expensive, but that won't happen for a while, so I can either wait an undetermined period of time, or just go with Z-Wave.

 
comments powered by Disqus