Skip to content

Commit 61884f4

Browse files
committed
fix: update README
1 parent cabaecc commit 61884f4

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
[![Downloads](https://img.shields.io/npm/dm/iobroker.open-meteo-weather.svg)](https://www.npmjs.com/package/iobroker.open-meteo-weather)
66
![Number of Installations](https://iobroker.live/badges/open-meteo-weather-installed.svg)
77

8-
[![NPM](https://nodei.co/npm/iobroker.open-meteo-weather.svg)](https://www.npmjs.com/package/iobroker.open-meteo-weather)
8+
[![NPM](https://nodei.co/npm/iobroker.open-meteo-weather.svg?data=d)](https://www.npmjs.com/package/iobroker.open-meteo-weather)
99

10-
**Tests:** ![Test and Release](https://github.com/H5N1v2/iobroker.open-meteo-weather/workflows/Test%20and%20Release/badge.svg)
10+
![Test and Release](https://github.com/H5N1v2/iobroker.open-meteo-weather/workflows/Test%20and%20Release/badge.svg) [Libraries.io dependency status for latest release](https://img.shields.io/librariesio/release/npm/iobroker.open-meteo-weather?label=npm%20dependencies&style=flat-square) ![node-lts](https://img.shields.io/node/v-lts/iobroker.open-meteo-weather?style=flat-square)
1111

1212
**The Open-Meteo Weather Service Adapter for ioBroker.**
1313

@@ -77,6 +77,14 @@ The adapter provides dynamic icon paths that can be used directly in visualizati
7777
After a new adapter update, it is recommended to delete the entire directory tree and let it be recreated.
7878

7979
## 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+
8088
### 2.2.3 (2026-02-03)
8189
* (wg25 iob-forum) Fix: In the hourly forecast, all hours were incorrectly inheriting the date from the last "day".*
8290
* (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

Comments
 (0)