From b0821bd89df1d0092f03383336a2519a1d54c6de Mon Sep 17 00:00:00 2001 From: nasseeder1 Date: Thu, 18 Mar 2021 14:16:14 +0000 Subject: [PATCH] 76_Solarforcast: contrib 0.14.0 git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@23996 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- contrib/DS_Starter/76_SolarForecast.pm | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/contrib/DS_Starter/76_SolarForecast.pm b/contrib/DS_Starter/76_SolarForecast.pm index 3b040af45..a4572f7b5 100644 --- a/contrib/DS_Starter/76_SolarForecast.pm +++ b/contrib/DS_Starter/76_SolarForecast.pm @@ -2990,7 +2990,7 @@ sub listDataPool { my $pvfc = $h->{$day}{$key}{pvfc} // 0; my $cons = $h->{$day}{$key}{gcons} // 0; $ret .= "\n " if($ret); - $ret .= $key." => pvreal: $pvrl, pvforecast: $pvfc, consumption: $cons"; + $ret .= $key." => pvreal: $pvrl, pvforecast: $pvfc, gridcon: $cons"; } return $ret; }; @@ -3489,8 +3489,10 @@ werden weitere SolarForecast Devices zugeordnet.