kleinere anpassungen an batt, manager, Fehelrbehebung auf manager haupt übernommen
This commit is contained in:
+2
-2
@@ -41,11 +41,11 @@
|
||||
"caption":"Batteriemanagement",
|
||||
"options":[
|
||||
{
|
||||
"caption":"Vom Wechelrichterhersteller",
|
||||
"caption":"Durch Wechselrichter",
|
||||
"value":1
|
||||
},
|
||||
{
|
||||
"caption":"Von der Firma Belevo",
|
||||
"caption":"Durch EMS Symcon",
|
||||
"value":4
|
||||
}
|
||||
]
|
||||
|
||||
+2
-2
@@ -188,7 +188,7 @@ public function RequestAction($Ident, $Value)
|
||||
$dummy_array[] = $netzbezug;
|
||||
$this->SetValue("PowerSteps", json_encode($dummy_array));
|
||||
|
||||
}else if($batterieladezustand>$minimumentladen){
|
||||
}elseif($batterieladezustand>$minimumentladen){
|
||||
|
||||
$this->SetValue("PowerSteps", json_encode($array_powersteps));
|
||||
}
|
||||
@@ -211,7 +211,7 @@ public function RequestAction($Ident, $Value)
|
||||
});
|
||||
$this->SetValue("PowerSteps", json_encode($filtered_powersteps_entladen));
|
||||
|
||||
}else if($batterieladezustand>=$aufdasnachladen && $hyst==false){
|
||||
}elseif($batterieladezustand>=$aufdasnachladen && $hyst==false){
|
||||
|
||||
$this->SetValue("PowerSteps", json_encode($array_powersteps));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user