Can not connect to Sonoff USB 3.0 Zigbee Dongle

I can not get this to work anymore for some reason after I had a power outage. I reflashed my dongle with the latest FW (Yes it is the -P dongle and not the -E dongle):
CC1352P2_CC2652P_launchpad_coordinator_20220219.hex
Using the ti smartRF programmer

I keep getting the error after the flashing
Error: Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms)

I checked the zigbee site for all possible causes

https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start.html

I checked the location of the device, which is detected
DEVLINKS: >-
/dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_642b17f9c6c9eb11b5f68d4f1d69213e-if00-port0
/dev/serial/by-path/pci-0000:00:12.0-usb-0:1.2:1.0-port0
DEVNAME: /dev/ttyUSB0

Which is also in my configuration
data_path: /config/zigbee2mqtt
socat:
enabled: false
master: pty,raw,echo=0,link=/tmp/ttyZ2M,mode=777
slave: tcp-listen:8485,keepalive,nodelay,reuseaddr,keepidle=1,keepintvl=1,keepcnt=5
options: “-d -d”
log: false
mqtt:
base_topic: zigbee2mqtt
user: *******
password: **********
serial:
port: /dev/ttyUSB0

So I really can’t figure out what is wrong. Can anyone help me?

Full error log:

> 
> Zigbee2MQTT:error 2022-11-27 22:54:32: Error while starting zigbee-herdsman
> Zigbee2MQTT:error 2022-11-27 22:54:32: Failed to start zigbee
> Zigbee2MQTT:error 2022-11-27 22:54:32: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start.html for possible solutions
> Zigbee2MQTT:error 2022-11-27 22:54:32: Exiting...
> Zigbee2MQTT:error 2022-11-27 22:54:32: Error: Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms)
>     at ZStackAdapter.start (/app/node_modules/zigbee-herdsman/src/adapter/z-stack/adapter/zStackAdapter.ts:103:27)
>     at Controller.start (/app/node_modules/zigbee-herdsman/src/controller/controller.ts:132:29)
>     at Zigbee.start (/app/lib/zigbee.ts:58:27)
>     at Controller.start (/app/lib/controller.ts:101:27)
>     at start (/app/index.js:109:5)

A solution was found in removing the dongle and disable start at power-up for zigbee2mqtt. Then do a hardware reboot. After HA is running again, insert the dongle and restart zigbe2MQTT (enable start at power-up)