From 8ab3a877ef2bfd198d957c66b43b81cec9671fd5 Mon Sep 17 00:00:00 2001 From: DS_Starter Date: Mon, 26 Aug 2024 18:51:16 +0000 Subject: [PATCH] 76_SolarForecast: contrib 1.32.0 git-svn-id: https://svn.fhem.de/fhem/trunk@29111 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 bf507a9da..8f21276cb 100644 --- a/fhem/contrib/DS_Starter/76_SolarForecast.pm +++ b/fhem/contrib/DS_Starter/76_SolarForecast.pm @@ -10612,7 +10612,7 @@ sub _estConsumptionForecast { $pre = 'DEBUG> - WARNING -'; } - Log3 ($name, $vl, "$name $pre The stored Energy consumption of hour >$nhhr< is negative. This appears to be an error and this hour is taken into account in the consumption forecast with the value '0'.."); + Log3 ($name, $vl, "$name $pre The stored Energy consumption of day/hour $m/$nhhr is negative. This appears to be an error and this hour is taken into account in the consumption forecast with the value '0'."); } for my $c (sort{$a<=>$b} keys %{$acref}) { # historischen Verbrauch aller registrierten Verbraucher aufaddieren