Replies: 72 comments 104 replies
-
FYI, this is the correct link to the docs: |
Beta Was this translation helpful? Give feedback.
-
Hi, I don't get it running in docker... I used the docker image: "koenkk/zigbee2mqtt:latest-dev" serial: H/W: CC26X2R1 + USR-TCP232-T2 Serial TTL to Ethernet Any tipps? Regards Gerhard |
Beta Was this translation helpful? Give feedback.
-
Hi, Thx for answering soon. But I did the configuration as described in the docu as shown in my description above. serial: So that shouldn't be the issue Regards Gerhard |
Beta Was this translation helpful? Give feedback.
-
got it after hours of searching... the additional part of serial: with "adapter: zstack" was not easy to find. May be about my english capabilities... Thank you and regards Gerhard |
Beta Was this translation helpful? Give feedback.
-
Hi I am wondering if you can help ? Zigbee2MQTT fails to start now ... Here is the following from the log ... Starting Zigbee2MQTT without watchdog. My configuration.yaml has the following specified ... serial: But it still fails to start ? Any help would be appreciated. |
Beta Was this translation helpful? Give feedback.
-
Please help! My Zigbee2Mqtt if failing after latest update Using '/app/data' as data directory |
Beta Was this translation helpful? Give feedback.
-
error after update : |
Beta Was this translation helpful? Give feedback.
-
I'm confirm same error after update [08:06:17] INFO: Preparing to start... Please help us. |
Beta Was this translation helpful? Give feedback.
-
Had this issue and added to my serial config in Z2M options and everything started up again, was a little scared for a moment! thanks for the thread with help format of my config below for reference port: >- |
Beta Was this translation helpful? Give feedback.
-
Adding the line works fine for me on Synology NAS Z2M docker with SONOFF ZigBee 3.0 USB Dongle Plus, TI CC2652P |
Beta Was this translation helpful? Give feedback.
-
just adding |
Beta Was this translation helpful? Give feedback.
-
I have a zigbee_sonoff_dongle_plusv2. I have added zstack as adapter. But now I get the following error: [2025-01-04 10:16:53] info: z2m: Logging to console, file (filename: log.log) |
Beta Was this translation helpful? Give feedback.
-
yes, it work. my device jethub h1 thanks |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I don't know what to do anymore. |
Beta Was this translation helpful? Give feedback.
-
I'm not sure I understand these "automatically detect" improvements, if until now I didn't need to specify an adapter and now I do... What am I missing? |
Beta Was this translation helpful? Give feedback.
-
Adapter then port as described in the readme |
Beta Was this translation helpful? Give feedback.
-
After the update. the Zigbee2MQTT add on didn't want to start, and in the logs I saw the errors and came to this page where I saw that I had to add the adapter: zstack to the config. |
Beta Was this translation helpful? Give feedback.
-
had the same problem and i only add adapter: zstack serial: |
Beta Was this translation helpful? Give feedback.
-
I cannot find a solution, I have a Sonoff dongle with Zigmee2mqtt and it's not working. Can anybody help? I put this on the
I found the port by doing this command
But when I restart HA, I find this logs on Zigbee2mqtt and it does not start:
How can I fix this? |
Beta Was this translation helpful? Give feedback.
-
Am having also a strange behavior and am unable to run zigbeemqtt. [15:48:17] INFO: Preparing to start... Configuration: |
Beta Was this translation helpful? Give feedback.
-
I think i tried all the suggestions here in this discussion. But i get still the following: Starting Zigbee2MQTT without watchdog. This i have in the settings: adapter: zstack I tried also: adapter: zstack But when i save it, it directly goes back to the one above this one. I tried this for testing without any result: All is alligned as it should be. But it still doesn't want to run. |
Beta Was this translation helpful? Give feedback.
-
Hi
I had the same problem but fix mine. This is not a guarantee that it will work, but worth a try.
First I went to settings and disabled the Sonoff Zigbee so that the HAZ is disabled.
Second I then went to settings add-ons and clicked on zigbee2mqtt. From there I clicked on the configuration tab and enter the following under serial
port: >-
/dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_4496780aff1bef11a548a0d94909ffd0-if00-port0
adapter: zstack
You need to get your personal port detail. For this go to settings, system, hardware, All hardware and look for your Zigbee connection by scrolling down until you find ttyUSB. Copy the complete long name until port0 at the end. Paste this next to port in the second point I explained.
If this doesn’t work flash your zigbee dongle to the latest software
Good luck
From: JTemmink ***@***.***>
Sent: 14 January 2025 14:46
To: Koenkk/zigbee2mqtt ***@***.***>
Cc: jacobsg1 ***@***.***>; Manual ***@***.***>
Subject: Re: [Koenkk/zigbee2mqtt] Z2M 2.0.0: `USB adapter discovery error (No valid USB adapter found)` (Discussion #24364)
I think i tried all the suggestions here in this discussion. But i get still the following:
Starting Zigbee2MQTT without watchdog.
[2025-01-14 15:39:00] info: z2m: Logging to console, file (filename: log.log)
[2025-01-14 15:39:00] info: z2m: Starting Zigbee2MQTT version 2.0.0 (commit #unknown)
[2025-01-14 15:39:00] info: z2m: Starting zigbee-herdsman (3.2.1)
[2025-01-14 15:39:00] info: zh:zstack:znp: Opening SerialPort with {"path":"/dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_32d482285ed8ed1180b16d6162c613ac-if00-port0","baudRate":115200,"rtscts":false,"autoOpen":false}
[2025-01-14 15:39:00] info: zh:zstack:znp: Serialport opened
[2025-01-14 15:39:01] info: zh:zstack:znp: Writing CC2530/CC2531 skip bootloader payload
[2025-01-14 15:39:02] info: zh:zstack:znp: Skip bootloader for CC2652/CC1352
[2025-01-14 15:39:21] error: z2m: Error while starting zigbee-herdsman
[2025-01-14 15:39:21] error: z2m: Failed to start zigbee-herdsman
[2025-01-14 15:39:21] error: z2m: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start_crashes-runtime.html for possible solutions
[2025-01-14 15:39:21] error: z2m: Exiting...
[2025-01-14 15:39:21] error: z2m: Error: Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms)
at ZStackAdapter.start ***@***.***/node_modules/zigbee-herdsman/src/adapter/z-stack/adapter/zStackAdapter.ts:113:27 ***@***.***/node_modules/zigbee-herdsman/src/adapter/z-stack/adapter/zStackAdapter.ts:113:27> )
at Controller.start ***@***.***/node_modules/zigbee-herdsman/src/controller/controller.ts:136:29 ***@***.***/node_modules/zigbee-herdsman/src/controller/controller.ts:136:29> )
at Zigbee.start (/app/lib/zigbee.ts:69:27)
at Controller.start (/app/lib/controller.ts:142:13)
at start (/app/index.js:161:5)
This i have in the settings:
adapter: zstack
port: >-
/dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_32d482285ed8ed1180b16d6162c613ac-if00-port0
All is alligned as it should be. But it still doesn't want to run.
Who can help me out?
—
Reply to this email directly, view it on GitHub <#24364 (comment)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/AIOEKE5LDXWQUJ2CUZUA4VT2KUPJRAVCNFSM6AAAAABQCHXH3WVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCOBTGI2DONY> .
You are receiving this because you are subscribed to this thread. <https://github.com/notifications/beacon/AIOEKE4ASFL4UCY6K4UWB6T2KUPJRA5CNFSM6AAAAABQCHXH3WWGG33NNVSW45C7OR4XAZNRIRUXGY3VONZWS33OINXW23LFNZ2KUY3PNVWWK3TUL5UWJTQAWSGJ2.gif> Message ID: ***@***.*** ***@***.***> >
|
Beta Was this translation helpful? Give feedback.
-
Flash your zigbee dongle to the latest update
giannibuttarazzi Wednesday, 15 January at 21:00
console
Sent from Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: giannibuttarazzi ***@***.***>
Sent: Wednesday, January 15, 2025 9:00:21 PM
To: Koenkk/zigbee2mqtt ***@***.***>
Cc: jacobsg1 ***@***.***>; Manual ***@***.***>
Subject: Re: [Koenkk/zigbee2mqtt] Z2M 2.0.0: `USB adapter discovery error (No valid USB adapter found)` (Discussion #24364)
hi everyone , first of all I would ike to apologise if my question has been answer before but I can see any info I have SLZB-06 connected with ethernet poe and my home assistant is on a Synology nas, if I stay with ol firmware everything work like a gem , by no means I am a super tech on this very basic user, I am running out of ideas and skill to repair this
o�[39m: z2m: Logging to console, file (filename: log.log)
[2025-01-14 19:23:22] �[32minfo�[39m: z2m: Starting Zigbee2MQTT version 1.42.0 (commit #unknown)
[2025-01-14 19:23:22] �[32minfo�[39m: z2m: Starting zigbee-herdsman (2.1.9)
[2025-01-14 19:23:23] �[32minfo�[39m: zh:zstack:znp: Opening TCP socket with 192.168.0.223:6638
[2025-01-14 19:23:23] �[32minfo�[39m: zh:zstack:znp: Socket connected
[2025-01-14 19:23:23] �[32minfo�[39m: zh:zstack:znp: Socket ready
[2025-01-14 19:23:23] �[32minfo�[39m: zh:zstack:znp: Writing CC2530/CC2531 skip bootloader payload
[2025-01-14 19:23:24] �[32minfo�[39m: zh:zstack:znp: Skip bootloader for CC2652/CC1352
when I do the update I am unable to make it work
�[32minfo�[39m: z2m: Logging to console, file (filename: log.log)
[2025-01-14 05:41:10] �[32minfo�[39m: z2m: Starting Zigbee2MQTT version 2.0.0 (commit #unknown)
[2025-01-14 05:41:10] �[32minfo�[39m: z2m: Starting zigbee-herdsman (3.2.1)
[2025-01-14 05:41:10] �[31merror�[39m: z2m: Error while starting zigbee-herdsman
[2025-01-14 05:41:10] �[31merror�[39m: z2m: Failed to start zigbee-herdsman
[2025-01-14 05:41:10] �[31merror�[39m: z2m: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start_crashes-runtime.html for possible solutions
[2025-01-14 05:41:10] �[31merror�[39m: z2m: Exiting...
[2025-01-14 05:41:10] �[31merror�[39m: z2m: Error: Cannot discover TCP adapters at this time. Specify valid 'adapter' and 'port' in your configuration.
at findTCPAdapter ***@***.***/node_modules/zigbee-herdsman/src/adapter/adapterDiscovery.ts:470:15)
at discoverAdapter ***@***.***/node_modules/zigbee-herdsman/src/adapter/adapterDiscovery.ts:496:26)
at Function.create ***@***.***/node_modules/zigbee-herdsman/src/adapter/adapter.ts:68:54)
at Controller.start ***@***.***/node_modules/zigbee-herdsman/src/controller/controller.ts:132:38)
at Zigbee.start (/app/lib/zigbee.ts:69:47)
at Controller.start (/app/lib/controller.ts:142:13)
could someone help me maybe with a screen shot ?
—
Reply to this email directly, view it on GitHub<#24364 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AIOEKE4OUZAXDJN7BXZUSK32K3D6LAVCNFSM6AAAAABQCHXH3WVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCOBUG43DQMQ>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
After updating I changed my configuration in HAS and still getting an error which I don't see posted before... what is going wrong?
|
Beta Was this translation helpful? Give feedback.
-
Did you disable zigbee in zha. Also your port address should end with port0 Go to all hardware and search for ttyUSB0 and coppy the whole address starting from, /dev ..... to .... -port0
The port might have a different number assigned
Sent from Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: Dustin Sullivan ***@***.***>
Sent: Friday, January 17, 2025 7:20:56 PM
To: Koenkk/zigbee2mqtt ***@***.***>
Cc: jacobsg1 ***@***.***>; Manual ***@***.***>
Subject: Re: [Koenkk/zigbee2mqtt] Z2M 2.0.0: `USB adapter discovery error (No valid USB adapter found)` (Discussion #24364)
After updating I changed my configuration in HAS and still getting an error which I don't see posted before... what is going wrong?
adapter: zstack
port: >-
/dev/serial/by-id/usb-Texas_Instruments_TI_CC2531_USB_CDC___0X00124B001CD4E83A-if00
[11:11:44] INFO: Preparing to start...
[11:11:44] INFO: Socat not enabled
[11:11:44] INFO: Starting Zigbee2MQTT...
Starting Zigbee2MQTT without watchdog.
[2025-01-17 11:11:50] info: z2m: Logging to console, file (filename: log.log)
[2025-01-17 11:11:50] info: z2m: Starting Zigbee2MQTT version 2.0.0 (commit #unknown)
[2025-01-17 11:11:50] info: z2m: Starting zigbee-herdsman (3.2.1)
[2025-01-17 11:11:51] info: zh:zstack:znp: Opening SerialPort with {"path":"/dev/serial/by-id/usb-Texas_Instruments_TI_CC2531_USB_CDC___0X00124B001CD4E83A-if00","baudRate":115200,"rtscts":false,"autoOpen":false}
[2025-01-17 11:11:51] info: zh:zstack:znp: Serialport opened
[2025-01-17 11:11:51] error: z2m: Error while starting zigbee-herdsman
[2025-01-17 11:11:51] error: z2m: Failed to start zigbee-herdsman
[2025-01-17 11:11:51] error: z2m: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start_crashes-runtime.html for possible solutions
[2025-01-17 11:11:51] error: z2m: Exiting...
[2025-01-17 11:11:51] error: z2m: TypeError: Cannot read properties of null (reading 'length')
at AdapterNvMemory.init ***@***.***/node_modules/zigbee-herdsman/src/adapter/z-stack/adapter/adapter-nv-memory.ts:29:42)
at ZnpAdapterManager.start ***@***.***/node_modules/zigbee-herdsman/src/adapter/z-stack/adapter/manager.ts:59:9)
at ZStackAdapter.start ***@***.***/node_modules/zigbee-herdsman/src/adapter/z-stack/adapter/zStackAdapter.ts:158:16)
at Controller.start ***@***.***/node_modules/zigbee-herdsman/src/controller/controller.ts:136:29)
at Zigbee.start (/app/lib/zigbee.ts:69:27)
at Controller.start (/app/lib/controller.ts:142:13)
at start (/app/index.js:161:5)
—
Reply to this email directly, view it on GitHub<#24364 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AIOEKE3HRWEHXSRF4FLG2RD2LFJZRAVCNFSM6AAAAABQCHXH3WVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCOBXGA3TIOA>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Did you flush your zigbee?
Sent from Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: Dustin Sullivan ***@***.***>
Sent: Friday, January 17, 2025 7:53:18 PM
To: Koenkk/zigbee2mqtt ***@***.***>
Cc: jacobsg1 ***@***.***>; Manual ***@***.***>
Subject: Re: [Koenkk/zigbee2mqtt] Z2M 2.0.0: `USB adapter discovery error (No valid USB adapter found)` (Discussion #24364)
ZHA is not installed. The port is correct, using ttyACM1 also produces the same results.
[11:47:51] INFO: Preparing to start...
[11:47:52] INFO: Socat not enabled
[11:47:52] INFO: Starting Zigbee2MQTT...
Starting Zigbee2MQTT without watchdog.
[2025-01-17 11:47:58] info: z2m: Logging to console, file (filename: log.log)
[2025-01-17 11:47:58] info: z2m: Starting Zigbee2MQTT version 2.0.0 (commit #unknown)
[2025-01-17 11:47:58] info: z2m: Starting zigbee-herdsman (3.2.1)
[2025-01-17 11:47:58] info: zh:adapter:discovery: Matched adapter: {"path":"/dev/ttyACM1","manufacturer":"Texas Instruments","serialNumber":"__0X00124B001CD4E83A","pnpId":"usb-Texas_Instruments_TI_CC2531_USB_CDC___0X00124B001CD4E83A-if00","vendorId":"0451","productId":"16a8"} => zstack: 4
[2025-01-17 11:47:58] info: zh:zstack:znp: Opening SerialPort with {"path":"/dev/ttyACM1","baudRate":115200,"rtscts":false,"autoOpen":false}
[2025-01-17 11:47:58] info: zh:zstack:znp: Serialport opened
[2025-01-17 11:47:58] error: z2m: Error while starting zigbee-herdsman
[2025-01-17 11:47:58] error: z2m: Failed to start zigbee-herdsman
[2025-01-17 11:47:58] error: z2m: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start_crashes-runtime.html for possible solutions
[2025-01-17 11:47:58] error: z2m: Exiting...
[2025-01-17 11:47:59] error: z2m: TypeError: Cannot read properties of null (reading 'length')
at AdapterNvMemory.init ***@***.***/node_modules/zigbee-herdsman/src/adapter/z-stack/adapter/adapter-nv-memory.ts:29:42)
at ZnpAdapterManager.start ***@***.***/node_modules/zigbee-herdsman/src/adapter/z-stack/adapter/manager.ts:59:9)
at ZStackAdapter.start ***@***.***/node_modules/zigbee-herdsman/src/adapter/z-stack/adapter/zStackAdapter.ts:158:16)
at Controller.start ***@***.***/node_modules/zigbee-herdsman/src/controller/controller.ts:136:29)
at Zigbee.start (/app/lib/zigbee.ts:69:27)
at Controller.start (/app/lib/controller.ts:142:13)
at start (/app/index.js:161:5)
—
Reply to this email directly, view it on GitHub<#24364 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AIOEKE4XCKWW5B33H3Y5UGD2LFNS5AVCNFSM6AAAAABQCHXH3WVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCOBXGA4TQNQ>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
search for ttyUSB and see if it is available
Sent from Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: Gerhard Jacobs ***@***.***>
Sent: Friday, January 17, 2025 7:55:26 PM
To: Koenkk/zigbee2mqtt ***@***.***>
Subject: Re: [Koenkk/zigbee2mqtt] Z2M 2.0.0: `USB adapter discovery error (No valid USB adapter found)` (Discussion #24364)
Did you flush your zigbee?
Sent from Outlook for Android<https://aka.ms/AAb9ysg>
________________________________
From: Dustin Sullivan ***@***.***>
Sent: Friday, January 17, 2025 7:53:18 PM
To: Koenkk/zigbee2mqtt ***@***.***>
Cc: jacobsg1 ***@***.***>; Manual ***@***.***>
Subject: Re: [Koenkk/zigbee2mqtt] Z2M 2.0.0: `USB adapter discovery error (No valid USB adapter found)` (Discussion #24364)
ZHA is not installed. The port is correct, using ttyACM1 also produces the same results.
[11:47:51] INFO: Preparing to start...
[11:47:52] INFO: Socat not enabled
[11:47:52] INFO: Starting Zigbee2MQTT...
Starting Zigbee2MQTT without watchdog.
[2025-01-17 11:47:58] info: z2m: Logging to console, file (filename: log.log)
[2025-01-17 11:47:58] info: z2m: Starting Zigbee2MQTT version 2.0.0 (commit #unknown)
[2025-01-17 11:47:58] info: z2m: Starting zigbee-herdsman (3.2.1)
[2025-01-17 11:47:58] info: zh:adapter:discovery: Matched adapter: {"path":"/dev/ttyACM1","manufacturer":"Texas Instruments","serialNumber":"__0X00124B001CD4E83A","pnpId":"usb-Texas_Instruments_TI_CC2531_USB_CDC___0X00124B001CD4E83A-if00","vendorId":"0451","productId":"16a8"} => zstack: 4
[2025-01-17 11:47:58] info: zh:zstack:znp: Opening SerialPort with {"path":"/dev/ttyACM1","baudRate":115200,"rtscts":false,"autoOpen":false}
[2025-01-17 11:47:58] info: zh:zstack:znp: Serialport opened
[2025-01-17 11:47:58] error: z2m: Error while starting zigbee-herdsman
[2025-01-17 11:47:58] error: z2m: Failed to start zigbee-herdsman
[2025-01-17 11:47:58] error: z2m: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start_crashes-runtime.html for possible solutions
[2025-01-17 11:47:58] error: z2m: Exiting...
[2025-01-17 11:47:59] error: z2m: TypeError: Cannot read properties of null (reading 'length')
at AdapterNvMemory.init ***@***.***/node_modules/zigbee-herdsman/src/adapter/z-stack/adapter/adapter-nv-memory.ts:29:42)
at ZnpAdapterManager.start ***@***.***/node_modules/zigbee-herdsman/src/adapter/z-stack/adapter/manager.ts:59:9)
at ZStackAdapter.start ***@***.***/node_modules/zigbee-herdsman/src/adapter/z-stack/adapter/zStackAdapter.ts:158:16)
at Controller.start ***@***.***/node_modules/zigbee-herdsman/src/controller/controller.ts:136:29)
at Zigbee.start (/app/lib/zigbee.ts:69:27)
at Controller.start (/app/lib/controller.ts:142:13)
at start (/app/index.js:161:5)
—
Reply to this email directly, view it on GitHub<#24364 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AIOEKE4XCKWW5B33H3Y5UGD2LFNS5AVCNFSM6AAAAABQCHXH3WVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCOBXGA4TQNQ>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
The usb is available and connecting:
|
Beta Was this translation helpful? Give feedback.
-
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