### What happened?
Rebuild my server and installed a fresh Docker container. Up…dated my Sonoff USB Dongle P with the latest firmware. But can´t seem to find any device.
### What did you expect to happen?
Find Devices.
### How to reproduce it (minimal and precise)
Just start container and wait to find devices.
### Zigbee2MQTT version
2.5.1-dev commit: 21fa5cbdeddb51d55364c4d28b887791384a951b
### Adapter firmware version
20250321
### Adapter
SONOFF Zigbee 3.0 USB Dongle Plus -P
### Setup
On Unraid in a docker container
### Device `database.db` entry
_No response_
### Debug log
Debug at the start of searching for new devices:
```
[2025-07-17 22:05:17] info: z2m: Zigbee: allowing new devices to join.
[2025-07-17 22:05:17] debug: zh:zstack:unpi:writer: --> frame [254,5,37,54,15,252,255,254,1,229]
[2025-07-17 22:05:17] debug: zh:zstack:unpi:parser: <-- [254,1,101,54,0,82,254,3,69,182,0,0,0,240]
[2025-07-17 22:05:17] debug: zh:zstack:unpi:parser: --- parseNext [254,1,101,54,0,82,254,3,69,182,0,0,0,240]
[2025-07-17 22:05:17] debug: zh:zstack:unpi:parser: --> parsed 1 - 3 - 5 - 54 - [0] - 82
[2025-07-17 22:05:17] debug: zh:zstack:znp: <-- SRSP: ZDO - mgmtPermitJoinReq
[2025-07-17 22:05:17] debug: zh:zstack:unpi:parser: --- parseNext [254,3,69,182,0,0,0,240]
[2025-07-17 22:05:17] debug: zh:zstack:unpi:parser: --> parsed 3 - 2 - 5 - 182 - [0,0,0] - 240
[2025-07-17 22:05:17] debug: zh:zstack:znp: <-- AREQ: ZDO - mgmtPermitJoinRsp
[2025-07-17 22:05:17] debug: zh:controller: Received ZDO response: clusterId=PERMIT_JOINING_RESPONSE, status=SUCCESS, payload=undefined
[2025-07-17 22:05:17] debug: zh:zstack:unpi:parser: --- parseNext []
[2025-07-17 22:05:17] debug: zh:zstack:znp: --> SREQ: AF - dataRequestExt - {"dstaddrmode":2,"dstaddr":"0x000000000000fffd","destendpoint":242,"dstpanid":0,"srcendpoint":242,"clusterid":33,"transid":1,"options":0,"radius":30,"len":6,"data":{"type":"Buffer","data":[25,2,2,11,254,0]}}
[2025-07-17 22:05:17] debug: zh:zstack:unpi:writer: --> frame [254,26,36,2,2,253,255,0,0,0,0,0,0,242,0,0,242,33,0,1,0,30,6,0,25,2,2,11,254,0,232]
[2025-07-17 22:05:17] debug: zh:zstack:unpi:parser: <-- [254,1,100,2,0,103]
[2025-07-17 22:05:17] debug: zh:zstack:unpi:parser: --- parseNext [254,1,100,2,0,103]
[2025-07-17 22:05:17] debug: zh:zstack:unpi:parser: --> parsed 1 - 3 - 4 - 2 - [0] - 103
[2025-07-17 22:05:17] debug: zh:zstack:znp: <-- SRSP: AF - dataRequestExt - {"status":0}
[2025-07-17 22:05:17] debug: zh:zstack:unpi:parser: --- parseNext []
[2025-07-17 22:05:17] debug: zh:zstack:unpi:parser: <-- [254,3,68,128,225,242,1,213]
[2025-07-17 22:05:17] debug: zh:zstack:unpi:parser: --- parseNext [254,3,68,128,225,242,1,213]
[2025-07-17 22:05:17] debug: zh:zstack:unpi:parser: --> parsed 3 - 2 - 4 - 128 - [225,242,1] - 213
[2025-07-17 22:05:17] debug: zh:zstack:znp: <-- AREQ: AF - dataConfirm - {"status":225,"endpoint":242,"transid":1}
[2025-07-17 22:05:17] debug: zh:zstack:unpi:parser: --- parseNext []
[2025-07-17 22:05:17] info: z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/bridge/response/permit_join', payload '{"data":{"time":254},"status":"ok","transaction":"u0d4h-1"}'
[2025-07-17 22:09:32] debug: z2m: Saving state to file /app/data/state.json
[2025-07-17 22:14:32] debug: z2m: Saving state to file /app/data/state.json
```