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
Copy file name to clipboardExpand all lines: README.md
+18-2Lines changed: 18 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ After installation, configure the following fields in the instance settings:
44
44
2.**Coordinates (Latitude & Longitude):** Determine your location (you can find these on openstreetmap.org).
45
45
3.**Update Interval:** Time interval in minutes (Default: 30 min).
46
46
4.**Forecast Days:** Number of days for the daily overview (0–16 days).
47
-
5.**Hourly Forecast:**Toggle and set the number of hours per day (e.g., the next 24 hours).
47
+
5.**Hourly Forecast:**Enable or disable this option and set the number of hours (e.g., the next 24 hours). For example, hour0 is the current hour, hour1 is the next hour, and so on.
48
48
6.**Optional Data:** Checkboxes for pollen and air quality data.
49
49
7.**Units:** Choose between Metric and Imperial.
50
50
@@ -57,6 +57,7 @@ The adapter provides dynamic icon paths that can be used directly in visualizati
57
57
***Weather Icons:** Found under `weather.current.icon_url`. The adapter automatically distinguishes between day and night (e.g., Sun vs. Moon).
58
58
***Wind Direction:** Static paths under `wind_direction_icon` display a compass arrow corresponding to the degree value.
59
59
***Wind Gust Warning:** A warning icon is displayed under `wind_gust_icon` for wind speeds above approx. 39 km/h (Bft 6), featuring levels 0–4.
60
+
***Moon Phases Icons:** Moon icons can be found under `moon_phase_icon` they display the moon phases.
60
61
61
62
---
62
63
@@ -66,11 +67,26 @@ The adapter provides dynamic icon paths that can be used directly in visualizati
66
67
|:---|:---|
67
68
|`weather.current`| Current measurements (Temp, Dew point, Wind, etc.) |
68
69
|`weather.forecast.dayX`| Daily forecast for Day X |
69
-
|`weather.forecast.hourly.dayX.hourY`|Hourly details per day|
70
+
|`weather.forecast.hourly.hourX`|Stündliche Details pro volle Stunde|
70
71
|`air.current`| Air quality and pollen levels as text and value |
71
72
72
73
---
74
+
75
+
## Update note
76
+
77
+
After a new adapter update, it is recommended to delete the entire directory tree and let it be recreated.
78
+
73
79
## Change Log
80
+
### **WORK IN PROGRESS**
81
+
* (H5N1v2) fix: update js-controller and admin dependencies to latest versions
82
+
* (H5N1v2) fix: add missing responsive breakpoints in jsonConfig
83
+
* (H5N1v2) fix: Chinese translations files & correct import path for Chinese translations
84
+
* (H5N1v2) fix: add missing translation for precipitation probability to the translations
85
+
* (H5N1v2) fix: Adjusted the creation of hourly state icons to account for day/night conditions.
86
+
* (H5N1v2) add: Added debug logs to track the execution flow and data processing for better traceability.
87
+
* (H5N1v2) Enhance performance and readability by caching translations, unit maps, and imperial settings.
88
+
* (H5N1v2) Refactor icon retrieval methods for wind direction and moon phases, optimize cleanup logic for deleted locations, improve state creation and updating with consistent translation handling.
89
+
74
90
### 2.2.1 (2026-01-26)
75
91
* (H5N1v2) fix: Correct quotation marks for relative humidity translation in French
0 commit comments