From b04b78919ec7464b1f437e886c721eb229e71390 Mon Sep 17 00:00:00 2001 From: nasseeder1 Date: Wed, 26 Oct 2022 11:32:33 +0000 Subject: [PATCH] 76_Solarforcast: contrib 0.71.1 git-svn-id: https://svn.fhem.de/fhem/trunk@26588 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/contrib/DS_Starter/76_SolarForecast.pm | 25 ++++++++++++--------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/fhem/contrib/DS_Starter/76_SolarForecast.pm b/fhem/contrib/DS_Starter/76_SolarForecast.pm index 4d93d3619..4a151139b 100644 --- a/fhem/contrib/DS_Starter/76_SolarForecast.pm +++ b/fhem/contrib/DS_Starter/76_SolarForecast.pm @@ -1556,7 +1556,7 @@ sub _setplantConfiguration { ## no critic "not used" return qq{Plant Configuration restored from file "}.$plantcfg.$name.qq{"}; } else { - return qq{The Plant Configuration file "$plantcfg.$name" was empty, nothing restored}; + return qq{The Plant Configuration file "}.$plantcfg.$name.qq{" was empty, nothing restored}; } } else { @@ -7614,7 +7614,7 @@ sub _flowGraphic { - + END0 @@ -7658,7 +7658,7 @@ END0 if ($hasbat) { $ret .= << "END1"; - + END1 @@ -7749,15 +7749,18 @@ END3 ############################# $cc_dummy = sprintf("%.0f",$cc_dummy); + + ## Textangaben an Grafikelementen + ################################### - $ret .= qq{$cpv} if ($cpv); - $ret .= qq{$soc %} if ($hasbat); - $ret .= qq{$csc} if ($csc && $cpv); - $ret .= qq{$cgfi} if ($cgfi); - $ret .= qq{$cgc} if ($cgc); - $ret .= qq{$batout} if ($batout && $hasbat); - $ret .= qq{$batin} if ($batin && $hasbat); - $ret .= qq{$cc}; # Current_Consumption Anlage + $ret .= qq{$cpv} if ($cpv); + $ret .= qq{$soc %} if ($hasbat); + $ret .= qq{$csc} if ($csc && $cpv); + $ret .= qq{$cgfi} if ($cgfi); + $ret .= qq{$cgc} if ($cgc); + $ret .= qq{$batout} if ($batout && $hasbat); + $ret .= qq{$batin} if ($batin && $hasbat); + $ret .= qq{$cc}; # Current_Consumption Anlage $ret .= qq{$cc_dummy} if ($flowgconX && $flowgconPower); # Current_Consumption Dummy ## Anzeigedetails auswählen