2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-05-05 02:19:31 +00:00

76_SolarForecast.pm: contrib 0.68.1

git-svn-id: https://svn.fhem.de/fhem/trunk@26408 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2022-09-17 12:49:14 +00:00
parent 7d54549d68
commit 7b4cbe8445

View File

@ -3236,10 +3236,11 @@ sub _transferSolCastRadiationValues {
name => $name,
wantdt => $wantdt,
hod => $hod,
fd => $fd,
fh1 => $fh1,
num => $num,
uac => $uac
uac => $uac,
fd => $fd,
day => $paref->{day}
};
my $est = __calcSolCastEstimates ($params);
@ -7877,7 +7878,7 @@ sub setPVhistory {
$data{$type}{$name}{pvhist}{$day}{99}{temp} = q{};
}
Log3 ($name, 5, "$name - set PV History day: $day, hour: $nhour, hash: $histname, val: $val");
Log3 ($name, 5, "$name - set PV History Day: $day, Hour: $nhour, Key: $histname, Value: $val");
return;
}