no message
This commit is contained in:
+2
-1
@@ -378,7 +378,8 @@ public function RequestAction($Ident, $Value)
|
||||
|
||||
$netzbezug = GetValue($this->ReadPropertyInteger("Netzbezug"));
|
||||
if (abs($netzbezug) > $maxentladeleistung) {
|
||||
$netzbezug = $maxentladeleistung * (-1);
|
||||
//$netzbezug = $maxentladeleistung * (-1);
|
||||
$netzbezug = $netzbezug * (-1);
|
||||
}
|
||||
|
||||
if($batterieladezustand>(5+$aufdasnachladen)){
|
||||
|
||||
Reference in New Issue
Block a user