diff --git a/fhem/contrib/DS_Starter/76_SolarForecast.pm b/fhem/contrib/DS_Starter/76_SolarForecast.pm index 8bcd8aba5..87bedbf65 100644 --- a/fhem/contrib/DS_Starter/76_SolarForecast.pm +++ b/fhem/contrib/DS_Starter/76_SolarForecast.pm @@ -10493,8 +10493,7 @@ sub isInLocktime { $iilt = 1; $rlt = $clt - ($t - $lot); # remain lock time } - - Log3 ($name, 1, "$name - consumer: $c, time: $t, lastAutoOffTs: $lot, RLT: $rlt"); + return ($iilt,$rlt); }