Replies: 1 comment 4 replies
-
Your log is telling you what is going wrong. Edit: no tcp, SLZB07 is USB.... |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The SMLIGHT SLZB-07p7 is supported in Zigbee2MQTT, but hardware flow control is not supported although the adapter is capable of it.
As soon as you set rtscts: true, you get the following error:
[07:42:04] INFO: Preparing to start...
[07:42:04] INFO: Socat not enabled
[07:42:04] INFO: Starting Zigbee2MQTT...
Starting Zigbee2MQTT without watchdog.
[2025-02-17 07:42:05] info: z2m: Logging to console, file (filename: log.log)
[2025-02-17 07:42:05] info: z2m: Starting Zigbee2MQTT version 2.1.1 (commit #unknown)
[2025-02-17 07:42:05] info: z2m: Starting zigbee-herdsman (3.2.5)
[2025-02-17 07:42:05] error: z2m: Error while starting zigbee-herdsman
[2025-02-17 07:42:05] error: z2m: Failed to start zigbee-herdsman
[2025-02-17 07:42:05] error: z2m: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start_crashes-runtime.html for possible solutions
[2025-02-17 07:42:05] error: z2m: Exiting...
[2025-02-17 07:42:06] error: z2m: Error: USB adapter discovery error (No valid USB adapter found). Specify valid 'adapter' and 'port' in your configuration.
at discoverAdapter (/app/node_modules/.pnpm/zigbee-herdsman@3.2.5/node_modules/zigbee-herdsman/src/adapter/adapterDiscovery.ts:523:15)
at processTicksAndRejections (node:internal/process/task_queues:105:5)
at Function.create (/app/node_modules/.pnpm/zigbee-herdsman@3.2.5/node_modules/zigbee-herdsman/src/adapter/adapter.ts:68:33)
at Controller.start (/app/node_modules/.pnpm/zigbee-herdsman@3.2.5/node_modules/zigbee-herdsman/src/controller/controller.ts:132:24)
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)
Beta Was this translation helpful? Give feedback.
All reactions