if ($Peak && $netzbezug > 0) {
$netzbezug = -min($netzbezug, $maxentladeleistung) + $bat_leistung;
} hinzgefügt
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user