From 7ae7d046cc25544b81f637fbdb71cc975958fff9 Mon Sep 17 00:00:00 2001 From: nasseeder1 Date: Thu, 22 Apr 2021 05:23:07 +0000 Subject: [PATCH] 76_Solarforcast: contrib 0.38.3 git-svn-id: https://svn.fhem.de/fhem/trunk@24307 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/contrib/DS_Starter/76_SolarForecast.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/contrib/DS_Starter/76_SolarForecast.pm b/fhem/contrib/DS_Starter/76_SolarForecast.pm index 14f92d336..4b71b2f9a 100644 --- a/fhem/contrib/DS_Starter/76_SolarForecast.pm +++ b/fhem/contrib/DS_Starter/76_SolarForecast.pm @@ -2728,7 +2728,7 @@ sub forecastGraphic { my $pvcorrf00 = NexthoursVal($hash, "NextHour00", "pvcorrf", "-/m"); my ($pcf,$pcq) = split "/", $pvcorrf00; $pcq =~ s/m/100/xs; - my $pvfc00 = NexthoursVal($hash, "NextHour00", "pvfc", undef); + my $pvfc00 = NexthoursVal($hash, "NextHour00", "pvforecast", undef); if ($kw eq 'kWh') { $co4h = sprintf("%.1f" , $co4h/1000)." kWh";