From 3ecf317bb1abf3500095587c061ebcd930af5e50 Mon Sep 17 00:00:00 2001 From: nasseeder1 Date: Tue, 15 Nov 2022 20:57:00 +0000 Subject: [PATCH] 76_SolarForecast.pm: contrib 0.74.2 git-svn-id: https://svn.fhem.de/fhem/trunk@26710 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 b9be5256c..a209c95d3 100644 --- a/fhem/contrib/DS_Starter/76_SolarForecast.pm +++ b/fhem/contrib/DS_Starter/76_SolarForecast.pm @@ -4923,7 +4923,7 @@ sub __planSwitchTimes { } } else { # Verbraucher _muß_ geplant werden - if($debug) { + if($debug =~ /consumerPlanning/x) { Log3 ($name, 1, qq{$name DEBUG> consumer "$c" - mode: $mode, mintime: $mintime, relevant method: max}); for my $o (sort{$a<=>$b} keys %max) {