Don't know how to revert mosquitto 4.1 add-on to 4.0

Hello,

after updating the mosquitto add-on from 4.0 to 4.1 I got this issue

https://github.com/home-assistant/hassio/issues/950

Which I could not fix in the way suggested by the thread. Then I have to revert the version to 4.0.

How can I do that? Where can I pick the 4.0 snapshot and how can install it?

thanks

Did you add acl to the 4.1 config as per the docs? There is nothing wrong with 4.1

I beg to differ. :slight_smile:

You’re just special Tom :slight_smile:

Sorry, you are right.
I just solved by putting “active”: true" in the customize block
thanks

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?

this is even worse with 5.1 … I want ot put 4.0 also. :smiley: