Hello,
I use zigbee2mqtt as addon of Home Assistant without any problem. The hub is a Sonoff Zigbee 3.0 USB Dongle Plus. Home Assistant is installed in a VMWARE VM whose host is a Windows 11 mini-pc.
I want to be able to access the hub from my test version of Home Assistant. So I installed zigbee2mqtt on the Windows 11 host.
I retrieved the port number from the Device Manager (USB-SERIAL CH340 (COM3))to complete the zigbee2mqtt configuration.yaml file. I disconnected the Sonoff concentrator from the VM.
When I run the npm start command, this is what I get:
> [email protected] start
> node index.js
Zigbee2MQTT:info 2024-02-23 13:25:34: Logging to console and directory: 'c:\zigbee2mqtt\data\log\2024-02-23.13-25-34' filename: log.txt
Zigbee2MQTT:info 2024-02-23 13:25:34: Starting Zigbee2MQTT version 1.35.3 (commit #unknown)
Zigbee2MQTT:info 2024-02-23 13:25:34: Starting zigbee-herdsman (0.33.8)
Zigbee2MQTT:error 2024-02-23 13:25:55: Error while starting zigbee-herdsman
Zigbee2MQTT:error 2024-02-23 13:25:55: Failed to start zigbee
Zigbee2MQTT:error 2024-02-23 13:25:55: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start.html for possible solutions
Zigbee2MQTT:error 2024-02-23 13:25:55: Exiting...
Zigbee2MQTT:error 2024-02-23 13:25:55: Error: Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms)
at ZStackAdapter.start (c:\zigbee2mqtt\node_modules\zigbee-herdsman\src\adapter\z-stack\adapter\zStackAdapter.ts:103:27)
at Controller.start (c:\zigbee2mqtt\node_modules\zigbee-herdsman\src\controller\controller.ts:132:29)
at Zigbee.start (c:\zigbee2mqtt\lib\zigbee.ts:60:27)
at Controller.start (c:\zigbee2mqtt\lib\controller.ts:109:27)
at start (c:\zigbee2mqtt\index.js:107:5)
What did I do wrong?