You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: