Open turboc1208 opened 1 year ago
Mosquitto is the broker. ("The brain") You only need to run it once.
Mosquito is the broker. It listens for and forwards messages to MQTT clients which are normally built into the device. You configure the device with the address of your broker so the device knows who to send to or register subscriptions with.
So, to answer your questions:
I have HomeAssistant running on a headless server. I want to setup monitor on some RPI-zero's around the house, much like the HA example in the documentation. My question is, do I need Mosquitto installed on all the RPI's or just on the man HA server and will HA's MQTT integration provide that for me?