diff --git a/fhem/contrib/DS_Starter/76_SolarForecast.pm b/fhem/contrib/DS_Starter/76_SolarForecast.pm index 2455bea6f..293020b9f 100644 --- a/fhem/contrib/DS_Starter/76_SolarForecast.pm +++ b/fhem/contrib/DS_Starter/76_SolarForecast.pm @@ -4702,7 +4702,7 @@ sub ___switchConsumerOn { if ($debug) { # nur für Debugging my $cons = CurrentVal ($hash, 'consumption', 0); my $nompow = ConsumerVal ($hash, $c, 'power', '-'); - my $sp = CurrentVal ($hash, 'consumption', 0); + my $sp = CurrentVal ($hash, 'surplus', 0); Log (1, qq{DEBUG> $name consumer "$c" - general switching parameters: }. qq{auto mode: $auto, current Consumption: $cons W, nompower: $nompow, surplus: $sp W, }. qq{planning state: $pstate, start timestamp: }.($startts ? $startts : "undef").", ".