Zigbee2Mqtt stops working

Hi,
I have a problem with Zigbee in HA. I installed the Add-Ons Zigbee2mqtt (1.29.2-1), Mosquito (6.13), HA on Raspi ( 2023.1.6).
Zigbee stops working randomly. I cannot read/write devices.
The i restart Z2B and MQTT. Everything is working well then for a time.
Does anybody has this too?

Thanks for any suggestions

Best
Detlef

you need to post logs.

what type of USB radio are you using?

I use the sonoff Zigbee 3.0

Which logs you mean? Zigbee2mqtt or HA?

If you are having trouble with z2m crashing I would start posting logs from z2m from right before and after a crash.

I do have the same dongle and the same problem. I did read about more people having this problem with this dongle in combination with Z2M
The logs are yellow just before this happening.
I try to find some logic.
Until know it happens when I lose a device disconnected (I’m not sure, thats the only situation)
EDIT: This is not the case. I just did loose a device and Z2M is still running

Hi,
here is the z2m Logfile

I finaly decide to switch to Zigbee intergration (ZA) this works stabil

Same thing is happening to me. I have 2 servers, 1 runs perfectly in raspberry pi and I’ve intended to migrate this version to my HA using TCP gateway.
Here is my config:

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:
  server: mqtt://core-mosquitto:1883
  user: mqtt
  password: xxxxxxxx
serial:
  port: tcp://192.xxx.x.xxx:6638
  baudrate: 115200
  adapter: zstack
  disable_led: false
  advanced:
    transmit_power: 20

I’m using one of this:
SMLIGHT SLZB-06

Hi

  1. Which version of Raspberry Pi are you using?
  2. How much memory does it have?

Best regards,