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
"CalculateOutputPowerDescription": "Wenn aktiviert, wird die Ausgangsleistung des Solarladeregler basierend auf den Strom- und Spannungswerten berechnet. Wenn deaktiviert, wird die Ausgangsleistung direkt vom Solarladeregler übernommen.",
Copy file name to clipboardExpand all lines: webapp/src/locales/en.json
+14-2Lines changed: 14 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -225,7 +225,19 @@
225
225
"MaximumPowerToday": "Maximum power today",
226
226
"MaximumPowerYesterday": "Maximum power yesterday"
227
227
},
228
-
"PowerLimiterState": "Power limiter state [off (charging), solar passthrough, on battery]"
228
+
"PowerLimiterState": "Power limiter state [off (charging), solar passthrough, on battery]",
229
+
"section_mppt1": "Solar Input 1",
230
+
"section_mppt2": "Solar Input 2",
231
+
"mppt1": {
232
+
"Power": "@:solarchargerhome.input.PPV",
233
+
"Voltage": "@:solarchargerhome.input.VPV",
234
+
"Current": "@:solarchargerhome.input.IPV"
235
+
},
236
+
"mppt2": {
237
+
"Power": "@:solarchargerhome.mppt1.Power",
238
+
"Voltage": "@:solarchargerhome.mppt1.Voltage",
239
+
"Current": "@:solarchargerhome.mppt1.Current"
240
+
}
229
241
},
230
242
"eventlog": {
231
243
"Start": "Start",
@@ -614,7 +626,7 @@
614
626
"Provider": "Data Provider",
615
627
"ProviderVeDirect": "Victron MPPT(s) using VE.Direct interface",
616
628
"ProviderMqtt": "Solar Charger data from MQTT broker",
617
-
"ProviderIntegrated": "MPPT data from Smart Buffer Batteries",
629
+
"ProviderIntegrated": "MPPT data from supported battery integrations (currently only zendure)",
618
630
"MqttPublishUpdatesOnly": "Publish values to MQTT only when they change",
619
631
"CalculateOutputPower": "Calculate Solar Charger output power",
620
632
"CalculateOutputPowerDescription": "If enabled, the output power of the Solar Charger will be calculated based on the current and voltage values. If disabled, the output power will be taken from the Solar Charger directly.",
0 commit comments