andrewjfreyer / monitor

Distributed advertisement-based BTLE presence detection reported via mqtt
1.64k stars 194 forks source link

Mosquito Requirements #421

Open turboc1208 opened 1 year ago

turboc1208 commented 1 year ago

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?

MrEbbinghaus commented 1 year ago

Mosquitto is the broker. ("The brain") You only need to run it once.

turboc1208 commented 1 year ago

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.

MrEbbinghaus commented 1 year ago

So, to answer your questions:

image