HouseBot Serial Control over DSC Security Panels
HouseBot Serial Control over DSC Security Panels
Hiya.
Looks like DSC has released a module that converts contols and data for their alarm systems to serial.
Its the PC5401 - http://www.dsc.com/products/intrusion/a ... speMod.asp
Now it looks like someone has been writing code for MisterHouse
- http://w3.misterhouse.net:81/mh/code/pu ... _pc5401.pl
I was wondering if anyone has played with this for HB?
I have a DSC system already, and would love full access from HB. From what I can gather, this module will give real-time reporting of zone and system status, as well as being able to arm/disarm the panel.
Not being a coder myself, it would be super cool if there was a little more info out there.
Looks like DSC has released a module that converts contols and data for their alarm systems to serial.
Its the PC5401 - http://www.dsc.com/products/intrusion/a ... speMod.asp
Now it looks like someone has been writing code for MisterHouse
- http://w3.misterhouse.net:81/mh/code/pu ... _pc5401.pl
I was wondering if anyone has played with this for HB?
I have a DSC system already, and would love full access from HB. From what I can gather, this module will give real-time reporting of zone and system status, as well as being able to arm/disarm the panel.
Not being a coder myself, it would be super cool if there was a little more info out there.
Scott. Did you ever get the protocol for this? Have you had a chance to play with it?
I have been spending several hours lately building a GUI of my DSC control panel.
This way, on my touchscreen, it will look like the panel I already use on the wall.
When its done, it could be packaged as a DSC control bundle. (Plugin and images)
I have been spending several hours lately building a GUI of my DSC control panel.
This way, on my touchscreen, it will look like the panel I already use on the wall.
When its done, it could be packaged as a DSC control bundle. (Plugin and images)
Yes, I received it. Thanks for sending it, and I'm sorry I never got back to you. My current project has consumed all of my extra time, so I haven't even had a chance to look into it and I really don't see much free time coming up. The spec looks like it is exactly what is needed for the design. All I need is spare time again and a PC5401.
Scott
That's it, it is a perfect solution for me and a generous offer from you... Please send me the script to my email ([email protected]), or link to a post into this topic, and I say a big thank you.bjlamarca wrote:I use the PC5401 to link my DSC panel to HB. Use a generic serial device with VB script to make it work. Will be happy to share it.
My intent was to get a PC5401 and hook it up to my DSC system and develop a custom plugin for it. Unfortunately I never had a chance to dig into it and I have since moved to a house with a non-DSC security system.menesi wrote:Scott, any comment?
However, the Generic Serial with script sounds like the perfect solution.
Scott
Attached is an HB export of all the components of my DSC832 system. First time I ever created an export, so let me know if anything seems to be missing. There are properties that I added in the property manger, not sure if those got exported. When I was putting this together, I never intended to share it. It is very customized to my townhouse. It will have to be heavily modified to work with another system.
The heart of the system is the Scr-DS832ControlScript. It takes the data from the alarm panel and updates the various Null Devices. It also writes to the AlarmLog.mdb. The few commands that are sent to the panel are in the hardware device, I blanked out the one that sends my code.
Good Luck, please feel free to post any questions
The heart of the system is the Scr-DS832ControlScript. It takes the data from the alarm panel and updates the various Null Devices. It also writes to the AlarmLog.mdb. The few commands that are sent to the panel are in the hardware device, I blanked out the one that sends my code.
Good Luck, please feel free to post any questions
- Attachments
-
- DSC832Export.hbx
- (200.42 KiB) Downloaded 538 times