no message
This commit is contained in:
@@ -323,7 +323,12 @@ class Ladestation_Universal extends IPSModule
|
|||||||
|
|
||||||
IPS_LogMessage("Lades", "Hier");
|
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");
|
IPS_LogMessage("Lades", "Hier2");
|
||||||
|
|
||||||
$dummy = $this->GetValue("Power_Count")+1;
|
$dummy = $this->GetValue("Power_Count")+1;
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
"compatibility": {
|
"compatibility": {
|
||||||
"version": "7.1"
|
"version": "7.1"
|
||||||
},
|
},
|
||||||
"version": "1.222",
|
"version": "1.223",
|
||||||
"build": 0,
|
"build": 0,
|
||||||
"date": 0
|
"date": 0
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user