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