Saeven
(Saeven)
March 19, 2016, 8:56pm
1
Hi Guys. I have a DSC alarm that’s going through a regular old alarm company. I’d like for it to do a bit more, and this Smart Things system seems like a great approach!
My DSC panel currently has 7 zones connected to it; can Smart Things be made aware of these somehow? Is there a module that can act as interface between my DSC panel and the Smart Things hub?
Thanks!
joe64
(joe)
March 19, 2016, 9:02pm
2
If you have an envisalink controller to go with your DSC alarm you can use j64Alarm to interface with it. There is some info about it in the gettingstarted doco on my github: https://github.com/joejarvis64/j64.AlarmServer . There are also several posts in the bottom of this thread where a few people have tried it out. DSC/Vista Alarm Smartapp and devices based on AlarmServer
Saeven
(Saeven)
March 19, 2016, 11:22pm
3
Thanks for responding so quickly! I was secretly hopeful to start dabbling on code integrations; there’s an API for this envisalink device I imagine?
Checking out the boards, I see reference to both a v3 and v4 of the envisalink device. Either works? The 4s seem cheaper than the 3s on ebay.
isriam
(Isriam)
March 20, 2016, 8:33am
4
This thread has everything you need and is very simple to use
There are a million threads about this, and I figured I should start my own. I’ve compiled code from 3-4 people here and will give them credit. This set up allows arm/disarm via local LAN so you do not have to worry about https, security, and port forwarding. It creates all devices, you only need device types for contact, motion, smoke, and co2. Very simple, and easy. If you have a raspberry pi you can host alarmserver on it and have this running much much quicker and easier than any other dsc integration method.
This is from @sanity , @xero , @ethomasii , @jtt , @rfish8u , @mattmartz , and countless others I"ll name as I remember. If you’re experienced in setting this up you can skip directly to the devices, smartapp, and alarmserver and be good to go. For new users, view the advanced r…