Zigbee2MQTT - HA - Pairing issue

I wonder if anyone can help. I’ve set Zigbee2MQTT. HA and Zigbee2MQTT both run in containers in Docker on Synology and my MQTT broker is Mosquito installed on Synology. I have the MQTT integration in HA which is talking to Mosquito.

My logs seem to indicate Zigbee2MQTT is up and running my problem is, I just cant pair any devices. I’ve also setup Zigbee2MQTTAsistant in docker which says bridge offline. Info below

Config file


# allow new devices to join
permit_join: true

# MQTT settings
mqtt:
  # MQTT base topic for zigbee2mqtt MQTT messages
  base_topic: zigbee2mqtt
  # MQTT server URL
  server: 'mqtt://192.168.0.14:1883'
  # MQTT server authentication, uncomment if required:
  # user: my_user
  # password: my_password
  client_id: 'zigb2mqtt'
  include_device_information: true

# Serial settings
serial:
  # Location of CC2531 USB sniffer
  port: /dev/ttyACM0
  disable_led: false

Logs

info  2020-06-04 10:15:21: Logging to console and directory: '/app/data/log/2020-06-04.10-15-21' filename: log.txt
info  2020-06-04 10:15:22: Starting zigbee2mqtt version 1.13.1 (commit #3046680)
info  2020-06-04 10:15:22: Starting zigbee-herdsman...
info  2020-06-04 10:15:24: zigbee-herdsman started
info  2020-06-04 10:15:24: Coordinator firmware version: '{"type":"zStack12","meta":{"transportrev":2,"product":0,"majorrel":2,"minorrel":6,"maintrel":3,"revision":20190608}}'
info  2020-06-04 10:15:24: Currently 0 devices are joined:
warn  2020-06-04 10:15:24: `permit_join` set to  `true` in configuration.yaml.
warn  2020-06-04 10:15:24: Allowing new devices to join.
warn  2020-06-04 10:15:24: Set `permit_join` to `false` once you joined all devices.
info  2020-06-04 10:15:24: Zigbee: allowing new devices to join.
info  2020-06-04 10:15:24: Connecting to MQTT server at mqtt://192.168.0.14:1883
info  2020-06-04 10:15:24: Connected to MQTT server
info  2020-06-04 10:15:24: MQTT publish: topic 'zigbee2mqtt/bridge/state', payload 'online'
info  2020-06-04 10:15:25: MQTT publish: topic 'zigbee2mqtt/bridge/config', payload '{"version":"1.13.1","commit":"3046680","coordinator":{"type":"zStack12","meta":{"transportrev":2,"product":0,"majorrel":2,"minorrel":6,"maintrel":3,"revision":20190608}},"log_level":"info","permit_join":true}'