What’s in your supervisor logs? Nothing else can turn off watchdog for an addon and if its doing so there must be something about it in the logs.
Also when you say you don’t have any useful logs, do you mean that the MQTT addon isn’t logging anything useful or the logs tab is blank of the MQTT addon by the time you look at it? If you mean the latter then try the following:
- Install the Web Terminal & SSH addon (the one in the community add-ons repository, not the official repository)
- Turn off protection mode and start it
- Run
docker logs addon_core_mosquitto
to see the logs from the addon from all its recent runs
Or alternatively use this guide to get to your real logs and see if you can find anything useful in there. The logs of all the addons, supervisor and everything else is in there and they persist over restarts.