HOME Forums Gateways Raspberry Pi BindTableRequest

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • Anonymous
    Inactive
    Post count: 16

    Hey Folks

    I am sending this to my RaspP zbpserver

    ZBP_NodeNode_BindTableRequest488231

    I get this back

    ZBP_NodeNode_BindTableRequest232aa173c-49e3-42d2-ae66-bde21979b449

    but i see return status = 2 (what does that mean btw?) and no Node_BindTableRsp async reply is ever sent

    I am trying to query an Insteon device to find out what controller’s/responders its linked with, i assume this is the right command to use for that ?

    any suggestions on what i am doing wrong ?

    Anonymous
    Inactive
    Post count: 259

    Hi,
    Node_BindTableRequest response values:
    0x02 device not found, 0x00 success

    I would suggest getting the Node_GetNumNodes, and check the device id.

    Regards,
    Dhawal
    dhawal.d@smartenit.com
    (949)429-3303

    Anonymous
    Inactive
    Post count: 16

    Appologies got busy with work and only just got back to my Pi

    I’ll give that a try and see if it resolves my problem

    thanks again and much appreciated

    S

    Anonymous
    Inactive
    Post count: 16

    ok i sent this

    ZBP_NodeNode_GetNumNodes

    and get this back

    ZBP_NodeNode_GetNumNodes6[beb7,bf37,6c65,0d6c,0cf1,fca2]667d25c8-022e-4090-bddf-822fb86e8efb

    which says i have 6 nodes, and node 2 is 0x6c65 which is my node 27749 which is an insteon lamp

    so i send this

    ZBP_NodeNode_BindTableRequest277490

    and get this error response = 2 again

    ZBP_NodeNode_BindTableRequest2667d25c8-022e-4090-bddf-822fb86e8efb

    if i send this to node 48823 , which is my PLM

    ZBP_NodeNode_BindTableRequest488230

    i also get this

    ZBP_NodeNode_BindTableRequest2bcf7d85b-9895-4262-af57-d8d0880fd440

    any help or assistance on what i am doing wrong would be greatly appreciated

    S

    Anonymous
    Inactive
    Post count: 16

    btw the zbpserver log reports this

    Jul 18 04:23:39 raspberrypi ZBPServer[2212]: ClientThread::Thread started
    Jul 18 04:23:40 raspberrypi ZBPServer[2212]: HttpSessionStore: create new session with ID 3111ea0c-7897-48d7-adcd-e1b30ce0b037
    Jul 18 04:23:45 raspberrypi ZBPServer[2212]: Inside Node_BindTableRequest
    Jul 18 04:23:55 raspberrypi ZBPServer[2212]: ClientThread::Terminated!

    I did notice my timeout waiting was only 10 seconds before closing the connnction,
    I extended to 60 seconds but no difference

    S

    Anonymous
    Inactive
    Post count: 259

    Looks like a bug in the ZBPServer, we are in the process of updating our debian package, will include a fix for this bug. Thanks for your help, i’ll let you know when the package is updated.

    Anonymous
    Inactive
    Post count: 16

    great thank you, i’ll look out for the update

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.