no message

This commit is contained in:
belevo\mh
2026-05-04 09:04:44 +02:00
parent 7175befb8f
commit 2db228a937
+2 -1
View File
@@ -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)){