diff --git a/fhem/contrib/DS_Starter/55_DWD_OpenData.pm b/fhem/contrib/DS_Starter/55_DWD_OpenData.pm index 49d565e31..d4dbfd15e 100644 --- a/fhem/contrib/DS_Starter/55_DWD_OpenData.pm +++ b/fhem/contrib/DS_Starter/55_DWD_OpenData.pm @@ -1666,7 +1666,7 @@ sub GetForecastStart { my $param = { url => $url, method => "GET", - timeout => 10, + timeout => ::AttrVal($name, 'downloadTimeout', 60), hash => $hash, station => $station, dataPrecision => $dataPrecision