no message
This commit is contained in:
@@ -269,10 +269,10 @@ class Ladestation_v2 extends IPSModule
|
|||||||
{
|
{
|
||||||
$maxCurrent = 32;
|
$maxCurrent = 32;
|
||||||
if($is_1_ph){
|
if($is_1_ph){
|
||||||
$maxCurrent = 1.1 * ($this->GetValue("Ladeleistung_Effektiv") / 230);
|
$maxCurrent = 1.15 * ($this->GetValue("Ladeleistung_Effektiv") / 230);
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
$maxCurrent = 1.1 * ($this->GetValue("Ladeleistung_Effektiv") / (1.71*400));
|
$maxCurrent = 1.15 * ($this->GetValue("Ladeleistung_Effektiv") / (1.71*400));
|
||||||
}
|
}
|
||||||
if($maxCurrent>32){
|
if($maxCurrent>32){
|
||||||
$maxCurrent = 32;
|
$maxCurrent = 32;
|
||||||
|
|||||||
Reference in New Issue
Block a user