Announcement

Collapse
No announcement yet.

2413U PLM communication questions

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    2413U PLM communication questions

    I have study the insteon's datasheet roughly one month already. I coded the communication base on the datasheet, INSTEON_Developers_Guide_20090218.pdf. However I got the message different from the datasheet.

    I not sure you guys whether have encountered these issues or not? Hope you guys can give me some advice. Thank you yah

    Actually I have the following insteon devices list
    - One 2413U PLM with f/w version, 0x9B. (Addr : 24:14:53)
    - One 2457D2 LampLinc with f/w version, 0x41. (Addr : 11:11:11)
    - One 2672-222 Led Bulb (take around 10 Watts) with f/w version, 0x42. (Addr : 21.F8.95)

    When I invoked the commands that supposing will get the extended message one through my PLM, however, I just got the standard message only..

    1. Product Data Request [0x02][0x62]... [0x03][0x00]
    2. Device Text String Request [0x02][0x62]... [0x03][0x02]
    3. Read All-Link Database [0x02][0x62]... [0x2F][0x00]

    Detail case 1 (Product Data Request)
    ======================================
    TX: 02 62 11 11 11 0f 03 00
    (delay 400 ms first)
    RX: 02 62 11 11 11 0f 03 00 06
    (no more delay)
    RX: 02 50 11 11 11 24 14 53 2b 03

    Detail case 2 (Device Text String Request)
    ============================================
    TX: 02 62 11 11 11 0f 03 02
    (delay 400 ms first)
    RX: 02 62 11 11 11 0f 03 02 06
    (no more delay)
    RX: 02 50 11 11 11 24 14 53 2b 03

    Detail case 3 (Read All-Link Database)
    ============================================
    TX: 02 62 11 11 11 1f 2f 00 00 00 00 00 00 00 00 00 00 00 00 00 00 d1
    (delay 400 ms first)
    RX: 02 62 11 11 11 1f 2f 00 00 00 00 00 00 00 00 00 00 00 00 00 d1 6d 06
    (no more delay)
    RX: 02 50 11 11 11 24 14 53 2b 2f
    (no more delay)
    RX: 02 51 11 11 11 24 14 53 11 2f
    (no more delay)
    RX: 02 51 11 11 11 24 14 53 16 2f
    (no more delay)
    RX: 02 51 11 11 11 24 14 53 11 2f
    (no more delay)
    RX: 02 51 11 11 11 24 14 53 16 2f
    (no more delay)
    RX: 02 51 11 11 11 24 14 53 11 2f
    (no more delay)
    RX: 02 51 11 11 11 24 14 53 16 2f
    (no more delay)
    RX: 02 51 11 11 11 24 14 53 11 2f
    (no more delay)
    RX: 02 51 11 11 11 24 14 53 16 2f

    ps: The 0x51 byte is stand for "INSTEON Extended Message Received", but no matter how I tried, I still received the Insteon standard length message only..

    -- wong
Working...
X