Supervisor Warning help

Hi Guys
I have a Warning under my supervisor

‘’‘WARNING (MainThread) [supervisor.addons.options] Option anonymous does not exist in the schema for Mosquitto broker (core_mosquitto)’’’

Please can you help as to why I get this error? I don’t use, username as anonymous
Thanks

5 Likes

Go to the configuration for the mosquitto addon and delete the depreciated option “anonymous”. Save the configuration and restart the addon.

19 Likes

Thanks for the help, appreciate it

Hi there. I have the same error message in the logs in spite of the fact that anonymous is turned OFF. Anything else you can suggest?
My config below

logins:
  - username: XXXX
    password: XXXXXX
require_certificate: false
certfile: fullchain.pem
keyfile: privkey.pem
customize:
  active: false
  folder: mosquitto
anonymous: false

It does not matter if it is on or off it should not be there. Delete the whole line anonymous: false

3 Likes

Great! thanks, this does it!

Hi there, I know this topic is old and mayby some is still reading it. Some days ago I started with HA and installed zigbee2mqtt aswell as Mosquitto. So all latest integrations… I still get this message in the supervisor protocol:

2024-11-02 15:35:18.906 WARNING (MainThread) [supervisor.auth] Unauthorized login for 'mqqt-homeassistant'
2024-11-02 15:36:52.261 WARNING (MainThread) [supervisor.addons.options] Unknown option 'logins' for Mosquitto broker (core_mosquitto)

I have no clue how to change that as I am knew to HA at all. Could someone be so nice and guide me step by step where to do what to fix this warning?

Thanks a lot
LEM

Are you sure the username is correct? The protocol is named MQTT, not MQQT.

Hi there, thanks for helping… But unfortunatly I don’t understand… SORRY

Like I said it is MQTT, not MQQT.

Yes I read what you wrote but I can not connect? So what I see is there might be an error in the config of MQTT? Where can I find that? MEA CULPA… again, total newbie here