MQTT Connection Troubleshooting
Verify credential format, broker health, and network reachability so your LinknLink device can reliably connect to Home Assistant (HA) via MQTT.
Last updated
Verify credential format, broker health, and network reachability so your LinknLink device can reliably connect to Home Assistant (HA) via MQTT.
Username/password must be alphanumeric only (A–Z, a–z, 0–9), with no spaces or special characters.
If special characters were used before, update both the broker and the device to a new alphanumeric pair.
In HA: Settings → Devices & Services → Add Integration → search “MQTT” → Configure.


Success indicates the Broker IP, port, and credentials are correct.

On failure:
HA OS: install and enable Mosquitto broker from the Add-on Store;
Other setups: ensure Mosquitto is running and listening on 1883 (when TLS is off).
Add the Ping (ICMP) integration in HA and enter the LinknLink device IP;


connected means same LAN/reachable;

If it fails: check different subnets/VLANs, AP isolation/guest network, or router/firewall rules blocking internal traffic.
Broker IP, port (1883 by default), username/password;
Save and Check HA MQTT integration device list
Open Developer Tools → MQTT (or the MQTT integration’s Listen to a topic);

In Topic, enter home/# → Start listening;

If you see topics/payloads from the device, the connection and messaging are good.
Download MQTT Explorer from https://mqtt-explorer.com/;
In Connections, add a profile with name, Host (broker IP), Port (usually 1883), and credentials;

Save → Connect to browse the full topic tree for easier troubleshooting.

Once these checks pass, the LinknLink device should connect to MQTT without issues.
Last updated