Mosquitto MQTT continually disconnects and reconnects

Hi, i have the same issue after upgrading to 0.107.5
168 reconnects on 10min interval.

Any idea?

Log:

Logger: homeassistant.core
Source: components/mqtt/__init__.py:1018
First occurred: 16:52:55 (168 occurrences)
Last logged: 17:02:55
Error doing job: Task exception was never retrieved

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/mqtt/__init__.py", line 911, in _async_perform_subscription
    _raise_on_error(result)
  File "/usr/src/homeassistant/homeassistant/components/mqtt/__init__.py", line 1018, in _raise_on_error
    f"Error talking to MQTT: {mqtt.error_string(result_code)}"
homeassistant.exceptions.HomeAssistantError: Error talking to MQTT: The client is not currently connected.
1 Like