[TUTORIAL] Setting up MQTT on Homey for configuring Home Assistant for dashboard purposes

Sounds like the hub/client is not correctly subscribed.

  1. Did you try restarting the MQTT Client & hub apps (via app details; see below)?
  2. Did you try rebooting Homey (keep unplugged for >30 sec.)?

Messages travel: HA > broker > client > hub > Homey.
So if rebooting stuff does not resolve the issue, you need to start debugging where the messages stranded.

  1. Broker: Try MQTT Explorer. Do you see incoming messages from HA when you e.g. switch a light.
  2. MQTT Client: try the log in the app settings. Do you see incoming messages?
  3. Hub: Go to the log tab in app settings and set it to debug. Do you see incoming messages? If not, keep it on debug and restart the Hub (via app details). Go back to the log tab. Maybe the full debug boot log of the Hub will give some additional info.

How-to restart an app: apps > select app > details (cog wheel) > restart app.

1 Like