no message

This commit is contained in:
2025-04-28 11:53:20 +02:00
parent bc872ac72a
commit 1ee9f9e05d

View File

@@ -444,7 +444,11 @@ class Ladestation_v2 extends IPSModule
if ($this->GetValue("IsTimerActive")) {
// Timer ist aktiv, PowerSteps setzen
$this->SetValue("PowerSteps", json_encode([$this->GetValue("Aktuelle_Leistung")]));
$this->SetValue("Leistung_Delta", $this->GetValue("Aktuelle_Leistung")-$this->GetValue("Ladeleistung_Effektiv"));
return;
}else{
$this->SetValue("Leistung_Delta", 0);
}
// Aktuelle Properties abrufen