no message

This commit is contained in:
2025-09-23 11:45:58 +02:00
parent 01e3fb01a7
commit bf7c759471

View File

@@ -746,11 +746,11 @@ class Ladestation_v2 extends IPSModule
IPS_LogMessage("Vergleich3", "nach Vergleich3" . $this->GetVaue("Power"));
IPS_LogMessage("Vergleich3", "nach Vergleich3" . $this->GetVaue("Aktuelle_Leistung"));
if((max(json_decode($this->GetValue("PowerSteps")))==$this->GetVaue("Power"))&&(max(json_decode($this->GetValue("PowerSteps"))>0))){
if((max(json_decode($this->GetValue("PowerSteps")))==$this->GetVaue("Aktuelle_Leistung"))&&(max(json_decode($this->GetValue("PowerSteps"))>0))){
$this->Calc_Max_Current($this->GetValue("Is_1_ph"));
}