no message
This commit is contained in:
@@ -144,7 +144,7 @@ class Bat_EV_SDL_V4 extends IPSModule
|
||||
$this->SetIdentValue("CalcJSON", json_encode($calcRounded, JSON_PRETTY_PRINT));
|
||||
|
||||
$totalBat = $this->GetTotalBatteryPowerIstW();
|
||||
$this->SetIdentValue("Aktuelle_Leistung_Batterien", round($totalBat * -1, 0));
|
||||
$this->SetIdentValue("Aktuelle_Leistung_Batterien", round($totalBat, 0));
|
||||
|
||||
} catch (Throwable $e) {
|
||||
$this->SendDebug("Update ERROR", $e->getMessage() . " @ " . $e->getFile() . ":" . $e->getLine(), 0);
|
||||
|
||||
Reference in New Issue
Block a user