Beginner question

Hi All,

im totally new with MQTT , I’ve done all the instructions in the tutorials . but I have an error I can’t resolve

my configuration:

  • raspberry pi 3+ with latest version of home Assistant
  • Zigbee CC2531 usb dongle
  • mosquito MQTT installed
  • Zigbee2MQTT 1.17 installed

this is my conf of zigbee2mqtt:

data_path: /config/zigbee2mqtt
external_converters:
devices: devices.yaml
groups: groups.yaml
homeassistant: true
permit_join: true
mqtt:
base_topic: zigbee2mqtt
Server: ‘mqtt://192.168.178.73:1883’
user: mqtt
password: mqtt
serial:
port: >-
/dev/serial/by-id/usb-Texas_Instruments_TI_CC2531_USB_CDC___0X00124B001CCC5708-if00
advanced:
log_level: warn
pan_id: 6754
channel: 11
network_key:
- 1
- 3
- 5
- 7
- 9
- 11
- 13
- 15
- 0
- 2
- 4
- 6
- 8
- 10
- 12
- 13
availability_blocklist:
availability_passlist:
device_options: {}
blocklist:
passlist:
queue: {}
frontend:
port: 8099
experimental:
new_api: true
socat:
enabled: false
master: ‘pty,raw,echo=0,link=/dev/ttyZ2M,mode=777’
slave: ‘tcp-listen:8485,keepalive,nodelay,reuseaddr,keepidle=1,keepintvl=1,keepcnt=5’
options: ‘-d -d’
log: false

this is my log with the error from Zigbee2mqtt :

[23:30:32] INFO: Handing over control to Zigbee2mqtt Core …

zigbee2mqtt@1.17.0 start /app
node index.js
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! zigbee2mqtt@1.17.0 start: node index.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the zigbee2mqtt@1.17.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2021-01-30T22_31_01_014Z-debug.log

log from Mosquito(while zigbee2mqtt is running):

1612045394: New client connected from 172.30.32.1 as 3RReobYxBCuKxZ2X3Jp113 (p1, c1, k60, u’mqtt’).
1612045394: Client 3RReobYxBCuKxZ2X3Jp113 disconnected.
1612045397: Socket error on client 7DjLsAodWGLxi8Y9o9MYji, disconnecting.
1612045397: New connection from 172.30.32.1 on port 1883.
1612045397: New client connected from 172.30.32.1 as 5x2OrjI9Ztj2qeftDjnukx (p2, c1, k60, u’mqtt’).
1612045434: New connection from 172.30.32.1 on port 1883.
1612045434: Socket error on client , disconnecting.
1612045554: New connection from 172.30.32.1 on port 1883.
[WARN] Not found homeassistant on local database
1612045556: Socket error on client , disconnecting.
1612045676: New connection from 172.30.32.1 on port 1883.
1612045676: Socket error on client , disconnecting.
1612045796: New connection from 172.30.32.1 on port 1883.
1612045796: Socket error on client , disconnecting.
1612045867: Saving in-memory database to /data/mosquitto.db.
1612045916: New connection from 172.30.32.1 on port 1883.
[WARN] Not found homeassistant on local database
1612045919: Socket error on client , disconnecting.
1612046039: New connection from 172.30.32.1 on port 1883.
1612046039: Socket error on client , disconnecting.

any ideas what’s going wrong , or since im a newbie what I am doing wrong?

Fixt it by doing a whole new install of HA