MQTT "error: received null username or password for unpwd check"

Cześć,
Zauważyłem pewien problem w Mosquitto broker. W logach mam mnóstwo takich wpisów:

...
1657913963: Client <unknown> disconnected, not authorised.
1657913966: New connection from 192.168.1.173:55864 on port 1883.
error: received null username or password for unpwd check
1657913966: Client <unknown> disconnected, not authorised.
1657913968: New connection from 192.168.1.173:55872 on port 1883.
error: received null username or password for unpwd check
1657913968: Client <unknown> disconnected, not authorised.
1657913968: New connection from 192.168.1.173:55878 on port 1883.
error: received null username or password for unpwd check
1657913968: Client <unknown> disconnected, not authorised.
1657913970: New connection from 192.168.1.173:55892 on port 1883.
error: received null username or password for unpwd check
...

Ktoś może mi doradzić co jest nie tak?

Zostało wycięte anonimowe logowanie do MQTT anonymous: true
Spróbuj użyć listy Access Control Lists (ACLs)

Tu jest instrukcja:
https://github.com/home-assistant/addons/blob/master/mosquitto/DOCS.md#option-customizeactive

Screenshot - 16.07.2022 , 07_38_48

Ci użytkownicy muszą zostać :
Plik accesscontrollist

user addons
topic readwrite #

user homeassistant
topic readwrite #

W tym pliku definiujesz użytkownika np:

user ziutek
topic readwrite #

przy czym ziutek musi być realnym użytkownikiem z nadanym hasłem utworzonym w HA

https://my.home-assistant.io/redirect/users/