zigbee2mqtt / hassio-zigbee2mqtt

Official Zigbee2MQTT Home Assistant add-on
https://www.zigbee2mqtt.io
Apache License 2.0
1.14k stars 406 forks source link

error: zh:zstack:znp: Failed to determine if path is valid: 'Error: spawn udevadm ENOENT' #647

Open alexsaas opened 1 week ago

alexsaas commented 1 week ago

Description of the issue

After updating to 1.40.2-1, I have this error message in the logs of zigbee2MQTT after every restart of zigbee2MQTT.

Fortunately, all devices work, but the error message is worrying me. Is it possible that the bug is being addressed here: https://github.com/Koenkk/zigbee2mqtt/discussions/24199 and can I hope that it will be fixed in a future update? Or do I have to do something?

Edit: Supplement.

Before restarting, when zigbee2MQTT is stopped, the following error message appears:

error: z2m: MQTT error: read ECONNRESET

This one, however, only happens with a complete restart or shutdown of home assistant. Maybe the broker or the integration stops faster when Home Assistant is shut down than zigbee2MQTT?

It seems, I am having two different problems here?

Addon version

1.40.2-1

Platform

Core: 2024.9.3 Supervisor: 2024.10.0 Operating System: 13.1

Logs of the issue (if applicable)

[2024-10-14 03:00:13] error: z2m : MQTT error: read ECONNRESET
[03:01:37] INFO: Preparing to start...
[03:01:37] INFO: Socat not enabled
[03:01:371 INFO: Starting Zigbee2MQTT…
Starting Zigbee2MQTT without watchdog.
[2024-10-14 03:01:39] error: zh: zstack: znp: Failed to determine if path is valid: 'Error: spawn udevadm ENOENT'
alexsaas commented 6 days ago

Update

Koenkk commented on the error 'Error: spawn udevadm ENOENT' here: https://github.com/Koenkk/zigbee2mqtt/discussions/24199#discussioncomment-10940280

So the error 'MQTT error: read ECONNRESET' still remains open.