Skip to content
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

UI: improve offline detection #14705

Merged
merged 4 commits into from
Jul 5, 2024
Merged

UI: improve offline detection #14705

merged 4 commits into from
Jul 5, 2024

Conversation

naltatis
Copy link
Member

@naltatis naltatis commented Jul 5, 2024

fixes #14598

Currently, the UI assumes that it's offline when it does not receive a ws message for 5 minutes. This is necessary because of unreliable connect/disconnect browser events, especially in an embedded contexts (e.g. iOS app resume). Once the browser reached this 5 min timeout it enters offline mode didn't check online status ever again. This is fixed in this issue. Entering offline-state due to no data will now trigger a ws reconnect. Additionally, I've introduced a heartbeat message to prevent entering this no-data timeout in situations where not much changes (nights, clouds, ...).

  • 🫀 added heartbeat message to prevent false offline detection (later if needed)
  • ♻️ reconnect when offline due to stale data

@naltatis naltatis added bug Something isn't working ux User experience/ interface labels Jul 5, 2024
@naltatis naltatis requested a review from andig July 5, 2024 07:45
@andig
Copy link
Member

andig commented Jul 5, 2024

Ich würde auf den HB gerne verzichten. Wenn keine Daten kommen hat die Anwendung ein Problem. Die Situation, dass es gar keine Meßwerte gibt kann egtl. (fast) nicht eintreten. Sonst würde dieser- Stand heute- auch in Influx geschrieben werden :( Oder meinst Du das ist hier tatsächlich ursächlich?

@naltatis
Copy link
Member Author

naltatis commented Jul 5, 2024

Wenn keine Daten kommen hat die Anwendung ein Problem.

Genau dieser Fall muss aber die Ursache für die in #14598 beschriebenen Probleme sein. Das System läuft normal, WS ist aktiv, es kommen aber für mind. 5min keine Messwerte. Daher geht die UI in den Offline Modus. Anders kann ich mir das nicht erklären. Passt auch zu der Beschreibung, dass das gerne nachts oder bei Wolken passiert. Wenn bspw. nur ein PV Meter (oder ggf. nur dyn. Stromtarif) konfiguriert ist kann das ja durchaus vorkommen.

@naltatis
Copy link
Member Author

naltatis commented Jul 5, 2024

Wenn das mit Influx ein Problem ist, können wir den HB auch erst einmal herausnehmen. Das führt dann dazu, dass in einem Zustand ohne Datenupdates die UI kurz in den Offline Modus geht, den WS neu verbinden und dann wieder aktiv ist. Also ein kleines Flackern alle 5min. Wenn das nervt können wir den HB auch später immer noch nachschieben.

@andig
Copy link
Member

andig commented Jul 5, 2024

Gerne zweistufig 👍🏻

@andig andig merged commit fcc00c5 into master Jul 5, 2024
6 checks passed
@andig andig deleted the fix/offline_detection_heartbeat branch July 5, 2024 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ux User experience/ interface
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Verbindung zum Server verloren
2 participants