diff --git a/Bat_EV_SDL_V3_Beta/module.php b/Bat_EV_SDL_V3_Beta/module.php index c1245da..765cc5a 100644 --- a/Bat_EV_SDL_V3_Beta/module.php +++ b/Bat_EV_SDL_V3_Beta/module.php @@ -782,7 +782,7 @@ private function CalculateBatteryDistribution(float $pEvW, float $pSdlW): array // Parameter: Toleranzband + Anzahl Treffer // Beispiel: 300W Band, 2 Treffer (bei 2s Update => ~4s stabil) - $tolPct = 0.10; // 10% + $tolPct = 0.20; // 10% $needHits = 1; // 2 Treffer hintereinander (oder 1 für sofort) $tolW_EV = abs($targetEV) * $tolPct;