76_SolarForecast.pm: contrib 0.27.0

git-svn-id: https://svn.fhem.de/fhem/trunk@24132 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
DS_Starter
2021-04-02 20:38:20 +00:00
parent fa51743e93
commit c71fbeae8d

View File

@@ -1479,9 +1479,8 @@ sub _transferDWDForecastValues {
$epoche = $t + (3600*$num);
my ($ta,$realts) = TimeAdjust ($epoche);
my $ta1 = $realts;
$ta1 =~ s/:/<>/gx;
push @$daref, "CurrentHourPVforecast:".$calcpv." Wh:".$ta1 if($num == 0);
$realts =~ s/:/<>/gx;
push @$daref, "CurrentHourPVforecast:".$calcpv." Wh:".$realts if($num == 0);
#push @$daref, "${time_str}_Time:" .$ta;
$data{$type}{$name}{nexthours}{$time_str}{pvforecast} = $calcpv;