Replies: 7 comments 3 replies
-
Could this error be related to the functionality under discussion? After adding the
Debug log: |
Beta Was this translation helpful? Give feedback.
-
Have the same problem. Adding adapter line doesn't help |
Beta Was this translation helpful? Give feedback.
-
The change has not been merged yet. |
Beta Was this translation helpful? Give feedback.
-
Same here, thx for the fix. |
Beta Was this translation helpful? Give feedback.
-
@Koenkk, when is a new release, including this PR, expected? I am facing the same error, and therefore I am unable to start the service. Thanks |
Beta Was this translation helpful? Give feedback.
-
Both links are broken: What do I have to do? I have a sonoff Zigbee 3.0 USB Dongle Plus |
Beta Was this translation helpful? Give feedback.
-
I will close this discussion and create a new one. It's intended for after the 2.0.0 release (not released yet) but has now turned into a 1.x.x support thread, please open issues for that instead. |
Beta Was this translation helpful? Give feedback.
-
Locked due to #24199 (comment), follow-up: #24364
TL;DR
Add
adapter
(likelyzstack
, see docs for more info) to your Zigbee2MQTTconfiguration.yaml
, example:What changed?
Koenkk/zigbee-herdsman#1197 brings improvements to the adapter discovery feature. This feature allows Zigbee2MQTT to automatically detect your adapter (preventing the need for a
serial
section inconfiguration.yaml
).In case Zigbee2MQTT could not automatically detect the type of adapter, it would default to
zstack
. This gives issues to people using other adapters. When not specifying theadapter
and when using e.g. an EZSP adapter, Zigbee2MQTT will fail to start withError: SRSP - SYS - ping after 6000ms
instead of a clear error message. This behaviour has now been changed. Starting from 1.41.0, in case Zigbee2MQTT cannot automatically detect your adapter, you have to explicitly specify theserial
port
andadapter
.This change in behaviour has 1 drawback. In case Zigbee2MQTT defaulted to
zstack
before in your setup, it will now fail to start withUSB adapter discovery error (No valid USB adapter found). Specify valid 'adapter' and 'port' in your configuration.
. This can be fixed by addingadapter: zstack
to your Zigbee2MQTTconfiguration.yaml
as described above.The full documentation can be found here.
Beta Was this translation helpful? Give feedback.
All reactions