While looking for the holy grail in home automation protocols, I made a little discovery, a bit of kit called a Connect ME made by Digi. What this bit of hardware does is give you an over-sized RJ45 plug (or wireless antenna) and built into it is an embedded OS with development kit, now your probably asking “And?”, well here’s the thing in home automation, most of it can be interfaced via serial/RS-232, which is one of the things the Connect ME has connectivity for (as well as GPOs), so that “Service Port” on the back of your TV/AV Amp may just have another use, X10 / DMX / 1-Wire are some of other protocols made accessible.
So what do you do once you’ve hacked up all of the hardware needed to control everything? Start writing the software to interface with it should be a good start, now you don’t really wanna mess this up as your going to be doing it for lots of different devices, but all with the same hardware constraints, so no nice flashy web interface for this little device, course there is, make the web front-end a back-end, make it a web service and provide an interface that uses it, across all of your home automation devices. Hook the devices up with Zeroconf and they can be auto-detected by your interface, plug and play automation, once you build it and code it.
Now I know you could setup something like this using SNMP but come on where’s the fun in that?
So I guess the title of this should have been “Serial has gone 2.0”?
I like gadgets, probably too much, I also like integrating everything with everything else, so on rolls HA or Home Automation.
I’ve already had a X10 setup for a while that allows me to control lights, I’ve integrated this with Asterisk (with help from Adhearsion) which allows me to control lights from any phone, I also hooked Asterisk up with Amarok.
Well today I ordered some 1-Wire hardware to play with, I didn’t fancy running more cables for the 1-Wire setup and found HA7Net which is a Ethernet to 1-Wire gateway basically, the only problem with it seems to be you need to scrape the embedded web server as it doesn’t provide any kind of web service. I also ordered a 1-Wire temperature sensor to mess around with, and help me make a Ruby gem for the HA7Net.
I’ll try and get around to documenting what hardware I’ve got setup, as I can never remember what’s where and providing what (from VoIP phones, NAS, embedded machines, servers, consoles to a Nabaztag).
Vincent is a self-confessed geek, who's day job is as a Rails developer, outside of work he likes to play with home automation gadgets. He resides in Newcastle upon Tyne.