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);