I have a Aeotech Zi-Stick (Gen 7, I think) and a Tuya Zibgbee IR Remote Control ZS06.
Installed the zigbee2mqtt and added to Domoticz hardware. Also other software according to installation. Stick is on ttyUSB1.
When starting zigbee2mqtt with "npm start" I get the following :
Code: Select all
[2024-08-02 12:41:34] info: z2m: Logging to console, file (filename: log.log)
[2024-08-02 12:41:34] info: z2m: Starting Zigbee2MQTT version 1.39.0 (commit #unknown)
[2024-08-02 12:41:34] info: z2m: Starting zigbee-herdsman (0.50.1)
[2024-08-02 12:41:36] info: zh:zstack:znp: Opening SerialPort with {"path":"/dev/ttyUSB1","baudRate":115200,"rtscts":false,"autoOpen":false}
[2024-08-02 12:41:36] info: zh:zstack:znp: Serialport opened
[2024-08-02 12:41:36] info: zh:zstack:znp: Writing CC2530/CC2531 skip bootloader payload
[2024-08-02 12:41:37] info: zh:zstack:znp: Skip bootloader for CC2652/CC1352
[2024-08-02 12:41:56] error: z2m: Error while starting zigbee-herdsman
[2024-08-02 12:41:56] error: z2m: Failed to start zigbee
[2024-08-02 12:41:56] error: z2m: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start.html for possible solutions
[2024-08-02 12:41:56] error: z2m: Exiting...
[2024-08-02 12:41:56] error: z2m: Error: Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms)
at ZStackAdapter.start (/opt/zigbee2mqtt/node_modules/zigbee-herdsman/src/adapter/z-stack/adapter/zStackAdapter.ts:101:27)
at Controller.start (/opt/zigbee2mqtt/node_modules/zigbee-herdsman/src/controller/controller.ts:129:29)
at Zigbee.start (/opt/zigbee2mqtt/lib/zigbee.ts:63:27)
at Controller.start (/opt/zigbee2mqtt/lib/controller.ts:139:27)
at start (/opt/zigbee2mqtt/index.js:154:5)
Q1: Is the direct communication with the Aeotech stick possible at all?
Q2: Has anyone got this to work, i.e. set learning codes and sending codes to an AC this way?
Is there more information needed to help me set up this configuration?
Running Rpi 4 with latest Debian software.
Thanks in advance for and help to a non experienced Linux user.....
/fjuppe