From f2ae095510fb444d18ac8a7d0dd9f927861abeed Mon Sep 17 00:00:00 2001 From: DS_Starter Date: Mon, 19 May 2025 20:48:56 +0000 Subject: [PATCH] 76_SolarForecast: contrib Version 1.52.4 git-svn-id: https://svn.fhem.de/fhem/trunk@29979 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/contrib/DS_Starter/76_SolarForecast.pm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/fhem/contrib/DS_Starter/76_SolarForecast.pm b/fhem/contrib/DS_Starter/76_SolarForecast.pm index 17811a958..90b62b0bb 100644 --- a/fhem/contrib/DS_Starter/76_SolarForecast.pm +++ b/fhem/contrib/DS_Starter/76_SolarForecast.pm @@ -14066,9 +14066,6 @@ sub __calcFcQuality { return if(!$pvfc || !$pvrl); - #$pvrl = sprintf "%.0f", $pvrl; - #$pvfc = sprintf "%.0f", $pvfc; - my $diff = $pvfc - $pvrl; my $hdv = 1 - abs ($diff / $pvrl); # Abweichung der Stunde, 1 = bestmöglicher Wert @@ -17359,7 +17356,7 @@ END0 $paref->{y_coord} = 0; $ret .= __addInputProducerIcon ($paref); # Solarzellen/Input-Zeile und Producer Icons row einfügen - $paref->{x_coord} = 360; + $paref->{x_coord} = 365; $paref->{y_coord} = 165; $ret .= __addNodeIcon ($paref); # Knoten Icon }