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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user