Only bridge apear in MQTT integration

I am new to HA world.

I run HA in docker on Synology. I have now mosquitto and zigbee2mqtt configured now. Paired first device (sonoff snzb-03p) to z2m. But i cannot see this device in HA. Under MQTT integration i see only “Zigbee2MQTT Bridge”. If i run MQTT explorer on my laptop i can see this device.

Did you enable the Home Assistant integration in Zigbee2MQTT ?

1 Like

I believe so.

homeassistant:
  enabled: true
mqtt:
  base_topic: zigbee2mqtt
  server: mqtt://192.168.0.122:1883
  keepalive: 60
serial:
  port: /dev/ttyUSB0
  adapter: zstack
frontend:
  enabled: true
  port: 8081
advanced:
  network_key:
    - 195
    - 96
    - 35
    - 93
    - 254
    - 117
    - 68
    - 102
    - 29
    - 110
    - 155
    - 7
    - 130
    - 167
    - 143
    - 74
  pan_id: 23593
  log_level: error
version: 4
devices:
  '0x842712fffefd4691':
    friendly_name: senzor_chodba
    homeassistant:
      name: senzor_pokus
    optimistic: true
    no_occupancy_since: []

Outdated HA image was the problem.