Author Topic: Recommended alarm panels?  (Read 4186 times)

valent

  • Guru
  • ****
  • Posts: 381
    • View Profile
    • /kernel_reloaded/
Recommended alarm panels?
« on: May 07, 2012, 09:19:41 pm »
Hi,
is anybody using some alarm panel that you would recommend to other LinuxMCE users?
LinuxMCE - If it was easy, everybody would be doing it!!
My setup - http://wiki.linuxmce.org/index.php/User:Valent

twodogs

  • Guru
  • ****
  • Posts: 224
    • View Profile
Re: Recommended alarm panels?
« Reply #1 on: May 08, 2012, 01:47:28 am »
I've had the same question so I'm watching this with interest. Seems like Honeywell is fairly well integrated, but requires a Vista ICM to integrate. This is no longer made. Prices for them have skyrocketed on eBay. Some users have reported success with DSC (see link), but nothing about it in the wiki.

http://forum.linuxmce.org/index.php/topic,8088.msg85092.html#msg85092

Twodogs
http://greenrenovation.wordpress.com/home-automation/
system:
ASUS P5N7A-VM
integrated GeForce 9300
E5200 processor
Fusion 5 lite HDTV card
2G RAM
SYBA SY-PCI15001 6-port serial card
Denon AVR 3805
LG 42" Plasma
Gyration GYR3101
Cisco SPA3102 analog telephone adapter
Cisco 7971G IP phone/orbiter

valent

  • Guru
  • ****
  • Posts: 381
    • View Profile
    • /kernel_reloaded/
Re: Recommended alarm panels?
« Reply #2 on: May 08, 2012, 09:50:59 am »
I'm sure there are people using alarm panels with LinuxMCE, too bad they are keeping this info for them selves :(
LinuxMCE - If it was easy, everybody would be doing it!!
My setup - http://wiki.linuxmce.org/index.php/User:Valent

DragonK

  • Guru
  • ****
  • Posts: 446
    • View Profile
Re: Recommended alarm panels?
« Reply #3 on: May 08, 2012, 12:52:48 pm »
I have a Texecom 816....
Got the Serial connector to my Core, and thats about it.
Still getting around to learn C+ so that I can try and intergrate.

Karel

l3mce

  • NEEDS to work for LinuxMCE
  • ***
  • Posts: 1084
    • View Profile
Re: Recommended alarm panels?
« Reply #4 on: May 08, 2012, 01:15:35 pm »
I should build something using a PLC.

A bunch of on/off inputs, a couple 4-20 mw i/o, a few outputs and an autodialer option should do the trick. Then I can just write a few eproms for different setups.

Then I can sell like 7 of them over the next few years and try and justify to SWMBO all of my time here...
I never quit... I just ping out.

jamo

  • Guru
  • ****
  • Posts: 463
    • View Profile
    • LMCE user Page
Re: Recommended alarm panels?
« Reply #5 on: May 08, 2012, 01:32:36 pm »
I have a Paradox SP6000 panel. They have an ip module caled the IP100 or something which should allow some pretty cool integration but I haven't shelled out the cash to get one yet and have had reports from local (ie not Canadian) Paradox people that they have had very little support on that module.

At the moment, I tend to think along L3MCE's lines- I'm more likely to add a few of my own sensors and rules. It may be easier to roll my own than integrate with the existing setup.

Short answer- I doubt anyone's being proprietory about it... if they'd integrated they'd tell you. This is a very supportive community when they've had enough coffee and you appear patient enough.

mkbrown69

  • Guru
  • ****
  • Posts: 213
    • View Profile
Re: Recommended alarm panels?
« Reply #6 on: May 08, 2012, 02:33:53 pm »
I have a Texecom 816....
Got the Serial connector to my Core, and thats about it.
Still getting around to learn C+ so that I can try and intergrate.

Karel

Karel,

If it's a Serial connector, a GSD is probably more appropriate, and probably a lower entry level than learning C++.  There may be existing templates you can re-use, and simply replace the appropriate commands with those from your alarm panels protocol page.

HTH!

/Mike

tschak909

  • LinuxMCE God
  • ****
  • Posts: 5549
  • DOES work for LinuxMCE.
    • View Profile
Re: Recommended alarm panels?
« Reply #7 on: May 08, 2012, 06:12:18 pm »
Just as a small clarification,

If the device in question has a single RS232 connection, or is a LAN connected device which talks entirely over one TCP port, then you can use GSD. Otherwise, you have to use C++.

-Thom