Fixing Synchronous Query Warnings in HA 2025.01.4+ for tolwi/hassio-ecoflow-cloud V 0.13.x #420
Just-Zuul
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello to everyone still using version 0.13.x and experiencing the issue with the warning about blocking due to synchronous queries in HA 2025.01.4 or later.
I modified the file: ecoflow_mqtt.py
located at /custom_components/ecoflow_cloud/mqtt/ecoflow_mqtt.py
from synchronous to asynchronous.
Tested with tolwi/hassio-ecoflow-cloud V 0.13.4 and HomeAssistant 2025.02.4.
This workaround avoids the issues caused by synchronous processing and the resulting warnings and problems.
Make a backup of your ecoflow_mqtt.py (rename or download it) and create a new file with the same name, insert/replace the code, restart HA, and you’re done.
Beta Was this translation helpful? Give feedback.
All reactions