mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-04 05:16:45 +00:00
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:
parent
bbed80b2bd
commit
f66da2675c
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user