I realized yesterday that I no longer had access to the Zigbee2mqtt interface IP:8080
On Firefox
Connection failed
Firefox can’t establish a connection to the server at 192.168.xx.xxx:8080.
On Chrome:
This site is unreachable
192.168.xx.xxx refuses to connect
The Zigbee2MQTT logs:
Using '/app/data' as data directory
Starting Zigbee2MQTT without watchdog.
[2024-11-09 14:14:49] info: z2m: Logging to console, file (filename: log.log)
[2024-11-09 14:14:49] info: z2m: Starting Zigbee2MQTT version 1.41.0 (commit #cc31cea)
[2024-11-09 14:14:49] info: z2m: Starting zigbee-herdsman (2.1.7)
[2024-11-09 14:14:50] info: zh:zstack:znp: Opening SerialPort with {"path":"/dev/ttyACM0","baudRate":115200,"rtscts":false,"autoOpen":false}
[2024-11-09 14:14:50] info: zh:zstack:znp: Serialport opened
[2024-11-09 14:14:50] info: zh:zstack:znp: Writing CC2530/CC2531 skip bootloader payload
[2024-11-09 14:14:51] info: zh:zstack:znp: Skip bootloader for CC2652/CC1352
[2024-11-09 14:15:05] info: zh:zstack:znp: Port closed
[2024-11-09 14:15:10] error: z2m: Error while starting zigbee-herdsman
[2024-11-09 14:15:10] error: z2m: Failed to start zigbee
[2024-11-09 14:15:10] error: z2m: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start.html for possible solutions
[2024-11-09 14:15:10] error: z2m: Exiting...
[2024-11-09 14:15:10] error: z2m: Error: Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms)
at ZStackAdapter.start (/app/node_modules/zigbee-herdsman/src/adapter/z-stack/adapter/zStackAdapter.ts:113:27)
at Controller.start (/app/node_modules/zigbee-herdsman/src/controller/controller.ts:137:29)
at Zigbee.start (/app/lib/zigbee.ts:69:27)
at Controller.start (/app/lib/controller.ts:161:27)
at start (/app/index.js:154:5)
ls -l /dev/serial/by-id
lrwxrwxrwx 1 root root 13 oct. 31 16:18 usb-0658_0200-if00 -> ../../ttyACM1
lrwxrwxrwx 1 root root 13 nov. 9 15:15 usb-1a86_USB_Serial-if00-port0 -> ../../ttyUSB0
lrwxrwxrwx 1 root root 13 oct. 10 17:18 usb-Arduino__www.arduino.cc__0042_85036313330351508161-if00 -> ../../ttyACM0
ACM1: Z-Wave
USB0: Zigbee
ACM0: RF-link
I unplugged and replugged the dongle, which lights up blue.
I restarted the mini PC over SSH; too bad there’s no way to do it from the interface, with a button
, for example. Because if you’re not at home, you can’t restart the PC or RPi.
The interface is accessible.
The problem is solved, but… why did it fail?
