From 03b8878aaf7c0e17232669086c44fba0513929ad Mon Sep 17 00:00:00 2001
From: nasseeder1 <nasseeder1@users.noreply.github.com>
Date: Wed, 30 Oct 2024 11:52:24 +0000
Subject: [PATCH] 76_SolarForecast: V 1.37.4 internal code change

git-svn-id: https://svn.fhem.de/fhem/trunk@29317 2b470e98-0d58-463d-a4d8-8e2adae1ed80
---
 fhem/FHEM/76_SolarForecast.pm               | 1 +
 fhem/contrib/DS_Starter/76_SolarForecast.pm | 1 +
 2 files changed, 2 insertions(+)

diff --git a/fhem/FHEM/76_SolarForecast.pm b/fhem/FHEM/76_SolarForecast.pm
index 4fc637094..f0afe7825 100644
--- a/fhem/FHEM/76_SolarForecast.pm
+++ b/fhem/FHEM/76_SolarForecast.pm
@@ -14240,6 +14240,7 @@ sub _flowGraphic {
   my $pdist      = 130;                                                        # Abstand Producer zueinander
   my $hasbat     = 1;                                                          # initial Batterie vorhanden
   my $stna       = $name;
+  $stna         .= int (rand (1500));
   
   my ($lcp, $y_pos, $y_pos1);
   
diff --git a/fhem/contrib/DS_Starter/76_SolarForecast.pm b/fhem/contrib/DS_Starter/76_SolarForecast.pm
index 4fc637094..f0afe7825 100644
--- a/fhem/contrib/DS_Starter/76_SolarForecast.pm
+++ b/fhem/contrib/DS_Starter/76_SolarForecast.pm
@@ -14240,6 +14240,7 @@ sub _flowGraphic {
   my $pdist      = 130;                                                        # Abstand Producer zueinander
   my $hasbat     = 1;                                                          # initial Batterie vorhanden
   my $stna       = $name;
+  $stna         .= int (rand (1500));
   
   my ($lcp, $y_pos, $y_pos1);