|
This month's 'My Automated Home' comes from serial hacker Dan McGrath. We've covered some of Dan's previous projects and they're always fascinating . This one is no different, employing Perl, Apache and a magnetic door release to automate his garden gate release.
"Intro - What's all this about then? Well, I've got loads of home automation, and I love it! Purely for the fun of it, I decided to automate the locking and unlocking of my side gate.Design - I've already got an always on home automation server, an always on internet connection and several serial to relay devices which control my various systems around the house. The idea here is simple, use my existing infrastructure to control a magnetic door release catch on my side gate. The full plan is a simple web page + CGI which can be accessed on my iPhone (or other device with a browser). Then just type in a secret PIN code, that will trigger the CGI code, write out a file on the webserver, which my home automation system will pick up, then parse and if all is well then switch on a relay which is connected to the door release catch. Simple!! www.yourmissus.com/gate_automation
Here are some extracts/snippets of the code I've written and used, you are more than welcome to use any of it... Main Home Automation Code Keypad HTML Keypad CGI Some Middleware module for controlling lights Want More? You should follow us on Twitter, become our fan on Facebook, or subscribe to our RSS feed. You can even get these news stories delivered via email, straight to your inbox every day.
hack
hardware
|