I had problems with Mosquitto as well. My shellies did not report mqtt messages any more. I tried many things but it did not work. Finaly I found a report at stackoverflow:
sudo service mosquitto stop
sudo rm /var/lib/mosquitto/mosquitto.db
sudo service mosquitto start
after I did this all worked perfectly again
1 Like