Page 1 of 1

FireCracker CM17A and zmx10.pl

Posted: Sat Aug 16, 2008 1:11 am
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.

Posted: Sat Aug 16, 2008 10:50 pm
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:

Posted: Sat Aug 16, 2008 10:58 pm
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.

Posted: Sun Aug 17, 2008 4:00 pm
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/