You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Tests:**
10
+
[Libraries.io dependency status for latest release](https://img.shields.io/librariesio/release/npm/iobroker.open-meteo-weather?label=npm%20dependencies&style=flat-square)
11
11
12
12
**The Open-Meteo Weather Service Adapter for ioBroker.**
13
13
@@ -77,6 +77,14 @@ The adapter provides dynamic icon paths that can be used directly in visualizati
77
77
After a new adapter update, it is recommended to delete the entire directory tree and let it be recreated.
78
78
79
79
## Change Log
80
+
### **WORK IN PROGRESS**
81
+
* (H5N1v2) fix: update snow depth unit from cm to m in metric unit map
82
+
* (H5N1v2) add: precipitation in hourly & precipitation_sum (snow,rain,showers) in daily.
83
+
* (H5N1v2) Implemented state caching to reduce redundant database I/O operations.
84
+
* (H5N1v2) Optimized socket management with explicit connection handling and timeouts.
85
+
* (H5N1v2) Refactored update logic for better resource management
86
+
87
+
80
88
### 2.2.3 (2026-02-03)
81
89
* (wg25 iob-forum) Fix: In the hourly forecast, all hours were incorrectly inheriting the date from the last "day".*
82
90
* (wg25 iob-forum) Fix: Corrected name_day for day0. Previously, it was hardcoded as "Today" (a legacy remnant). It now correctly displays the actual day of the week.
0 commit comments