Hi all,
In my old version of HA I have MQTT configured anonymous. Not user or password. That works fine for me as I have some devices that have no option to authenticate with MQTT.
In the latest HA version the Username and password is mandatory:
Leaving the fields blank fails
here’s my mosquitto mqtt configuration:
logins: []
require_certificate: false
certfile: fullchain.pem
keyfile: privkey.pem
customize:
active: false
folder: mosquitto
Is there a way to configure it with anonymous connections?
I’ve seen some other threads with similar issues but I couldn’t find a solution in them.