From 2d36cae7f444934106a3c28de78dd3315f0196c9 Mon Sep 17 00:00:00 2001 From: nasseeder1 Date: Sat, 15 Jun 2024 19:59:50 +0000 Subject: [PATCH] 76_SolarForecast: new consumer key exconfc git-svn-id: https://svn.fhem.de/fhem/trunk@28974 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/76_SolarForecast.pm | 2 +- fhem/contrib/DS_Starter/76_SolarForecast.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fhem/FHEM/76_SolarForecast.pm b/fhem/FHEM/76_SolarForecast.pm index 0348682d3..83400131f 100644 --- a/fhem/FHEM/76_SolarForecast.pm +++ b/fhem/FHEM/76_SolarForecast.pm @@ -10506,7 +10506,7 @@ sub _estConsumptionForecast { my $csme = HistoryVal ($hash, $m, $nhhr, "csme${c}", 0); if ($exconfc) { - debugLog ($paref, 'consumption', "Consumer '$c' values excluded from forecast calculation by 'exconfc' - day: $m, hour: $nhhr, csme: $csme"); + debugLog ($paref, 'consumption', "Consumer '$c' values excluded from forecast calc by 'exconfc' - day: $m, hour: $nhhr, csme: $csme"); $hcon -= $csme; next; } diff --git a/fhem/contrib/DS_Starter/76_SolarForecast.pm b/fhem/contrib/DS_Starter/76_SolarForecast.pm index 0348682d3..83400131f 100644 --- a/fhem/contrib/DS_Starter/76_SolarForecast.pm +++ b/fhem/contrib/DS_Starter/76_SolarForecast.pm @@ -10506,7 +10506,7 @@ sub _estConsumptionForecast { my $csme = HistoryVal ($hash, $m, $nhhr, "csme${c}", 0); if ($exconfc) { - debugLog ($paref, 'consumption', "Consumer '$c' values excluded from forecast calculation by 'exconfc' - day: $m, hour: $nhhr, csme: $csme"); + debugLog ($paref, 'consumption', "Consumer '$c' values excluded from forecast calc by 'exconfc' - day: $m, hour: $nhhr, csme: $csme"); $hcon -= $csme; next; }