diff --git a/fhem/contrib/DS_Starter/76_SolarForecast.pm b/fhem/contrib/DS_Starter/76_SolarForecast.pm index e93b5f24a..3264324b0 100644 --- a/fhem/contrib/DS_Starter/76_SolarForecast.pm +++ b/fhem/contrib/DS_Starter/76_SolarForecast.pm @@ -1445,9 +1445,10 @@ sub forecastGraphic { my $pv0 = ReadingsNum ($name, "ThisHour_PVforecast", undef); my $ma = ReadingsNum ($name, "moduleArea", 0); # Solar Modulfläche (qm) - my $moddir = ReadingsVal ($name, "moduleDirection", ""); # aktuelles Inverter Device + my $moddir = ReadingsVal ($name, "moduleDirection", ""); # aktuelles Inverter Device + my $ta = ReadingsNum ($name, "moduleTiltAngle", undef); # Neigungswinkel Solarmodule - if(!$fcdev || !$ma || !defined $pv0 || !$moddir) { + if(!$fcdev || !$ma || !defined $pv0 || !$moddir || !defined $ta) { $height = AttrNum($name, 'beamHeight', 200); $ret .= "