diff --git a/fhem/contrib/DS_Starter/76_SolarForecast.pm b/fhem/contrib/DS_Starter/76_SolarForecast.pm index cc697c68e..4d7bd7a05 100644 --- a/fhem/contrib/DS_Starter/76_SolarForecast.pm +++ b/fhem/contrib/DS_Starter/76_SolarForecast.pm @@ -2376,7 +2376,7 @@ sub __calcEnergyPieces { $he = $epiecef + $epiecel + $epiecem if($h == $hours && $hours == 1); # kalk. Energieverbrauch wenn max. 1 Stunde Laufzeit - $data{$type}{$name}{consumers}{$c}{epieces}{${h}} = $he; + $data{$type}{$name}{consumers}{$c}{epieces}{${h}} = sprintf('%.2f', $he); } return;