Skip to content

Releases: andrejs2/arso-vremenska-integracija

Release Notes - Version 1.2.4

07 Oct 08:39
5b5acd4
Compare
Choose a tag to compare

Fix for wrong aiohttp version - deleted aiohttp required version to none - required to update on every HA update.
Fix for RSS measurements not found if location has no RSS feed (dew temp and visibility).

v1.2.3

23 Sep 19:29
4fcdb7f
Compare
Choose a tag to compare

Fix for error:
Poteka konfiguracije ni mogoče naložiti: 500 Internal Server Error Server got itself in trouble.

Update aiohttp to version 3.10.5

Release Notes - Version 1.2.2

23 Sep 19:22
c668b5c
Compare
Choose a tag to compare

Fix for error Poteka konfiguracije ni mogoče naložiti: 500 Internal Server Error Server got itself in trouble.
Update aiohttp to version 3.10.5

Release Notes - Version 1.2.1

22 Sep 18:14
b17c100
Compare
Choose a tag to compare

Release Notes - Version 1.2.1

New Features:

Support for Dew Point and Visibility:

Added support for displaying dew point and visibility in the current weather state.
Dew point is now fetched from RSS ARSO API if available and added to the state attributes.
In case the API does not provide the dew point, it is retrieved from the ARSO RSS feed for specific locations.

Bug Fixes:

Fixed an issue where dew point was not displayed in the current weather attributes.
Addressed occasional errors when parsing RSS feed data for dew point and visibility values.

Improvements:

Improved logging and error handling when fetching weather data from ARSO API and RSS feeds.
Enhanced condition mapping to provide more precise weather descriptions for Slovenian weather terms.

Release Notes - Version 1.2.0

21 Sep 07:20
8e96c54
Compare
Choose a tag to compare

Release Notes - Version 1.2.0

New Features:

Support for Dew Point and Visibility:

Added support for displaying dew point and visibility in the current weather state.
Dew point is now fetched from RSS ARSO API if available and added to the state attributes.
In case the API does not provide the dew point, it is retrieved from the ARSO RSS feed for specific locations.

Bug Fixes:

Fixed an issue where dew point was not displayed in the current weather attributes.
Addressed occasional errors when parsing RSS feed data for dew point and visibility values.

Improvements:

Improved logging and error handling when fetching weather data from ARSO API and RSS feeds.
Enhanced condition mapping to provide more precise weather descriptions for Slovenian weather terms.

v1.1.0: Merge pull request #3 from andrejs2/detailed_condition

12 Sep 12:38
e713aa1
Compare
Choose a tag to compare

ARSO Weather Integration - Release v1.1.0
Novosti

Podpora za unikatne ID-je:
    Vsaka entiteta zdaj prejme unique_id, kar omogoča njeno urejanje v Home Assistantu prek uporabniškega vmesnika.
    unique_id je sestavljen iz entry_id in lokacije (npr. Bovec, Ljubljana), kar zagotavlja, da so vse entitete ločene in enolične.

Izboljšave prikaza trenutnega vremena:
    Popravili smo občutljivost na velike/male črke v vremenskih pogojih, kar odpravlja težavo, ko so bili nekateri pogoji prikazani kot "unknown".
    Preverjanje vremenskih pogojev zdaj uporablja kaskadno logiko, kjer se preverjajo podatki iz clouds_icon_wwsyn_icon, wwsyn_shortText, in clouds_shortText.

Izboljšave pri napovedih

Kaskadno preverjanje vremenskih pogojev za urne in dnevne napovedi:
    Napovedi zdaj pravilno uporabljajo kaskadno logiko za izbiro vremenskih pogojev, kar izboljšuje natančnost prikazovanja vremenskih razmer v napovedih.
    Vremenski pogoji se pravilno prevajajo z uporabo CLOUD_CONDITION_MAP.

Popravki napak

Odpravili smo težavo, kjer so bili nekateri vremenski pogoji, kot so "overcast_heavyRA_day", prikazani kot "unknown", ker niso bili pravilno mapirani.

Release 0.0.2

11 Sep 19:42
Compare
Choose a tag to compare

Prepare for HACS