Ok, I got the answer during a live chat with Dan G. For those who wanted to know but were afraid to ask...
You put "E5" (or whatever your address is) in the Port/Channel field.
NOW.. this brings me to my next problem..
I am wondering if Build 2.0.0.27 broke X10 functionality.
Tests run:
1) With HomeSeer2, I am able to turn lights on/off and dim them with no trouble.
2) With an IR543 I am able to turn the lights on/off and dim them with no trouble.
3) When I send a command to the device (I tried OFF and DIM), I can see on my SwitchLinc that *something is being sent* because the status light blinks in accordance with X10 data being received. Unfortunately, nothing happens.
A couple of notes:
1) HouseCode is being set to "0"... that's not a valid housecode is it? HouseCode should range from 1 to 16 (corresponding to A-P).
2) The DeviceCode should be "1", not "2", right?
3) Code 3 is correct: OFF.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
OFFICE LIGHTS X10 ADDRESS = O1
Here is the command being sent:
/usr/pluto/bin/MessageSend localhost 0 46180 1 193 97 ""
Here are the results of my OFF attempt from the log:
10 08/23/05 22:32:22.640 Command 193 received for child.
10 08/23/05 22:32:22.640 Child device 46180 has channel 13.
10 08/23/05 22:32:22.718 Sending address with HouseCode=0, DeviceCode=2.
10 08/23/05 22:32:22.718 Sending packet with HighByte=4, LowByte=2.
10 08/23/05 22:32:22.718 Sending header with Checksum: 6.
10 08/23/05 22:32:22.734 Got response: 6 from CM11A.
10 08/23/05 22:32:22.735 Sending ACK.
10 08/23/05 22:32:23.175 Got response: 55 from CM11A.
10 08/23/05 22:32:23.175 Address sent successfully.
10 08/23/05 22:32:23.175 Sending function with Code: 3.
10 08/23/05 22:32:23.175 Sending packet with HighByte=6, LowByte=3.
10 08/23/05 22:32:23.176 Sending header with Checksum: 9.
10 08/23/05 22:32:23.192 Got response: 9 from CM11A.
10 08/23/05 22:32:23.192 Sending ACK.
10 08/23/05 22:32:23.633 Got response: 55 from CM11A.
10 08/23/05 22:32:23.633 Function sent successfully.