Hi everyone!
I've been tinkering with DIY home automation for over a year and discovered MySensors just over 3 months ago. If any MySensor dev's are reading this, THANKS! I've had a ton of fun building up my custom sensor network. I don't have many smart devices at my house, but I can control my living room lights (Philips Hue), kitchen lights (Philips Hue) and outdoor garage lights (GE Zwave switch) using a Raspberry Pi and OpenHAB. I have a detached garage and I thought it would be useful for me if my outdoor garage lights would automatically turn on past sunset when I opened my garage door. That way, I wouldn't have to fumble around with the keys to my house in the dark if I came home late at night. To accomplish this, I decided to monitor the position of my garage door and the time of day. OpenHAB was able to determine the time of day with the Astro binding, but I needed some kind of sensor to determine what state my garage door was in. I decided that I wanted to build a node that would collect information from sensors throughout my garage and send it wireless to my Raspberry PI via the MySensors network. Currently, I just want to monitor the state of my garage door but I wanted this node to allow future sensors to be added to it easily.
I started by making the perf board for the mico-controller and all the I/O. This was the first board I've made since college, so it's kinda ugly.
I built two more perf boards, one for +5V and +3.3V linear power supplies and another one with two I2C I/O expanders, PCF8574's.
Totally un-necessary, but i had a LCD display lying around, so I thought that would spice things up nicely.
I used a cheap plastic project box to house the electronics and 9 pin D-sub connectors for a cheap and simple way to connect external sensors to the Garage Node.
I had a temperature/humidity sensor lying around, so why not monitor that too?
Here's the Garage Node's final resting place (sorry for the blurry photo)! To detect if the garage door is closed or open, I used a hall effect sensor and glued a magnet to my garage door.
What other ways I want to use this Node:
- Monitor the garage window's state
- Monitor my side garage door's state
- Add the ability to control my garage door (open/close)
-I need to figure out message signing before I do this... - Add sensors to detect if my car is in my garage
- Add motion sensors to automate my garage lights
- Add a simple user interface to Garage Node using the LCD and a few push buttons mounted to the project box to help me debug my sensors within my garage during install or failure.
Does anyone have any ideas/feedback?
Thanks!