Hi there @ all!
I am quite new with HA and i have some trouble to run some devices on ZHA.
(esp. Nexentro blinds Actuator Mini)
So i decided to run Zigbee2mqtt and test if the devices run there.
But mqtt stops at Starting zigbee-herdsman:
[15:29:01] INFO: Preparing to start…
[15:29:02] INFO: Socat not enabled
[15:29:09] INFO: Starting Zigbee2MQTT…
Zigbee2MQTT:info 2023-01-25 15:29:19: Logging to console and directory: ‘/config/zigbee2mqtt/log/2023-01-25.15-29-19’ filename: log.txt
Zigbee2MQTT:info 2023-01-25 15:29:19: Starting Zigbee2MQTT version 1.29.2 (commit #unknown)
Zigbee2MQTT:info 2023-01-25 15:29:19: Starting zigbee-herdsman (0.14.83-hotfix.0)
I have 2 Zigbee-Coordinators:
mqtt:
adapter: ezsp
port: >-
/dev/serial/by-id/usb-ITEAD_SONOFF_Zigbee_3.0_USB_Dongle_Plus_V2_20220816212615-if00
ZHA:
/dev/serial/by-id/usb-Silicon_Labs_BV_2010_10_0138151C-if00-port0
(25 devices registered at ZHA)
Mosquitto is running. I tested writing and hearing topics.
Config:
data_path: /config/zigbee2mqtt
socat:
enabled: false
master: pty,raw,echo=0,link=/tmp/ttyZ2M,mode=777
slave: tcp-listen:8485,keepalive,nodelay,reuseaddr,keepidle=1,keepintvl=1,keepcnt=5
options: "-d -d"
log: false
mqtt:
base_topic: zigbee2mqtt
serial:
adapter: ezsp
port: >-
/dev/serial/by-id/usb-ITEAD_SONOFF_Zigbee_3.0_USB_Dongle_Plus_V2_20220816212615-if00
Any Ideas?
Thank you very much for assistance!