Can't start up z2m since last update

Hello,
since I have updated to 1.25 I cannot get zigbee running. No possible solution I have found on the Internet did any good. Can anyone help me what is causing the problem?
Thx in advance

Here is my log file:

> [email protected] start
> node index.js
CREATED DECONZ ADAPTER
Zigbee2MQTT:error 2022-05-19 12:46:27: Error while starting zigbee-herdsman
Zigbee2MQTT:error 2022-05-19 12:46:27: Failed to start zigbee
Zigbee2MQTT:error 2022-05-19 12:46:27: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start.html for possible solutions
Zigbee2MQTT:error 2022-05-19 12:46:27: Exiting...
Zigbee2MQTT:error 2022-05-19 12:46:27: undefined
[12:46:28] INFO: Handing over control to Zigbee2mqtt Core ...

And my config file:

{
  "external_converters": [],
  "devices": [
    "devices.yaml"
  ],
  "groups": [
    "groups.yaml"
  ],
  "homeassistant": true,
  "permit_join": false,
  "mqtt": {
    "base_topic": "zigbee2mqtt",
    "user": ""XXX",
    "password": "XXX",
    "server": "mqtt://core-mosquitto:1883"
  },
  "serial": {
    "port": "/dev/ttyS0",
    "adapter": "deconz"
  },
  "advanced": {
    "log_level": "warn",
    "pan_id": 6754,
    "channel": 11,
    "network_key": [
      1,
      3,
      5,
      7,
      9,
      11,
      13,
      15,
      0,
      2,
      4,
      6,
      8,
      10,
      12,
      13
    ],
    "availability_blocklist": [],
    "availability_passlist": []
  },
  "device_options": {},
  "blocklist": [],
  "passlist": [],
  "queue": {},
  "frontend": {
    "port": 8099
  },
  "experimental": {},
  "availability": false,
  "zigbee_herdsman_debug": true
}

I’m no longer using a Conbee II stick but isn’t the DeConz usually on port /dev/ttyACM0 or on something like /dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_REDACTED-if00 instead of /dev/ttyS0?

Just got to try it out. Thank you so much! It was /dev/AMA0 for me. Don’t know why it did not work anymore…

Glad to hear that solved it for you. :+1:

@Consille But kind of funny that you marked your own reply as the solution and not my post…

Oh, I’m sorry, this was my first post. I thought I could tag multiple answers as the solution. I did not want to withhold you credit. Fixed it!

Thanks! No biggie though :wink: