-
Notifications
You must be signed in to change notification settings - Fork 397
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MQTT Client does not reconnect #2510
Comments
Only fix is to restart the Docker container. Have you already tried to deactivate and activate the Controller Api MQTT ? Like this should work aswell :) |
Hallo @martingruening, kannst du mir deine Config für dein MQTT mal geben, damit ich meinen fix eventuell testen kann? Wäre super, da ich mich zwar mit dem Java Code auskenne, aber leider nicht mit MQTT 👯♂️ |
@martingruening kannst dir mal meinen Approach ansehen und testen bitte - PullRequest |
@Sn0w3y Natürlich kann ich testen. Wie komme ich an ein jar-File, das den neuen Code enthält? |
Hallo @Sn0w3y - es wäre toll, wenn du mir ein JAR senden könntest, das ich testen kann. Sorry für die späte Antwort. |
https://www.file-upload.net/download-15268371/openems.jar.html Versuch die mal und bitte berichte ! :) Sieh dir auch die Logs an, hab mal ein paar mehr Details hinzugefügt um zu Debuggen. |
@martingruening hast du bereits testen können ? :) |
@martingruening gibt es News ? |
Entschuldigung. Die Emails von GitHub zu diesem Case sind leider im Spamordner gelandet. Der Change funktioniert - es wird jetzt ein Reconnect zum MQTT Broker durchgeführt. Danke! |
Hallo,
alles klar, danke, aber ich GLAUBE, dass diese Funktion so nicht ins
offizielle Repo übernommen wird,
ich denke wir werden das aber in Zukunft auch gelöst bekommen :)
|
Discussion is continued in the respective PRs (e.g. #2525) and/or on OpenEMS Community https://community.openems.io/ |
Bug Report or Feature Request (mark with an
x
)Bug description or desired functionality.
MQTT Client does not reconnect after network connection
Setup: OpenEMS Edge 2024.1 in Docker container
Sending topics to an Mosquitto MQTT broker
Works for weeks without a hickup, but when a network interuption happens (e.g. rebooting the router after an update) the MQTT client does not reconnect to the broker
Docker Log:
The 'Client is not connected' message repeats a lot, but no connection is rebuilt.
Only fix is to restart the Docker container.
Expected behaviour would be to retry to rebuild the connection continously.
The text was updated successfully, but these errors were encountered: