76_SolarForecast.pm: contrib 0.46.0

git-svn-id: https://svn.fhem.de/fhem/trunk@24451 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
DS_Starter
2021-05-16 14:15:00 +00:00
parent e886586152
commit f9744acc23

View File

@@ -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;