no message

This commit is contained in:
belevo\mh
2026-01-27 09:47:45 +01:00
parent 1e0b314f2a
commit c5ec334421

View File

@@ -140,7 +140,7 @@ class Bat_EV_SDL_V2 extends IPSModule
// --- Deine 3 Fälle ---
if ($underKWh <= $real_kWh && $upKWh >= $real_kWh) {
$SDL_SOC = 50.0;
$SDL_SOC = 100 / ($upKWh + $underKWh) * $underKWh;
$EV_SOC = ($capKWh > 0.0) ? (($real_kWh - $underKWh) * 100.0 / $capKWh) : 0.0;
$sdlDisKW = $sdlShareKW_entladen;