diff --git a/CHANGELOG.md b/CHANGELOG.md
index 37fc5a9..925089c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,24 @@
-### docs: new versions (HEAD -> patch-version)
+### fix: bugfix function WeatherAsHtmlD not working (HEAD -> patch-WeatherAsHtmlD)
+>Sun, 8 Jan 2023 21:54:31 +0100
+
+>Author: Marko Oldenburg (fhemdevelopment@cooltux.net)
+
+>Commiter: Marko Oldenburg (fhemdevelopment@cooltux.net)
+
+
+
+
+### docs: new changelog entry
+>Sun, 8 Jan 2023 17:11:31 +0100
+
+>Author: Marko Oldenburg (fhemdevelopment@cooltux.net)
+
+>Commiter: Marko Oldenburg (fhemdevelopment@cooltux.net)
+
+
+
+
+### docs: new versions
 >Sun, 8 Jan 2023 17:11:03 +0100
 
 >Author: Marko Oldenburg (fhemdevelopment@cooltux.net)
diff --git a/FHEM/59_Weather.pm b/FHEM/59_Weather.pm
index 97a276c..440d2cb 100755
--- a/FHEM/59_Weather.pm
+++ b/FHEM/59_Weather.pm
@@ -1078,15 +1078,16 @@ sub WeatherAsHtmlD {
     my $op2 = shift;
 
     my ( $f, $items ) = Weather_CheckOptions( $d, $op1, $op2 );
+    my $ret;
 
     if ($FW_ss) {
-        WeatherAsHtmlV( $d, $f, $items );
+        $ret = WeatherAsHtmlV( $d, $f, $items );
     }
     else {
-        WeatherAsHtmlH( $d, $f, $items );
+        $ret = WeatherAsHtmlH( $d, $f, $items );
     }
 
-    return;
+    return $ret;
 }
 
 sub Weather_CheckOptions {
@@ -1606,7 +1607,7 @@ sub Weather_CheckOptions {
   ],
   "release_status": "stable",
   "license": "GPL_2",
-  "version": "v2.2.20",
+  "version": "v2.2.21",
   "author": [
     "Marko Oldenburg <fhemdevelopment@cooltux.net>"
   ],
diff --git a/controls_Weather.txt b/controls_Weather.txt
index 745d582..71554b6 100644
--- a/controls_Weather.txt
+++ b/controls_Weather.txt
@@ -1,4 +1,4 @@
-UPD 2023-01-07_19:00:05 57768 FHEM/59_Weather.pm
-UPD 2023-01-08_17:09:40 50104 lib/FHEM/APIs/Weather/DarkSkyAPI.pm
-UPD 2023-01-08_17:09:32 33411 lib/FHEM/APIs/Weather/OpenWeatherMapAPI.pm
+UPD 2023-01-08_21:52:20 57800 FHEM/59_Weather.pm
+UPD 2023-01-08_17:15:24 50104 lib/FHEM/APIs/Weather/DarkSkyAPI.pm
+UPD 2023-01-08_17:15:24 33411 lib/FHEM/APIs/Weather/OpenWeatherMapAPI.pm
 UPD 2023-01-07_19:00:05 36090 lib/FHEM/APIs/Weather/wundergroundAPI.pm