no message

This commit is contained in:
2025-03-21 15:17:13 +01:00
parent f1e7c707d6
commit e439cba34d
2 changed files with 5 additions and 5 deletions

View File

@@ -295,7 +295,7 @@ class Ladestation_Universal extends IPSModule
SetValue($this->GetIDForIdent("Fahrzeugstatus"), $data["State"]);
if($this->GetValue("Aktuelle_Leistung")>0){
if(($this->GetValue("Ladeleistung_Effektiv")>0)&& ($data["MaxAllowedChargingCurrent"]>0)){
if ($data["ActiveChargingPower"]/$data["MaxAllowedChargingCurrent"] > 0.4/* && $data["State"] != 1*/) {
SetValue($this->GetIDForIdent("Lademodus"), 1);
} elseif ($data["State"] != 1) {
@@ -323,8 +323,8 @@ class Ladestation_Universal extends IPSModule
IPS_LogMessage("Lades", "Hier");
$akt = $this->GetValue("Aktuelle_Leistung");
$pow = $this->GetValue("Power");
$akt = $this->GetValue("Ladeleistung_Effektiv");
$pow = $this->GetValue("Aktuelle_Leistung");
IPS_LogMessage("akt", $akt);
IPS_LogMessage("pow", $pow);
@@ -344,7 +344,7 @@ class Ladestation_Universal extends IPSModule
if($this->GetValue("Power_Count")>8){
$maxLeistung = 1.05 * $this->GetValue("Aktuelle_Leistung");
$maxLeistung = 1.05 * $this->GetValue("Ladeleistung_Effektiv");
IPS_LogMessage("Lades", "Hier5");
}

View File

@@ -6,7 +6,7 @@
"compatibility": {
"version": "7.1"
},
"version": "1.223",
"version": "1.224",
"build": 0,
"date": 0
}