2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-20 19:36:02 +00:00

76_SolarForecast.pm: contrib 0.15.3

git-svn-id: https://svn.fhem.de/fhem/trunk@24011 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2021-03-19 18:22:23 +00:00
parent 62b2235997
commit 159873ed57

View File

@ -1479,11 +1479,11 @@ sub _transferWeatherValues {
$hash->{HELPER}{"${time_str}_RainProb"} = $r101;
}
if($num < 24 && $fh && $fh < 24) { # Ringspeicher Weather Forum: https://forum.fhem.de/index.php/topic,117864.msg1139251.html#msg1139251
$data{$type}{$name}{weather}{sprintf("%02d",$fh)}{id} = $wid;
$data{$type}{$name}{weather}{sprintf("%02d",$fh)}{txt} = $txt;
$data{$type}{$name}{weather}{sprintf("%02d",$fh)}{cloudcover} = $neff;
$data{$type}{$name}{weather}{sprintf("%02d",$fh)}{rainprob} = $r101;
if($num < 24 && $fh < 24) { # Ringspeicher Weather Forum: https://forum.fhem.de/index.php/topic,117864.msg1139251.html#msg1139251
$data{$type}{$name}{weather}{sprintf("%02d",$fh+1)}{id} = $wid;
$data{$type}{$name}{weather}{sprintf("%02d",$fh+1)}{txt} = $txt;
$data{$type}{$name}{weather}{sprintf("%02d",$fh+1)}{cloudcover} = $neff;
$data{$type}{$name}{weather}{sprintf("%02d",$fh+1)}{rainprob} = $r101;
}
}