Batterie hinzugefügt

This commit is contained in:
mh
2024-12-11 15:10:57 +01:00
parent e185851cd5
commit bc916b313e
5 changed files with 269 additions and 1 deletions
+51
View File
@@ -0,0 +1,51 @@
{
"elements": [
{
"type": "Label",
"caption": "Konfiguration der Batterie für Peakshaving"
},
{
"type": "NumberSpinner",
"name": "IdleCounterMax",
"caption": "Zyklen zwischen zwei Leisutungsänderungen",
"suffix": ""
},
{
"type": "NumberSpinner",
"name": "MaxBatterieleistung",
"caption": "Leistug Teillast",
"suffix": ""
},
{
"type": "SelectVariable",
"name": "AufdasNachladen",
"caption": "Auf so viel Prozent nachladen",
"test": true
},
{
"type": "SelectVariable",
"name": "MinimumEntladen",
"caption": "Minimum des Batterieladezustand",
"test": true
},
{
"type": "SelectVariable",
"name": "Nachladestrom",
"caption": "Nachladestrom",
"test": true
},
{
"type": "SelectVariable",
"name": "Ladestrom",
"caption": "Ladestrom",
"test": true
},
{
"type": "SelectVariable",
"name": "Batterieladezustand",
"caption": "Batterieladezustand",
"test": true
}
]
}