You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since ecoflow's MQTT stops sending regularly, especially when the app is used and completely closed,
Please install a monitoring of the last incoming messages. If nothing new comes from PowerStream for 5 minutes,
the connection to the MQTT should completely rebuilt.
The text was updated successfully, but these errors were encountered:
I will think about a proper reconnection.
What should happen in your opinion when the device is switched OFF? In such cases there will no mqtt packets send.
I have created a checkbox in the config page, checking it enables the reconnection.
Please have a trial with version 0.0.13 if it satisfacatory.
Hopefully the reconnect counter is not increasing too much.
in the meantime I have implemented a cyclic trigger to get data from power stream, that should replace the reconnection.
the option is still there, but would only indicate if there were no telegrams received in 10min. it would be an indicator that really a reconnection would be needed
Describe the bug
Since ecoflow's MQTT stops sending regularly, especially when the app is used and completely closed,
Please install a monitoring of the last incoming messages. If nothing new comes from PowerStream for 5 minutes,
the connection to the MQTT should completely rebuilt.
The text was updated successfully, but these errors were encountered: