been trying to get Zigbee2MQTT to work since I got my Pi, every time i get somewhere another error pops up. this time it actually “starts” the program and I can see the screen but cannot have it look for any devices and when I go into settings there are no choices. here is my log, can someone please help?
17:13:57] INFO: Preparing to start...
[17:13:57] INFO: Socat not enabled
[17:13:58] INFO: Starting Zigbee2MQTT...
Starting Zigbee2MQTT without watchdog.
[2025-06-05 17:14:01] info: z2m: Logging to console, file (filename: log.log)
[2025-06-05 17:14:01] info: z2m: Starting Zigbee2MQTT version 2.4.0 (commit #unknown)
[2025-06-05 17:14:01] info: z2m: Starting zigbee-herdsman (4.1.0)
[2025-06-05 17:14:01] info: zh:zstack:znp: Opening SerialPort with {"path":"/dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_d017ab43f41bef11aadaa3d94909ffd0-if00-port0","baudRate":115200,"rtscts":false,"autoOpen":false}
[2025-06-05 17:14:01] info: zh:zstack:znp: Serialport opened
[2025-06-05 17:14:01] info: z2m: zigbee-herdsman started (resumed)
[2025-06-05 17:14:01] info: z2m: Coordinator firmware version: '{"meta":{"maintrel":1,"majorrel":2,"minorrel":7,"product":1,"revision":20240710,"transportrev":2},"type":"ZStack3x0"}'
[2025-06-05 17:14:01] info: z2m: Currently 0 devices are joined.
[2025-06-05 17:14:01] info: z2m: Connecting to MQTT server at mqtt://core-mosquitto:1883
[2025-06-05 17:14:02] info: z2m: Connected to MQTT server
[2025-06-05 17:14:02] info: z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/bridge/state', payload '{"state":"online"}'
[2025-06-05 17:14:02] error: z2m: Failed to start 'Bridge' (TypeError: Cannot read properties of undefined (reading 'deviceIeeeAddress')
at Bridge.publishInfo (/app/lib/extension/bridge.ts:699:69)
at Bridge.start (/app/lib/extension/bridge.ts:180:9)
at Controller.startExtension (/app/lib/controller.ts:271:13)
at Controller.start (/app/lib/controller.ts:149:13)
at start (/app/index.js:149:5))
[2025-06-05 17:14:02] info: z2m: Started frontend on port 8099
[2025-06-05 17:14:03] error: z2m: Failed to start 'HomeAssistant' (TypeError: Cannot read properties of undefined (reading 'deviceIeeeAddress')
at HomeAssistant.getBridgeEntity (/app/lib/extension/homeassistant.ts:1935:78)
at HomeAssistant.start (/app/lib/extension/homeassistant.ts:413:28)
at Controller.startExtension (/app/lib/controller.ts:271:13)
at Controller.start (/app/lib/controller.ts:149:13)
at start (/app/index.js:149:5))
[2025-06-05 17:14:03] info: z2m: Zigbee2MQTT started!
[2025-06-05 17:14:04] info: z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/bridge/state', payload '{"state":"online"}'