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.