Anonymous MQTT integration

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.
image

In the latest HA version the Username and password is mandatory:

Leaving the fields blank fails
image

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.

Not with the Mosquitto add-on. You will have to use an alternative broker if you are not going to supply a user and password.

1 Like

More issues introduced through upgrades! :confused:

thanks for the info @tom_l

It’s not an issue it is a security feature.