no message
This commit is contained in:
@@ -268,7 +268,7 @@ public function RequestAction($Ident, $Value)
|
||||
$netzbezug = $maxleistung * (-1);
|
||||
}
|
||||
|
||||
if($batterieladezustand>(5+$aufdasnachladen)){
|
||||
if($batterieladezustand>(1.5+$aufdasnachladen)){
|
||||
|
||||
$this->SetValue("Hysterese", false);
|
||||
|
||||
@@ -312,7 +312,7 @@ public function RequestAction($Ident, $Value)
|
||||
IPS_LogMessage("Batterie", "Im else teil");
|
||||
|
||||
|
||||
if($batterieladezustand>59.9){
|
||||
if($batterieladezustand>55.9){
|
||||
IPS_LogMessage("Batterie", "im 1");
|
||||
|
||||
$filtered_powersteps = array_filter($array_powersteps, function ($value) {
|
||||
|
||||
Reference in New Issue
Block a user