#Mqtt bridge

1 messages · Page 1 of 1 (latest)

hushed frost
#

I have a mobile pi cluster. With home assistant and esphome. For a everywhereassistant.

Now i made some mqtt scripts to monitor the cluster at my main home assistant system. But i want the same mqtt info in the pi cluster. When not connected to the internet.

Now there is mqtt bridging but the docs are long. And ai isnt helping.

Can someone help me out.

All i want is all info from the pi cluster mqtt send to my home and back

golden slate
#

Which MQTT brokers are you using and do you just want to poll the messages from the main broker or a full sync?

#

Assuming you are using the Mosquitto app, you can create a subdirectory (mosquitto for example) in the share directory and create the mosquitto.conf file in it. To load it, adjust the subdirectory name (without the /share/) in the customize section of the app settings and toggle active to on. For the mosquitto.conf, this is a quite good guide for bridging relevant settings:
http://www.steves-internet-guide.com/mosquitto-bridge-configuration/
The configuration must only be done on one of the brokers.

hushed frost
#

Yeah I use mosquitto