Seem to have lost all of my mqtt devices and I have no idea why.
I see this in the log:
Logger: homeassistant.components.mqtt.client
Source: components/mqtt/client.py:1229
integration: MQTT (documentation, issues)
First occurred: 10:07:30 PM (1 occurrence)
Last logged: 10:07:30 PM
Error returned from MQTT server: The connection was lost.
Haven’t (at least knowingly) changed anything. Looks like the integration has lost connection with the broker, but I cannot see why.
I am using EMQX as the broker (the home assistant add on one). I applied the latest update to version 0.8.0 thinking it might help. Can’t see anything in EMQX that stands out, logs are good, add on is up and running.
I’ve reloaded the integration, restarted zigbee to MQTT, EMQX, rebooted home assistant. Am at a bit of a loss as to why this has happened or what to look for.
Also reconfigured the integration to change to a new user name and password can can see that user as logged in in EMQX.
Grateful for any pointers.
Further errors:
Logger: homeassistant.helpers.translation
Source: helpers/translation.py:226
First occurred: 10:55:32 PM (1 occurrence)
Last logged: 10:55:32 PM
Failed to load integration for translation: Integration 'MQTT' not found.
Logger: homeassistant.components.mqtt.util
Source: components/mqtt/util.py:78
integration: MQTT (documentation, issues)
First occurred: 10:58:55 PM (1 occurrence)
Last logged: 10:58:55 PM
Error talking to MQTT: The client is not currently connected.
Logger: homeassistant
Source: components/mqtt/client.py:1274
First occurred: 10:59:00 PM (1 occurrence)
Last logged: 10:59:00 PM
Error doing job: Task exception was never retrieved (None)
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/mqtt/client.py", line 999, in _async_resubscribe_and_publish_birth_message
await self.async_publish(
...<4 lines>...
)
File "/usr/src/homeassistant/homeassistant/components/mqtt/client.py", line 662, in async_publish
await self._async_wait_for_mid_or_raise(msg_info.mid, msg_info.rc)
File "/usr/src/homeassistant/homeassistant/components/mqtt/client.py", line 1274, in _async_wait_for_mid_or_raise
raise HomeAssistantError(
...<5 lines>...
)
homeassistant.exceptions.HomeAssistantError: Error talking to MQTT: The client is not currently connected.



