no message
This commit is contained in:
@@ -542,13 +542,9 @@ class Bat_EV_SDL_V4 extends IPSModule
|
|||||||
$rawEV = $pEvW * $factor;
|
$rawEV = $pEvW * $factor;
|
||||||
$rawSDL = $pSdlW * $factor;
|
$rawSDL = $pSdlW * $factor;
|
||||||
} else {
|
} else {
|
||||||
if (abs($totalPowerIst) < 50.0) {
|
// KEIN Sprung mehr auf Soll!
|
||||||
$rawEV = $pEvW;
|
$rawEV = 0.0;
|
||||||
$rawSDL = $pSdlW;
|
$rawSDL = 0.0;
|
||||||
} else {
|
|
||||||
$rawEV = $pEvW;
|
|
||||||
$rawSDL = $totalPowerIst - $rawEV;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
$filterAktiv = $this->ReadPropertyBoolean("FilterAktiv");
|
$filterAktiv = $this->ReadPropertyBoolean("FilterAktiv");
|
||||||
|
|||||||
Reference in New Issue
Block a user