One word was answering two questions

The charging page carries two badges about the same charger, a card apart. The
connection card asks whether this server can reach the charger to control it —
in Modbus mode a live dial, every status call. The information card asks what
the connected service says about it. Both said "Offline" for no, in all three
languages, so a charger the service can see while its saved local address has
gone stale reads as a page contradicting itself. It isn't: the charger talks to
the vendor's cloud over its own uplink, and Modbus is a local path that answers
only from the network the charger is actually on.

The connection badge now says "Not connected", which is what it was measuring
all along and pairs with the "Connected" it already used. Online/Offline stays
with the service, where it is the service's word.

Both apps show this badge from the same key, so both files change.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
tajniak81
2026-09-02 09:04:04 +02:00
co-authored by Claude Opus 5
parent f3235c403c
commit 6877d311ea
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -134,7 +134,7 @@
"control": {
"title": "Laderstyring",
"connected": "Forbundet",
"disconnected": "Offline",
"disconnected": "Ikke forbundet",
"serialPlaceholder": "Laderens serienummer (f.eks. A5191-XXXXXXXX)",
"refresh": "Opdater",
"status": "Stik",
+1 -1
View File
@@ -134,7 +134,7 @@
"control": {
"title": "Charger control",
"connected": "Connected",
"disconnected": "Offline",
"disconnected": "Not connected",
"serialPlaceholder": "Charger serial (e.g. A5191-XXXXXXXX)",
"refresh": "Refresh",
"status": "Connector",
+1 -1
View File
@@ -136,7 +136,7 @@
"control": {
"title": "Sterowanie ładowarką",
"connected": "Połączono",
"disconnected": "Offline",
"disconnected": "Brak połączenia",
"serialPlaceholder": "Numer seryjny ładowarki (np. A5191-XXXXXXXX)",
"refresh": "Odśwież",
"status": "Złącze",
+1 -1
View File
@@ -82,7 +82,7 @@
"connectionTitle": "Laderforbindelse",
"title": "Laderstyring",
"connected": "Forbundet",
"disconnected": "Offline",
"disconnected": "Ikke forbundet",
"serialPlaceholder": "Laderens serienummer (f.eks. A5191-XXXXXXXX)",
"enterSerial": "Indtast et serienummer i stedet",
"pickSerial": "Vælg blandt dine ladere",
+1 -1
View File
@@ -68,7 +68,7 @@
"connectionTitle": "Charger connection",
"title": "Charger control",
"connected": "Connected",
"disconnected": "Offline",
"disconnected": "Not connected",
"serialPlaceholder": "Charger serial (e.g. A5191-XXXXXXXX)",
"enterSerial": "Enter a serial instead",
"pickSerial": "Choose from your chargers",
+1 -1
View File
@@ -84,7 +84,7 @@
"connectionTitle": "Połączenie z ładowarką",
"title": "Sterowanie ładowarką",
"connected": "Połączono",
"disconnected": "Offline",
"disconnected": "Brak połączenia",
"serialPlaceholder": "Numer seryjny ładowarki (np. A5191-XXXXXXXX)",
"enterSerial": "Wpisz numer seryjny zamiast tego",
"pickSerial": "Wybierz ze swoich ładowarek",