Help with Conbee II on Zigbee2MQTT after restore

HI,

I had a power loss and even if my Mini PC is behind an UPS somehow my NVME got fried. I changed it, restored proxmox and a backup (lucky me was 4 days old).

(Almost) everything became available again with the exception of zigbee2mqtt (and maybe also frigate using Coral USB but I’m no 100% sure because I saw some issues reported in frigate’s github recently).

My first focus is definitely Z2M: I see the usb device at proxmox and VM boot in the hardware tab but after a while it “disappears” so i don’t know if there’s a workaround.

Below the Z2M config:

data_path: /config/zigbee2mqtt
socat:
  enabled: false
  master: pty,raw,echo=0,link=/dev/ttyACM0,mode=777
  slave: tcp-listen:8485,keepalive,nodelay,reuseaddr,keepidle=1,keepintvl=1,keepcnt=5
  options: "-d -d"
  log: true
mqtt: {}
serial:
  port: /dev/ttyACM0
  adapter: deconz

I tried to write dmesg in SSH but I receive more than 1857 raw. I can copy here if necessary.

Any hint?

Thanks