HOME › Forums › Gateways › Raspberry Pi › BindTableRequest
-
AuthorPosts
-
AnonymousInactiveJune 25, 2013 at 1:11 amPost count: 16
Hey Folks
I am sending this to my RaspP zbpserver
Node_BindTableRequest 48823 1 I get this back
Node_BindTableRequest 2 32aa173c-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 ?
AnonymousInactiveJune 25, 2013 at 10:18 pmPost count: 259Hi,
Node_BindTableRequest response values:
0x02 device not found, 0x00 successI would suggest getting the Node_GetNumNodes, and check the device id.
Regards,
Dhawal
dhawal.d@smartenit.com
(949)429-3303AnonymousInactiveJuly 17, 2013 at 5:46 amPost count: 16Appologies 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
AnonymousInactiveJuly 18, 2013 at 3:58 amPost count: 16ok 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
AnonymousInactiveJuly 18, 2013 at 4:29 amPost count: 16btw 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 differenceS
AnonymousInactiveJuly 19, 2013 at 12:02 amPost count: 259Looks 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.
AnonymousInactiveJuly 19, 2013 at 2:52 amPost count: 16great thank you, i’ll look out for the update
-
AuthorPosts
- You must be logged in to reply to this topic.