Home Assistant

MQTT Explorer Home Assistant Guide: Topics, Discovery & Debugging

Use MQTT Explorer with Home Assistant to inspect MQTT discovery, sensor values, availability topics, and automation messages.

Text-free abstract feature illustration for Home Assistant topic visibility

MQTT Explorer Home Assistant workflows are most useful when you want to see what the broker is actually receiving from devices and what Home Assistant is subscribing to or publishing.

Start with a known broker connection

Use the same broker endpoint that your Home Assistant MQTT integration uses. If the broker account has restricted ACLs, make sure it can read the topic branches you want to inspect.

What to inspect

Discovery topics

Discovery namespaces can reveal configuration payloads for entities. A missing or malformed discovery message can explain why an entity never appears.

State and availability

Watch sensor state paths and availability topics together. This helps distinguish an offline device from a value that simply stopped changing.

Command topics

Treat command namespaces carefully. Publishing a test value can operate real equipment or trigger automations.

A practical debugging sequence

  1. Confirm the device publishes.
  2. Confirm the broker receives the expected topic.
  3. Compare the payload with what Home Assistant expects.
  4. Check retained values and availability.
  5. Only then test a controlled publish if necessary.

Related next steps

For a broader setup view, return to the installation section, check the FAQ, or browse the full guide library.