From 557d1ca36319889877a3c04233928b0b661ae292 Mon Sep 17 00:00:00 2001 From: nasseeder1 Date: Mon, 24 Feb 2025 14:02:21 +0000 Subject: [PATCH] 76_SolarForecast: contrib 1.46.4 git-svn-id: https://svn.fhem.de/fhem/trunk@29693 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/contrib/DS_Starter/76_SolarForecast.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/contrib/DS_Starter/76_SolarForecast.pm b/fhem/contrib/DS_Starter/76_SolarForecast.pm index 094aaa52f..2c58ee2f2 100644 --- a/fhem/contrib/DS_Starter/76_SolarForecast.pm +++ b/fhem/contrib/DS_Starter/76_SolarForecast.pm @@ -15763,7 +15763,7 @@ sub _flowGraphic { ###################################################### my $pnodesum = __normDecPlaces ($ppall + $pv2node); # Erzeugung Summe im Knoten $node2bat -= $pv2bat; # Knoten-Bat -> abzüglich Direktladung (pv2bat) - $pnodesum -= $node2bat; # V 1.46.4 - Batterie ist voll und SolarLader liefert an Knoten + $pnodesum -= $node2bat if($node2bat < 0); # V 1.46.4 - Batterie ist voll und SolarLader liefert an Knoten #my $node2home = __normDecPlaces ($cself + $ppall); # Energiefluß vom Knoten zum Haus: Selbstverbrauch + alle Producer (Batterie-In/Solar-Ladegeräte sind nicht in SelfConsumtion enthalten) my $node2home = __normDecPlaces ($pnodesum - $node2grid); # V 1.46.4 - Energiefluß vom Knoten zum Haus