Skip to content
Discussion options

You must be logged in to vote

OK I get it.
I have to bridge the MQTT broker and connect the hm2mqtt to the local one.
The brigde can be done as followed:

HA -> Add-ons -> Mosquitto broker -> Config -> Customize: active: true

Create a folder:

/share/mosquitto

and a file example.conf:

connection example
remote_username USERNAME
remote_password PASSWD
address REMOTE_HOST
topic # both

Restart mqtt and have a look at the protocol:

 Loading config file /share/mosquitto/example.conf

For more infos see http://www.steves-internet-guide.com/mosquitto-bridge-configuration/

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by basti122303
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant
Converted from issue

This discussion was converted from issue #219 on January 04, 2026 15:14.