no message

This commit is contained in:
2025-03-21 15:05:27 +01:00
parent a26b5ffe6c
commit f1e7c707d6
2 changed files with 7 additions and 2 deletions

View File

@@ -323,7 +323,12 @@ class Ladestation_Universal extends IPSModule
IPS_LogMessage("Lades", "Hier");
if(($this->GetValue("Aktuelle_Leistung")<(0.8*$this->GetValue("Power"))) && ($this->GetValue("Power")>0)){
$akt = $this->GetValue("Aktuelle_Leistung");
$pow = $this->GetValue("Power");
IPS_LogMessage("akt", $akt);
IPS_LogMessage("pow", $pow);
if(($akt<(0.8*$pow)) && ($pow>0)){
IPS_LogMessage("Lades", "Hier2");
$dummy = $this->GetValue("Power_Count")+1;