I’m italian and my english is slow,
after upgrade mosquitto 4.2, all my switch Tasmota don’t connect to broker,
I have read in this forum various possibility, but my system don’t work now!
my mosquitto config:
{
“logins”: [],
“anonymous”: false,
“quiet_logs”: true,
“customize”: {
“active”: true,
“folder”: “mosquitto”
},
“certfile”: “fullchain.pem”,
“keyfile”: “privkey.pem”
}
I have put into /share folder /mosquitto folder and the file acl.conf and accesscontrolist with
user mqtt_user
topic #
The log of mosquito is:
[INFO] found mqtt_user on Home Assistant
1556611226: Client DVES_DC0970 already connected, closing old connection.
1556611226: Socket error on client DVES_DC0970, disconnecting.
1556611226: New client connected from 192.168.2.216 as DVES_DC0970 (c1, k10, u’mqtt_user’).
for all tasmota device!!!
I navigate in directory with add-ons Configurator.
Help me please
After 1 day of test the problem is:
When reboot my raspberry with hassio, the 19 sonoff switch with tasmota, want reconnect to mosquitto broker, tbe broker don’t support and continuos disconnect and reconnect switch. I have for any switch disable option MQTT ENABLE, and after reboot raspberry I have one at one enable MQTT ENABLE to any seitch: now work.
There is a solution for resolve?