Ask Slashdot: State of the Art In DIY Security Systems?
An anonymous reader writes "For geeks that want to secure their home, it seems that the choice of Do It Yourself solutions are limited. And in case you prefer to use a company, most of them require to subscribe to a contract for 3 years that costs at least $20 a month. In case you want to make a DIY security system without a monthly fee, few options are available. Some products (such as ismartalarm, Lowe's Iris system or also the fortress security) let you install your own system but seem not to be very mature (for some the alarm is not loud, for others they do not use the internet and only a land line, etc.). Is there any recommendation for a basic DIY home security system for monitoring the house and just have notification by e-mail or through a mobile application? Is there any open standard for home automation and security devices? Any suggestion about how to build something simple, affordable and efficient?" How to top the big-name subscription-based security companies is a recurring question, but one worth exploring every once in a while, as sensors and software both advance, and especially as more and more people are carrying around phones well-suited as remote monitors for in-house cameras. (And here's a preemptive link to ZoneMinder.)
I work for a company that installs alarm systems. Dont want the insane mothly monitoring with a contract? Dont let them install "free" systems. You are paying many times over for the life of the contract for that "free" system.
Pay for the T&M up front, and many local companies will do the monitoring for as little as $10/month. (ADT and other national companies wont, but odds are you have a locally owned company that will.)
And beware DIY systems; If you dont do it RIGHT, you can end up paying more due to false alarm fees. Many municipalities charge per alarm after so many alerts. So if you dont know what you are doing and end up sending in multiple false alarm calls the the police, you could end up paying hundreds per incident in penalties.
I have done just this. After ADT refused to 'update' the installation I had done about 12 years ago, and wanted to charge me $800 or so AND continue to charge me the $50 a month for monitoring.
So, I junked their old (crusty and mostly non-working) system and bought all my own kit. You'll find you can *always* buy better than what they give you in their 'free' package anyway, and tailor it to your own needs. You can find a monitoring company for around $10 a month. My insurance company doesn't care who does it, as long as it calls the police, alarms for fire, etc etc etc.
So. Here's what I got :
Vista20p panel. It's what most 'big name' companies install, except YOU get to set the 'installer code' and the ability to change / add stuff you hook up to it. :P
Honeywell 6120RF keypad. You'll need a 'keypad' to program your panel. This one also takes care of wireless sensors.
Various door sensors, heat / smoke sensors, break-glass sensors, Pet Immune movement sensors.
Don't forget the siren
If you have a landline, you can hook it up to this panel and have it call your monitoring-company-of-choice when an event trips. If you don't, you can get wireless addons which call them via cell-phone.
All this stuff is easy to order, easy to physically install. The programming for the Vista20P is a bit arcane and reminds me of programming assembly from my youth, but a day or two with the manual and some judicious googling and you should be set.
One of my requirements was that it hook up with the z-wave stuff I'd started installing, and I'm a fan of gadgets. So I *also* bought some touch panels with pretty graphics and stuff on them. They're expensive, mind (about $400 a pop) and their z-wave capabilities were limited. I ended up not using them for that and got a Vera-lite anyway. The wife, however, likes them.. so I consider the investment worthwhile (they can also display security camera feeds).
Note: NONE of this stuff allows you to monitor without a contract to a company. If you want to do that, then you can buy the add-on daughter board for the Vista20P called the Envisalink3. Hook that up to your home network and it can send you mails and stuff when things occur. Also note: if you do that and your power goes out, and you don't have battery backup for the internet gateway it sends through, you'll uh.. not get notified.
All this stuff I bought from 'the home security store'. Which is a haven for DIY'ers. They have a very helpful forum, very helpful staff and their prices are reasonable. I bought my bits a year or so ago and I've been a very happy customer.
Links follow :
Vista20P : http://www.homesecuritystore.com/p-958-vista-20p-honeywell-vista-20p-security-system.aspx
Wireless Keypad : http://www.homesecuritystore.com/nsearch.aspx?keywords=6150RF
Touchscreen pads : http://www.homesecuritystore.com/p-2081-tuxw-honeywell-tuxedo-touch-screen-keypad-white.aspx
Glass break sensors : http://www.homesecuritystore.com/c-76-glass-break-detectors.aspx#Filter=%5BManufacturerID=7*ava=0%5D
etc etc etc
I developed Hydra Control Freak as a result of a personal security problem I have involving a stalker. It's been evolving over a period of more than 6 years now but for 2-3 years it's been available in product form. I still have problems with the stalker (which is why I'm trying to keep my name out of the main stream a bit) which takes up far too much of my time but it has helped developed the product to be extremely effective.
From a commercial perspective it's been a complete failure, as I don't have the financial resources to market it as product properly and I'm rubbish at marketing (I will be trying to present it from a more grass roots perspective this year targeted more for the self installer). From the perspective of it working as a security device it's extremely effective and it's very flexible. At my place I have a great many cameras and many different kinds of sensors, both wired and wireless. You only need to enter my property a couple of meters and I'm alerted by E-mail alerts, notification systems, wired rows of led lights that blink (One per sensor so I know instantly where people are), piezoelectric beepers and video displays that load up automatically, showing both live and looping event views. At night, the TV turns on automatically as I wired a Phidget to a universal remote control, it switches to the AVI channel and by using a simple javascript program that is subscribed to the websocket interface the HCF provides it dynamically loads the cameras and the looping event view. All I have to do is look at the tv and slam the panic button if it's a bad guy. The system allows you to link devices in the same way over the wan, so I also monitor some clients places via the same system. If someone comes onto their property, their system tells my system, my system loads up their cameras (Triggered by the websocket interface) and my panic button triggers their sirens etc.
The Hydra Control Freak is built as a standalone device into a Sheeva plug. It's written in Java and runs on tomcat7, but I've made it a self contained, plug and play product and not a user hackable product (It supports remote software updates though). It supports the following devices:
* Legacy X10 controller (Started with this)
* rfxtrx433 home automation transceiver from rfxcom (Fantastic for Europe, not usable in the US)
* Phidget I/O controllers, really useful for wired sensors and wired control, can add several of this to one device
* Cameras (Reads MJPEG streams continuously so you have instant alerts with activity that happened prior to the trigger
* http, both inputs and outputs to propagate events, interface to external systems such as iPhone alerting apps and to expand the
monitoring over the WAN
I tried to make this device so that it was simple to use. To this end I don't support a scripting language for programming it's behavior,
rather I have a state machine/event engine with declarative configuration via web-based guis. However, this is also a failure. In the sense
that it appears that this is not really simple for people, you have to be quite geeky to think well in terms of state transitions, although
my most success has been with just non-tech users where I configure the system for them.
The websocket interface is one of the most exciting features I've added recently. Using that and ajax and you can make pretty much any
kind of dynamic display you like. The HTTP actions can pass over handles on the events to remote devices so that the websocket interfaces
there no how to load up the cameras from the source in response to the events. By using HTTPS I can have a small window open on my machine inside the corporate network and my cameras loads up automatically instantly (In addition to the alerts).
SSL hides the websocket
protocol from the firewalls so that it works flawlessly
If you want to know anything more about the product, you should contact me directly at this point. The website is not updating at this time as I consider how I restructure the sales approach. (tech development with updates is continuing however).
Kim