no message

This commit is contained in:
2026-05-08 11:13:04 +02:00
parent b7c140dd11
commit 80b4f78684
+1 -1
View File
@@ -110,7 +110,7 @@ class Bat_EV_SDL_V4 extends IPSModule
return; return;
} }
$this->BuildBatteryPlan(false); $this->BuildBatteryPlan(true);
$plan = json_decode($this->GetBufferSafe("BatPlanJSON"), true); $plan = json_decode($this->GetBufferSafe("BatPlanJSON"), true);
if (!is_array($plan) || empty($plan["bats"])) { if (!is_array($plan) || empty($plan["bats"])) {