#Error while starting zigbee-herdsman

1 messages · Page 1 of 1 (latest)

tepid smelt
#

Got this error-message out of the blue:

[2025-01-16 15:39:19] info:     zh:zstack:znp: Opening SerialPort with {"path":"/dev/serial/by-id/usb-Silicon_Labs_slae.sh_cc2652rb_stick_-_slaesh_s_iot_stuff_00_12_4B_00_23_93_35_53-if00-port0","baudRate":115200,"rtscts":false,"autoOpen":false}
[2025-01-16 15:39:19] error:     z2m: Error while starting zigbee-herdsman
[2025-01-16 15:39:19] error:     z2m: Failed to start zigbee-herdsman
[2025-01-16 15:39:19] error:     z2m: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start_crashes-runtime.html for possible solutions
[2025-01-16 15:39:19] error:     z2m: Exiting...
[2025-01-16 15:39:19] error:     z2m: Error: Error: No such file or directory, cannot open /dev/serial/by-id/usb-Silicon_Labs_slae.sh_cc2652rb_stick_-_slaesh_s_iot_stuff_00_12_4B_00_23_93_35_53-if00-port0

If I start "terminal" in Home-Assistant and run following:

/bin/bash
ls -als /dev/ <tab><tab>

I don't see any "serial-device" directory at all below /dev

Any Idea why this happend out of the blue. Since some days ago, anything work like a charm

solid mica
#

What installation method and hardware do you use?

tepid smelt
#

I have HA installed on a raspberry pi, with an Zigbi-usb-stick (Slaesh CC2652RB).

This are the part of my zigbee2mqtt/configuration.yaml, which work at least (but not anymore):

devices:
  - devices.yaml
groups:
  - groups.yaml
homeassistant:
  enabled: true
mqtt:
  base_topic: zigbee2mqtt
  server: mqtt://1.2.3.4:1883
  user: <user>
  password: <myPasswd>
serial:
  port: >-
    /dev/serial/by-id/usb-Silicon_Labs_slae.sh_cc2652rb_stick_-_slaesh_s_iot_stuff_00_12_4B_00_23_93_35_53-if00-port0
  adapter: zstack
  disable_led: false
#

I wonder why all the Block-Device entries in HA are gone.
I remember that I have adjusted them a week ago, and there /dev/serial/by-id/ still exists... now its gone.