no message
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user