grif091 Super User 
          
 
  Joined: March 26 2008 Location: United States
 Online Status: Offline Posts: 1357
          | 
        
         
          
           | Posted: August 07 2008 at 19:11 | IP Logged
		     | 
                    
            		  
           | 
           
          
           
  | 
           
          
You can double click on the blue T shaped Icon in the system tray to open the SDM3 window. SDM3 is the device driver used by the PLC. You will see what X10 traffic is written (or not written) to the power line. Access Points do not repeat X10 signals. Quote from Smarthome Access Point specs "Please Note: Access Points repeat INSTEON signals and not X10." None of the normal Insteon devices repeat X10 signals.
 
 Update: The message coming from the power line is in Hex, the message coming from PH to the power line is in decimal. The first series is an A1 ON, A1 OFF sequence issued by an X10 controller. The second is an A1 ON, A1 OFF sequence from the Palm Pad. Same X10 messages, just one in hex, one in decimal.
 
 PLC:eventraw=08
 PLC:receiveX10raw=00 66
 PLC:receiveX10=A1
 PLC:eventraw=08
 PLC:receiveX10raw=01 62
 PLC:receiveX10=A On
 PLC:eventraw=08
 PLC:receiveX10raw=00 66
 PLC:receiveX10=A1
 PLC:eventraw=08
 PLC:receiveX10raw=01 63
 PLC:receiveX10=A Off
 
 ui:!sendx10raw=0,102
 PLC:sendx10raw=True
  uifinished:!sendx10raw=0,102
  ui:!sendx10raw=1,98
 PLC:sendx10raw=True
  uifinished:!sendx10raw=1,98
  ui:!sendx10raw=0,102
 PLC:sendx10raw=True
  uifinished:!sendx10raw=0,102
  ui:!sendx10raw=1,99
 PLC:sendx10raw=True
  uifinished:!sendx10raw=1,99
 
  Edited by grif091 - August 07 2008 at 21:18
  __________________ Lee G
         |