help is install the zigbee2mqtt and slzb-06 over ethernet #26538
petermidot
started this conversation in
Devices
Replies: 1 comment 2 replies
-
Can you post your yaml configuration for Z2M? Mine looks like this. (NOTE I have a slzb-06m model, so I used the ember driver) data_path: /addon_config/zigbee2mqtt socat: mqtt: serial: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
i'm facing some issue while configure the zigbee2mqtt add-on on HA with slzb-06 which is connected over the Ethernet to the to regular switch.
the configuration is like this:
serial:
port: tcp://192.168.8.31:6638
baudrate: 115200
adapter: zstack
rtscts: false
i see in log following:
[18:30:19] INFO: Preparing to start...
[18:30:19] INFO: Socat not enabled
[18:30:19] INFO: Starting Zigbee2MQTT...
Starting Zigbee2MQTT without watchdog.
[2025-02-28 18:30:21] info: z2m: Logging to console, file (filename: log.log)
[2025-02-28 18:30:21] info: z2m: Starting Zigbee2MQTT version 2.1.1 (commit #unknown)
[2025-02-28 18:30:21] info: z2m: Starting zigbee-herdsman (3.2.5)
[2025-02-28 18:30:22] error: z2m: Error while starting zigbee-herdsman
[2025-02-28 18:30:22] error: z2m: Failed to start zigbee-herdsman
[2025-02-28 18:30:22] error: z2m: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start_crashes-runtime.html for possible solutions
[2025-02-28 18:30:22] error: z2m: Exiting...
[2025-02-28 18:30:22] 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/[email protected]/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/[email protected]/node_modules/zigbee-herdsman/src/adapter/adapter.ts:68:33)
at Controller.start (/app/node_modules/.pnpm/[email protected]/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)
[2025-02-28 18:30:22] error: z2m: If this happens after updating to Zigbee2MQTT 2.0.0, see #24364
wha
Beta Was this translation helpful? Give feedback.
All reactions