FireCracker CM17A and zmx10.pl

Add any particular hints or tricks you have found to help with your ZoneMinder experience.
Post Reply
nsaspook
Posts: 5
Joined: Thu Jul 07, 2005 3:04 am

FireCracker CM17A and zmx10.pl

Post by nsaspook »

To use this device CM17 (a serial port passthru, commands sent via DTR not the xmit pins) you MUST change the type of X10 device controller that is opened by changing the lines in zmx10.pl near
152 to

Code: Select all

use X10::FireCracker;
and
174 to

Code: Select all

        $x10 = new X10::FireCracker( port=>ZM_X10_DEVICE, house_code=>ZM_X10_HOUSE_CODE, debug=>0
);

You can then use this device to ONLY trigger X10 events via the

Code: Select all

X10 Output Alarm String
configuration.
User avatar
cordel
Posts: 5210
Joined: Fri Mar 05, 2004 4:47 pm
Location: /USA/Washington/Seattle

Post by cordel »

Actually there is a driver developed in C that some one had posted here about a year ago, I was hoping to visit that one of these days as it would seem to be more appropriate now and hopefully mature enough. I'll have to dig through the posts to find it and will update a link here just in case someone has the ability to get to it before me. Of course thats assuming it hasn't already been abandoned :roll:
User avatar
cordel
Posts: 5210
Joined: Fri Mar 05, 2004 4:47 pm
Location: /USA/Washington/Seattle

Post by cordel »

Okay found it, in case anyone is interested:
http://wish.sourceforge.net/index2.html
http://sourceforge.net/project/showfile ... p_id=68802

Although it appears that t don't support Firecracker for legal reasons.
nsaspook
Posts: 5
Joined: Thu Jul 07, 2005 3:04 am

Post by nsaspook »

cordel wrote:Okay found it, in case anyone is interested:
http://wish.sourceforge.net/index2.html
http://sourceforge.net/project/showfile ... p_id=68802

Although it appears that t don't support Firecracker for legal reasons.
How about this. http://www.linuxha.com/bottlerocket/
Post Reply