You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been using zigbee2mqtt for several years on a Rapsberry 3, since long time under Raspbian 12 (bookworm) in a Docker container. I use a CC2652P as an adapter. The adapter was already flashed to the latest coordinator firmware (20240710) some time ago, and I have just upgraded zigbee2mqtt to version 2.0. So far, no problems.
My FHEM and a MariaDB are also running on the Raspberry, no other hardware is connected.
I currently want to move the construct to a Raspberry 5 with more memory and M2 SSD. The first thing I wanted to do was move zigbee2mqtt. Unfortunately, I can't do that.
freshly installed Raspbian 12, patched to the latest version
first tried to use the Docker config of my running Rapsi3
newly installed Raspi 5, fresh Docker environment with new config for zigbee2mqtt
newly installed Raspi 5, installed zigbee2mqtt natively with npm&Co.
I can't access the adapter on the Raspi 5, I always end up with "Failed to connect to adapter". With the same config, the adapter is now running on the Raspi3 again.
Any hints/tips/ideas as to why the same config/adapter runs on a Raspi3 but not on the Raspi 5?
Best regards - Michael
Logfile:
[2025-01-08 17:12:14] info: z2m: Logging to console, file (filename: log.log)
[2025-01-08 17:12:14] info: z2m: Starting Zigbee2MQTT version 2.0.0 (commit #060ae99)
[2025-01-08 17:12:14] info: z2m: Starting zigbee-herdsman (3.2.1)
[2025-01-08 17:12:14] info: zh:zstack:znp: Opening SerialPort with {"path":"/dev/serial/by-id/usb-1a86_USB_Serial-if00-port0","baudRate":115200,"rtscts":false,"autoOpen":false}
[2025-01-08 17:12:14] info: zh:zstack:znp: Serialport opened
[2025-01-08 17:12:32] error: z2m: Error while starting zigbee-herdsman
[2025-01-08 17:12:32] error: z2m: Failed to start zigbee-herdsman
[2025-01-08 17:12:32] error: z2m: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start_crashes-runtime.html for possible solutions
[2025-01-08 17:12:32] error: z2m: Exiting...
[2025-01-08 17:12:32] error: z2m: Error: Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms)
Adapter is connected to Raspi5:
root@raspi5:~ $ ls -la /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0
lrwxrwxrwx 1 root dialout 13 Jan 8 17:11 /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0 -> ../../ttyUSB0
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Good morning,
I have been using zigbee2mqtt for several years on a Rapsberry 3, since long time under Raspbian 12 (bookworm) in a Docker container. I use a CC2652P as an adapter. The adapter was already flashed to the latest coordinator firmware (20240710) some time ago, and I have just upgraded zigbee2mqtt to version 2.0. So far, no problems.
My FHEM and a MariaDB are also running on the Raspberry, no other hardware is connected.
I currently want to move the construct to a Raspberry 5 with more memory and M2 SSD. The first thing I wanted to do was move zigbee2mqtt. Unfortunately, I can't do that.
I can't access the adapter on the Raspi 5, I always end up with "Failed to connect to adapter". With the same config, the adapter is now running on the Raspi3 again.
Any hints/tips/ideas as to why the same config/adapter runs on a Raspi3 but not on the Raspi 5?
Best regards - Michael
Logfile:
Adapter is connected to Raspi5:
Very basic config for tests:
Beta Was this translation helpful? Give feedback.
All reactions