no message

This commit is contained in:
2025-09-23 09:48:28 +02:00
parent 258865586d
commit 26a48d3c45
2 changed files with 2 additions and 2 deletions

View File

@@ -52,7 +52,7 @@
{ {
"type": "NumberSpinner", "type": "NumberSpinner",
"name": "Zeit_Zwischen_Zustandswechseln", "name": "Zeit_Zwischen_Zustandswechseln",
"caption": "Mindestlaufzeit des Verbrauchers bei Lastschaltung ", "caption": "(Veraltet, auf 0 lassen, wird in nächster Version entfehrnt) Mindestlaufzeit des Verbrauchers bei Lastschaltung ",
"suffix": "" "suffix": ""
}, },
{ {

View File

@@ -736,7 +736,7 @@ class Ladestation_v2 extends IPSModule
if($counter>(90/($this->ReadPropertyInteger("Interval")))){ if($counter>(90/($this->ReadPropertyInteger("Interval")))){
$this->SetValue("Pending_Counter", 0); $this->SetValue("Pending_Counter", 0);
if(max(json_decode($this->GetValue("PowerSteps")))==$this->GetVaue("Power")){ if((max(json_decode($this->GetValue("PowerSteps")))==$this->GetVaue("Power"))&&(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"));
} }