Closed ve6rah closed 4 months ago
Hey there @emontnemery, @jbouwh, @bdraco, mind taking a look at this issue as it has been labeled with an integration (mqtt
) you are listed as a code owner for? Thanks!
(message by CodeOwnersMention)
mqtt documentation mqtt source (message by IssueLinks)
Looks like whatever ws library provides websocketwrapper in dev is not what we have in the main branch, this is in core btw (docker)
I'm sure it's obvious, but this is due to the cherry picked change in mqtt-client this release.
Logger: homeassistant Source: components/mqtt/client.py:550 First occurred: 04:10:54 (39 occurrences) Last logged: 04:49:45
Error doing job: Exception in callback MQTT._async_on_socket_open(
This is on a esxi server not docker.
Looks like this one was fixed in https://github.com/home-assistant/core/pull/117672
I have still the same problem with home assistant core 2024.6.4 on docker
@Danifly80
Please start a fresh issue with full logs. https://www.home-assistant.io/docs/configuration/troubleshooting/#debug-logs-and-diagnostics
The problem
Starting upon upgrade from 2024.5.3 to 2024.5.4 MQTT stops working, clients connect, but no data is transmitted. Supervisor log shows MQTT errors.
What version of Home Assistant Core has the issue?
core-2024.5.4
What was the last working version of Home Assistant Core?
core-2024.5.3
What type of installation are you running?
Home Assistant OS
Integration causing the issue
MQTT
Link to integration documentation on our website
https://www.home-assistant.io/integrations/mqtt/
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
Additional information
The MQTT error in the log just repeats over and over again. No errors visible in the MQTT add-on.
Multiple reboots, and restarts of HA, and of the MQTT add-on fail to resolve the issue. Downgrading to 2024.5.3 immediately solves the problem.