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.

18 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!