Home Assistant Mqtt Installation
MQTT Broker and the configuration file I used
MQTT
Mosquitto Broker is an opensource project to help broker messeages between entites in Home Assistant. I am sure there is a much better explanation on the internet, but I am not filling this page on how to use Google. I am confident you can do that on your own.
Install/Configure
- I used the
supervisor
to install the MQTT broker project - Add the options configuration
- Yah, you might want to use SSL unlike me…
- Take note of the logins information. This is used later with other projects like ESPHome.
logins:
- username: espuser
password: superSecretThingHere
anonymous: true
customize:
active: false
folder: mosquitto
certfile: fullchain.pem
keyfile: privkey.pem
require_certificate: false
Save and start the service!