no message
This commit is contained in:
@@ -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"));
|
$this->Calc_Max_Current($this->GetValue("Is_1_ph"));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user