From d69c1173be279a2012a685a9bccdc3d19c74ded9 Mon Sep 17 00:00:00 2001 From: DS_Starter Date: Thu, 11 Sep 2025 19:07:43 +0000 Subject: [PATCH] 76_SolarForecast: contrib V1.58.2 git-svn-id: https://svn.fhem.de/fhem/trunk@30273 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/contrib/DS_Starter/76_SolarForecast.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fhem/contrib/DS_Starter/76_SolarForecast.pm b/fhem/contrib/DS_Starter/76_SolarForecast.pm index 09616ae83..07e252f0f 100644 --- a/fhem/contrib/DS_Starter/76_SolarForecast.pm +++ b/fhem/contrib/DS_Starter/76_SolarForecast.pm @@ -160,7 +160,7 @@ BEGIN { # Versions History intern my %vNotesIntern = ( - "1.58.2" => "10.09.2025 __batChargeOptTargetPower: Code change ", + "1.58.2" => "11.09.2025 __batChargeOptTargetPower: a lot of Code improvements, Attr flowGraphicControl->shiftx: unrestrict possible values ", "1.58.1" => "08.09.2025 edit comref, ctrlBatSocManagementXX->safetyMargin: Separate specification of surcharges for calculation of load ". "clearance and performance optimization ", "1.58.0" => "06.09.2025 _batChargeMgmt: Code change and new loading feature with Reading Battery_ChargeOptTargetPower_XX ". @@ -6633,7 +6633,7 @@ sub _attrflowGraphicControl { ## no critic "not used" h2consumerdist => { comp => '\d{1,3}', act => 0 }, homenodedyncol => { comp => '(0|1)', act => 0 }, inverterNodeIcon => { comp => '', act => 0 }, - shiftx => { comp => '-?[0-7]\d{0,1}|-?80', act => 0 }, + shiftx => { comp => '-?\d+', act => 0 }, shifty => { comp => '\d+', act => 0 }, size => { comp => '\d+', act => 0 }, showconsumer => { comp => '(0|1)', act => 0 }, @@ -27058,7 +27058,7 @@ to ensure that the system configuration is correct. Syntax: <Icon>[@<Farbe>] shiftx Horizontal shift of the energy flow graph. - Value: -80 ... 80, default: 0 + Value: positive or negative Integers, default: 0 shifty Vertical shift of the energy flow chart. Value: Integer, default: 0 @@ -29736,7 +29736,7 @@ die ordnungsgemäße Anlagenkonfiguration geprüft werden. Syntax: <Icon>[@<Farbe>] shiftx Horizontale Verschiebung der Energieflußgrafik. - Wert: -80 ... 80, default: 0 + Wert: positive oder negative Ganzzahl, default: 0 shifty Vertikale Verschiebung der Energieflußgrafik. Wert: Ganzzahl, default: 0