@sibrows wrote:
So I’ve just recently started afresh with Hassio on a Pi4 and I’m having an issue getting the devices discovered by the Mosquitto broker to be picked up in the integration.
I’ve now removed the add-on and the integration. Then reinstalled the add-on which prompted me, when I returned to the Integrations window, to activate the ‘MQTT: Mosquitto Broker’ but it’s still reporting “This integration has no devices.”
I’ve been into the ‘Configuration > Users’ and created a user that matches the config in the add-on details. I guess I have miss understood the documentation?
{ "logins": [ { "username": "MqttUser", "password": "MqttPassword" } ], "anonymous": false, "customize": { "active": false, "folder": "mosquitto" }, "certfile": "fullchain.pem", "keyfile": "privkey.pem", "require_certificate": false }
I’m sure I’m missing something and I can see a number of other people having issues with MQTT but this appears to be when some devices are showing and not new ones.
Based on that I have been and checked my entities and none of them are listed there.
I can see the devices authenticating successfully in the add-on logs.
Thanks in advance.
Posts: 3
Participants: 2