As above - back for more Zigbee2MQTT pain…cant seem to get the service running…i know ive got some config wrong somewhere…heres the outputs…
my yaml config:
version: 4
homeassistant:
enabled: true
advanced:
homeassistant_legacy_entity_attributes: false
homeassistant_legacy_triggers: false
legacy_api: false
legacy_availability_payload: false
device_options:
legacy: false
network_key:
- 87
- 141
- 202
- 113
- 105
- 191
- 254
- 18
- 113
- 174
- 69
- 50
- 69
- 173
- 166
- 198
pan_id: 31212
ext_pan_id:
- 42
- 176
- 233
- 173
- 122
- 138
- 186
- 204
mqtt:
server: mqtt://192.168.1.238
serial:
port: tcp://192.168.1.199:6638
baudrate: 115200
adapter: zstack
My zigbee2mqtt serial config: - ive got nothing in the user settings…
port: tcp://192.168.1.199:6638
baudrate: 115200
adapter: zstack
And finally the failing config log:
[19:10:01] INFO: Preparing to start…
[19:10:01] INFO: Socat not enabled
[19:10:01] ERROR: Got unexpected response from the API: Service not enabled
[19:10:01] INFO: Starting Zigbee2MQTT…
Starting Zigbee2MQTT without watchdog.
[2025-01-15 19:10:02] info: z2m: Logging to console, file (filename: log.log)
[2025-01-15 19:10:02] info: z2m: Starting Zigbee2MQTT version 2.0.0 (commit #unknown)
[2025-01-15 19:10:02] info: z2m: Starting zigbee-herdsman (3.2.1)
[2025-01-15 19:10:02] info: zh:zstack:znp: Opening TCP socket with 192.168.1.199:6638
[2025-01-15 19:10:02] info: zh:zstack:znp: Socket connected
[2025-01-15 19:10:02] info: zh:zstack:znp: Socket ready
[2025-01-15 19:10:02] info: zh:zstack:znp: Writing CC2530/CC2531 skip bootloader payload
[2025-01-15 19:10:03] info: zh:zstack:znp: Skip bootloader for CC2652/CC1352
[2025-01-15 19:10:03] info: z2m: zigbee-herdsman started (resumed)
[2025-01-15 19:10:03] info: z2m: Coordinator firmware version: ‘{“meta”:{“maintrel”:1,“majorrel”:2,“minorrel”:7,“product”:1,“revision”:20240716,“transportrev”:2},“type”:“zStack3x0”}’
[2025-01-15 19:10:03] info: z2m: Currently 0 devices are joined.
[2025-01-15 19:10:03] info: z2m: Connecting to MQTT server at mqtt://192.168.1.238
[2025-01-15 19:10:03] error: z2m: MQTT failed to connect, exiting… (connect ECONNREFUSED 192.168.1.238:1883)
[2025-01-15 19:10:03] info: z2m: Stopping zigbee-herdsman…
[2025-01-15 19:10:38] info: zh:controller: Wrote coordinator backup to ‘/config/zigbee2mqtt/coordinator_backup.json’
[2025-01-15 19:10:38] info: zh:zstack:znp: closing
[2025-01-15 19:10:38] info: z2m: Stopped zigbee-herdsman
/app/node_modules/.pnpm/[email protected]/node_modules/readable-stream/lib/_stream_writable.js:264
var er = new ERR_STREAM_WRITE_AFTER_END();
^
Ill bloody get it working if it kills me!! thanks to anyone that takes a swipe at it.!