more G-Labs products

Author Topic: Visonic Burglar Alarm  (Read 1562 times)

February 09, 2014, 11:12:04 AM
Read 1562 times

smeghead

  • *
  • Information
  • Newbie
  • Posts: 17
Hi Gene, remember me

Just wondering if you've made any progress on integrating my code?

http://sourceforge.net/p/homegenie/discussion/general/thread/a617851e/

Thanks
Dave

February 15, 2014, 05:46:18 PM
Reply #1

mrx23dot

  • *
  • Information
  • Newbie
  • Posts: 16
Hi Dave,

I have made a tutorial how to use HG with custom protocol with RS-232.
http://www.instructables.com/id/Home-Automation-with-HomeGenie
It is not hard to integrate.

March 16, 2014, 09:07:14 PM
Reply #2

smeghead

  • *
  • Information
  • Newbie
  • Posts: 17
My problem is that it is hard to integrate, written in Java (and now C#) and it is sensitive to the timing of the messages.

Anyway, I've already built it in to the HomeGenie system using a "MIGInterface" and I have it working, although it is quite basic at the moment. I can use "When.ModuleParameterChange" to receive the status of the alarm (Ready, Alarm, Disarmed, ArmedHome, ArmedAway) and to get the parameters from the sensors (Triggered etc) and use them to drive my X10 kit.

See my new post on SDK and libraries though.....

Thanks