Hi,
does anyone have the above running under HA? i want to replace SonoffDongle 3 with z2m.
Is it possible to run 2 coordinators at the same time? Will the mqtt entities be retained after a coordinator switch?
The coordinator runs as zstack not es ezsp, how to change it
cod.mSupport is not very helpful and only sends me links to the videos
The error before I have undone everything
zh:ezsp:ezsp: Connection attempt 2 error: Error: connect ECONNREFUSED 172.30.32.1:9999
no idea where the 127.30.32.1:9999 came from
LOG:
[CODE][13:17:06] INFO: Preparing to start…
[13:17:07] INFO: Socat not enabled
[13:17:09] INFO: Starting Zigbee2MQTT…
Starting Zigbee2MQTT without watchdog.
[2024-07-09 13:17:17] info: z2m: Logging to console, file (filename: log.log)
[2024-07-09 13:17:17] info: z2m: Starting Zigbee2MQTT version 1.39.0 (commit #unknown)
[2024-07-09 13:17:17] info: z2m: Starting zigbee-herdsman (0.50.1)
[2024-07-09 13:17:17] warning: zh:ezsp: Deprecated driver ‘ezsp’ currently in use, ‘ember’ will become the officially supported EmberZNet driver in next release. If using Zigbee2MQTT see Improved Ember (EZSP) driver (experimental) · Koenkk/zigbee2mqtt · Discussion #21462 · GitHub
[2024-07-09 13:17:18] error: zh:ezsp:ezsp: Connection attempt 1 error: Error: connect ECONNREFUSED 172.30.32.1:9999
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1555:16)
[2024-07-09 13:17:23] error: zh:ezsp:ezsp: Connection attempt 2 error: Error: connect ECONNREFUSED 172.30.32.1:9999
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1555:16)
[2024-07-09 13:17:33] error: zh:ezsp:ezsp: Connection attempt 3 error: Error: connect ECONNREFUSED 172.30.32.1:9999
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1555:16)[/CODE]
Config/Yaml
[CODE]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
user: mqtt
password: mqttxxxx
server: mqtt://192.168.1.155:1883
serial:
port: tcp://192.168.1.150:6638
baudrate: 115200
advanced:
transmit_power: 20[/CODE]