How to install and configure MQTT broker on Home Assistant running in Docker?
Hi, in the documentation (https://www.hass-agent.io/2.0/getting-started/installation/) there is a video on how to install a MQTT add-on in Home Assistant. But I'm running Home Assistant in Docker on Raspberry Pi OS, so no add-ons are available. What should I do to make HASS.Agent work?
Access your homeassistant from any windows machine - send notifications, collect data and automate repetitive tasks
Solution
If you setup a standalone mqtt docker image and setup home assistant mqtt integration to connect to the standalone container it should work. Just make sure the port is exposed through docker and it can be accessed from the home assistant container. The home assistant mqtt add-on is literally just a docker container which sets up the mqtt integration automatically. https://hub.docker.com/_/eclipse-mosquitto