Hi everyone, I've been struggling with my Zigbee network for the last few weeks. Somehow, I can't pair any device successfully anymore as it keeps getting stuck in the pairing process. Some representative logs for a Ikea Kadrilj roller blind:
New device 0x2646 (84:2e:14:ff:fe:77:a1:27) joined the network
Emitting event device_joined with data DeviceJoinedEvent(device_info=DeviceJoinedDeviceInfo(ieee=84:2e:14:ff:fe:77:a1:27, nwk=0x2646, pairing_status=<DevicePairingStatus.PAIRED: 1>), event_type='zha_gateway_message', event='device_joined') (1 listeners)
(ZHAGatewayProxy) handling event protocol for event: DeviceJoinedEvent(device_info=DeviceJoinedDeviceInfo(ieee=84:2e:14:ff:fe:77:a1:27, nwk=0x2646, pairing_status=<DevicePairingStatus.PAIRED: 1>), event_type='zha_gateway_message', event='device_joined')
[0x2646] Scheduling initialization
Tries remaining: 5
[0x2646] Requesting 'Node Descriptor'
[0x2646] Extending timeout for 0x01 request
...
Device 0x2646 (84:2e:14:ff:fe:77:a1:27) joined the network
[0x2646] Scheduling initialization
[0x2646] Canceling old initialize call
Tries remaining: 5
[0x2646] Requesting 'Node Descriptor'
[0x2646] Extending timeout for 0x02 request
...
Device 0x2646 (84:2e:14:ff:fe:77:a1:27) joined the network
[0x2646] Scheduling initialization
[0x2646] Canceling old initialize call
Tries remaining: 5
[0x2646] Requesting 'Node Descriptor'
[0x2646] Extending timeout for 0x03 request
...
Device 0x2646 (84:2e:14:ff:fe:77:a1:27) joined the network
[0x2646] Scheduling initialization
[0x2646] Canceling old initialize call
Tries remaining: 5
[0x2646] Requesting 'Node Descriptor'
[0x2646] Extending timeout for 0x04 request
...
It keeps going like this until the pairing window times out. I've tried removing it from the network and editing zigbee.db to remove all indications of it, but to no avail. It also keeps getting assigned the same NWK no matter what I do to remove it. Anyone have any idea what's going on?