diff --git a/src/main/angular/src/app/history/history.component.html b/src/main/angular/src/app/history/history.component.html index 97b7efc..b59858e 100644 --- a/src/main/angular/src/app/history/history.component.html +++ b/src/main/angular/src/app/history/history.component.html @@ -24,27 +24,27 @@
-
Bedarf
+
Verbraucht
 
{{ aggregations.energyConsumed?.formatted }}
-
Bezug
+
Bezogen
{{ aggregations.energyPurchasedPercent?.formatted }}
{{ aggregations.energyPurchased?.delta?.formatted }}
-
Produktion
+
Produziert
{{ aggregations.energyProducedPercent?.formatted }}
{{ aggregations.energyProduced?.delta?.formatted }}
-
Eigenbedarf
+
Selbst verbr.
{{ aggregations.energySelfPercent?.formatted }}
{{ aggregations.energySelf?.formatted }}
-
Einspeisung
+
Eingespeist
{{ aggregations.energyDeliveredPercent?.formatted }}
{{ aggregations.energyDelivered?.delta?.formatted }}
diff --git a/src/main/angular/src/app/live/power/electro-power.component.html b/src/main/angular/src/app/live/power/electro-power.component.html index db6ac93..6bc6ab3 100644 --- a/src/main/angular/src/app/live/power/electro-power.component.html +++ b/src/main/angular/src/app/live/power/electro-power.component.html @@ -8,7 +8,7 @@
-
Bedarf
+
Verbrauch
 
{{ powerConsumption?.formatted }}
@@ -23,7 +23,7 @@
{{ powerProduction?.formatted }}
-
Eigenbedarf
+
Eigenverbrauch
{{ powerSelfPercent?.formatted }}
{{ powerSelf?.formatted }}