I have problem with MQTT and Auto Discovery.
I use HAOS 9.5 with Home Assistant 2023.3.6 and have installed Mosquitto broker addon version 6.2.0
Im setup Mosquitto create certificates for server and clients and I can login and see data MQTT Explorer. Im connect OpenDTU(ESP32 board for solar inverters management) to it which support HA Auto Discovery.
I see DTU inside MQTT Explorer and I see that Home Assistant has send status:
Inside devices/Integrations I don’t see any devices:
MQTT Integration have enabled newly added entities:
And have enabled Auto discovery in integration:
In addon I have enabled only SSL ports:
Settings for MQTT Integration are default and looks like they can connect to MQTT broker and set status to online/ofline no mather if integration use port 1883 which is disabled in broker:
Is there any simple way to test if Auto Discovery work in integration? For example some simple tool? For now I have only one device connected to MQTT… Any hint what can be wrong?