#Zigbee2mqtt won't start, getting the following in the logs #zigbee

1 messages · Page 1 of 1 (latest)

peak oar
#

[2025-01-04 20:00:23] info: z2m: Logging to console, file (filename: log.log)
[2025-01-04 20:00:23] info: z2m: Starting Zigbee2MQTT version 2.0.0 (commit #unknown)
[2025-01-04 20:00:23] info: z2m: Starting zigbee-herdsman (3.2.1)
[2025-01-04 20:00:23] info: zh:zstack:znp: Opening TCP socket with 10.4.0.100:6638
[2025-01-04 20:00:23] info: zh:zstack:znp: Socket connected
[2025-01-04 20:00:23] info: zh:zstack:znp: Socket ready
[2025-01-04 20:00:23] info: zh:zstack:znp: Writing CC2530/CC2531 skip bootloader payload
[2025-01-04 20:00:24] info: zh:zstack:znp: Skip bootloader for CC2652/CC1352
[2025-01-04 20:00:31] error: z2m: Error while starting zigbee-herdsman
[2025-01-04 20:00:31] error: z2m: Failed to start zigbee-herdsman
[2025-01-04 20:00:31] error: z2m: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start_crashes-runtime.html for possible solutions
[2025-01-04 20:00:31] error: z2m: Exiting...
[2025-01-04 20:00:31] error: z2m: Error: SRSP - SYS - stackTune after 6000ms

I've edited configuration.yaml to the following:
version: 4
homeassistant:
enabled: true
serial:
port: tcp://10.4.0.100:6638
baudrate: 115200
adapter: zstack
disable_led: true
advanced:
homeassistant_legacy_entity_attributes: false
homeassistant_legacy_triggers: false
legacy_api: false
legacy_availability_payload: false
channel: 25
transmit_power: 20
network_key:
- 16
- 162
- 112
- 88
- 61
- 91
- 189
- 189
- 154
- 196
- 8
- 149
- 113
- 139
- 194
- 175
pan_id: 46215
ext_pan_id:
- 228
- 122
- 86
- 232
- 3
- 248
- 102
- 71
device_options:
legacy: false
mqtt:
server: mqtt://core-mosquitto:1883
user: addons
password: hashkeyhere
frontend:
enabled: true
port: 8099

honest wadi
#

I thought those Home Assistant legacy options are supposed to be under the homeassistant heading

peak oar
#

what does the "socat" configuration have to do with anything, do I need to input my tcp:// instead of this /tmp/ttyz2m string? I usually see ttyz2m correspond with a USB device but mine is ethernet only

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

plush nacelle
#

Add 1 line to the config file in the addon startup

honest wadi
plush nacelle
#

You realize you gave us your passwords there, delete that...
pan_ID, ext_Pan_ID, network_key are your network passwords. Delete that @peak oar!

fiery crow
#

Deleted.

honest wadi
formal acorn
#

Sonoff E dongle?

#
serial:
  port: tcp://10.4.0.100:6638
  baudrate: 115200
  adapter: zstack
``` the OP posted about the  _P_ dongle