I am moving my entire setup to docker, but never used MQTT before as I couldn’t really get it to work on the Pi. I’ve skimmed the board and I am not really finding an answer.
Once I install the MQTT docker component and configure it in Home Assistant, what can be done to test and see if it’s working?
I am assuming creating some sort of an input_boolean and try to turn it on or off remotely?
as long as home assistant is connected to your mqtt broker hassio/status will return online. when the connection is lost it will return offline after a few seconds (depending on your broker’s configuration)
you can use tools like mqtt-spy or mqtt.fx to monitor your mqtt broker from your computer.