I am running HA at the actual version (2025.12.5)
before i was running openhab, but now i switched to home assistant.
Now i am quite frustrated.
i am running a local broker “mosquitto”, works fine.
i want to integrate a second mqtt broker to home assistant.
It is only possible via mqtt bridge.
OK so far.
i tried different settings for mosquitto.conf, but no success.
so i changed the mqtt broker to emqx with ui, no success.
i tried these settings, but the bridge does not connect.
# ----------------------------
# Mosquitto Bridge zu HiveMQ Cloud
# Nur empfangen: tele/#, QoS 0
# ----------------------------
connection hivemq
address XXX.s1.eu.hivemq.cloud:8883 # Adress from HiveMQ
# HiveMQ Cloud Zugangsdaten / Name of Credentials
remote_username USERNAME
remote_password DEIN_PASSWORT
# Eindeutige Client-ID für diese Bridge
remote_clientid mosquitto-hivemq
# MQTT Version
bridge_protocol_version mqttv311
# Persistent Session
cleansession false
keepalive_interval 60
# TLS / CA Zertifikat
bridge_cafile /share/mosquitto/isrgrootx1.pem
bridge_tls_version tlsv1.2
# ----------------------------
# Topics: nur empfangen
# QoS 0
# ----------------------------
topic tele/# in 0
The bridge is going to connect, but the connection is ~1s established
after that it is disconnected.
is there someboby who can have a look at the settings to give me a hint?
,
Here is the log: