From f8c39d7b955a7a8e24cf9e36f4eadecea49dd189 Mon Sep 17 00:00:00 2001 From: nasseeder1 Date: Fri, 22 Jan 2021 20:57:14 +0000 Subject: [PATCH] 76_SolarForecast.pm: contrib 0.3.0 git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@23587 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- contrib/DS_Starter/76_SolarForecast.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/DS_Starter/76_SolarForecast.pm b/contrib/DS_Starter/76_SolarForecast.pm index 9f25278f2..4339a31ad 100644 --- a/contrib/DS_Starter/76_SolarForecast.pm +++ b/contrib/DS_Starter/76_SolarForecast.pm @@ -2372,6 +2372,8 @@ sub listPVHistory { my $type = $hash->{TYPE}; my $pvhh = $data{$type}{$name}{pvhist}; + Log3 ($name, 5, "$name - PV History content: ".Dumper $pvhh); + my $sub = sub { my $day = shift; my $ret;