76_SolarForecast.pm: contrib 0.68.4

git-svn-id: https://svn.fhem.de/fhem/trunk@26461 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
DS_Starter
2022-10-01 20:12:35 +00:00
parent d1f1fdfdf8
commit e4f3a36f03

View File

@@ -4706,8 +4706,9 @@ sub ___switchConsumerOn {
Log3 ($name, 1, "$name - $err") if($err);
if ($debug) { # nur für Debugging
my $cons = CurrentVal ($hash, 'consumption', 0);
Log (1, qq{DEBUG> $name consumer "$c" - general switching parameters: }.
qq{auto mode: $auto, }.
qq{auto mode: $auto, current Consumption: $cons W, }.
qq{planning state: $pstate, start timestamp: }.($startts ? $startts : "undef").", ".
qq{timestamp: $t}
);