I’ve been experimenting with Zigbee2MQTT for the past couple of weeks and have encountered a puzzling issue. After successfully pairing devices, they appear in the network overview for just a few seconds before disappearing with the message: ‘Device 0xXXXXXXXXXX has left the network.’ This has happened with devices from various manufacturers, including Sonoff, Tuja, and Aqara. I’m using Zigbee2MQTT version 2.0.0-2 with a SLZB-06M coordinator and two SLZB-06M routers. The network currently has 43 devices. I’ve noticed frequent error messages related to route failures, which might be contributing to the problem. Here’s a snippet from my Zigbee2MQTT configuration:
yaml
serial:
port: tcp://192.168.xxx.xxx:6638
baudrate: 115200
adapter: ember
disable_led: false
advanced:
transmit_power: 20
Any insights or suggestions on how to resolve this would be greatly appreciated! I’m eager to get this working smoothly.