HOME › Forums › Gateways › Raspberry Pi › nodes that changed › Reply To: nodes that changed
Inactive
September 13, 2013 at 2:22 pm
Post count: 19
I think I’m still doing something wrong. I have added a device to my zigbee controller (a ZBWS3) using the harmony gateway. I can see this device when I query for all the registered devices (currently using Node_GetNode). This returns me:
ZBP_NodeNode_GetNode
0
5ef7
137a000000183a
4002
[]
[00]
ZBWS3
default.png
BasicEP,1
06aa79b9-95c5-4938-b193-5f124efd8a02
But when I press a button on the ZBWS3, I get 2 messages:
NodeNode_NodeRemoved5ef72752
NodeNode_EndDeviceAnnounce5ef7137a000000183a80
But no info about the fact that a button was pressed.
Is my device not registered correctly or something? What am I missing?
Thanks.