HomeGenie Forum

General Category => General Discussion => Topic started by: smeghead on February 09, 2014, 11:12:04 AM

Title: Visonic Burglar Alarm
Post by: smeghead on February 09, 2014, 11:12:04 AM
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
Title: Re: Visonic Burglar Alarm
Post by: mrx23dot on February 15, 2014, 05:46:18 PM
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 (http://www.instructables.com/id/Home-Automation-with-HomeGenie)
It is not hard to integrate.
Title: Re: Visonic Burglar Alarm
Post by: smeghead on March 16, 2014, 09:07:14 PM
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