Hi,
I'm testing the Zigbee cli example and is trying to connect to a Danalock lock but get an error when the lock connects to the coordinator.
I have used these initial commands:
bdb role zc
bdb start
bdb legacy enable
When the lock connects the following messages comes to the logger:
<info> app: Device update received (short: 0x5815, long: 000b57fffe59cd46, status: 1)
<info> zboss: DE AD 0A 02 9E 1D 2A 00|......*.
<info> zboss: 26 01 A5 05 DE AD 0E 02|&.......
<info> zboss: A0 1D 2B 00 2B 01 05 01|..+.+...
<info> zboss: 0F 00 00 00 DE AD 0A 02|........
<info> zboss: A0 1D 2C 00 2B 01 18 01|..,.+...
<info> zboss: DE AD 0A 02 BF 1D 2D 00|......-.
<info> zboss: 26 01 A5 05 DE AD 0E 02|&.......
<info> zboss: C7 1D 2E 00 2B 01 05 01|....+...
<info> zboss: 0F 00 00 00 DE AD 0A 02|........
<info> zboss: C7 1D 2F 00 2B 01 18 01|../.+...
<info> zboss: DE AD 1A 02 C9 1D 30 00|......0.
<info> zboss: 3E 01 27 03 00 00 00 00|>.'.....
<info> zboss: 15 58 00 00 46 CD 59 FE|.X..F.Y.
<info> app: Device update received (short: 0x5815, long: 000b57fffe59cd46, status: 1)
<info> app: New device commissioned or rejoined (short: 0x5815)
<info> zboss: FF 57 0B 00 DE AD 0E 02|.W......
<info> zboss: D9 1D 31 00 64 11 25 02|..1.d.%.
<info> app: Device authorization event received (short: 0x5815, long: 000b57fffe59cd46, authorization type: 0, authorization status: 0)
<info> app: Device authorization event received (short: 0x5815, long: 000b57ff, authorization type: 1, authorization status: 1)
<info> app: Child left the network (long: 000b57fffe59cd46, rejoin flag: 0)
When connecting a simple switch or Trådfri light the corresponding (successful) sequence is:
<info> app: Device update received (short: 0xC5ED, long: 04cf8cdf3c79c618, status: 1)
<info> app: New device commissioned or rejoined (short: 0xC5ED)
<info> app: Device authorization event received (short: 0xC5ED, long: 04cf8cdf3c79c618, authorization type: 1, authorization status: 0)
Any idea what the problem might be here?
Thanks
/Peter Lerup