2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 03:06:37 +00:00

76_SolarForecast.pm: contrib 0.11.0

git-svn-id: https://svn.fhem.de/fhem/trunk@23967 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2021-03-14 12:51:45 +00:00
parent 5c050a2a12
commit 1a615986f9

View File

@ -1447,7 +1447,7 @@ sub _transferInverterValues {
my $edaypast = 0;
deleteReadingspec ($hash, "Today_Hour00_PVreal");
for my $hour (0..int($chour)-1) { # alle bisherigen Erzeugungen des Tages summieren
for my $hour (0..int $chour) { # alle bisherigen Erzeugungen des Tages summieren
$edaypast += ReadingsNum ($name, "Today_Hour".sprintf("%02d",$hour)."_PVreal", 0);
}