diff --git a/fhem/contrib/DS_Starter/76_SolarForecast.pm b/fhem/contrib/DS_Starter/76_SolarForecast.pm index 92257ba2c..2b20f7f96 100644 --- a/fhem/contrib/DS_Starter/76_SolarForecast.pm +++ b/fhem/contrib/DS_Starter/76_SolarForecast.pm @@ -7676,10 +7676,10 @@ END0 $consumer_start = 350 - ($consDist * (($consumercount -1) / 2)); } else { - $consumer_start = 350 - ((($consDist ) / 2) * ($consumercount-1)); + $consumer_start = 350 - (($consDist / 2) * ($consumercount-1)); } - $consumer_start = 0 if $consumer_start < 0; + #$consumer_start = 0 if $consumer_start < 0; $pos_left = $consumer_start + 15; for my $c0 (@consumers) {