if ($Peak && $netzbezug > 0) {

$netzbezug = -min($netzbezug, $maxentladeleistung) + $bat_leistung;
        } hinzgefügt
This commit is contained in:
2026-06-09 15:16:16 +02:00
parent c7db0b511f
commit 3b14b90e12
2 changed files with 183 additions and 159 deletions
+5
View File
@@ -85,6 +85,11 @@
"type": "SelectVariable",
"name": "Netzbezug",
"caption": "Variable mit dem zu regelnden Netzbezug"
},
{
"type": "SelectVariable",
"name": "AktuelleBatterieleistung",
"caption": "Variable mit der aktueller Batterieleistung"
},
{
"type": "Label",