Skip to content

Releases: FL550/dwd_weather

Corrects wind_gusts key

05 Nov 12:58
Compare
Choose a tag to compare
v2.0.13

Corrects wind_gusts key

Fix for suntimes

03 Nov 08:00
Compare
Choose a tag to compare

Correct order of lat/lon for suntimes

Bugfix

01 Nov 10:54
Compare
Choose a tag to compare
v2.0.11

Version bump

Bugfixing

31 Oct 08:27
Compare
Choose a tag to compare
  • Fixes missing weather reports for Baden-Würtemberg
  • Adjusts clear-night icon times relative to station location
  • Fixes a translation error
  • Fixes an error in the logs
  • Fixes an errror with an mixed locale hence 'invalid' locale

Exact station naming and clear-night condition

18 Oct 08:13
Compare
Choose a tag to compare
  • Use the exact given station name as friendly name for weather entity
  • Changes sunny at night to clear-night

Interpolation, custom location, hourly forecast and error fixing

17 Oct 11:03
Compare
Choose a tag to compare
  • Adds interpolate for sensor values
  • Adds option to select custom location during config
  • Removes temp min from hourly forecast for better display in weather cards
  • Fixes errors

Error fixing

16 Oct 12:34
Compare
Choose a tag to compare

Fixes errors with missing data keys and allows duplicate weather stations

Fixes large memory and stations catalogue update

09 Oct 10:17
Compare
Choose a tag to compare
  • Fixes large memory usage during hourly update
  • Stations catalogue update

Special thanks to @nikipore

Adds precipitation values to hourly update and fixes station list

06 Oct 14:23
Compare
Choose a tag to compare

Big refactoring

25 Sep 08:57
Compare
Choose a tag to compare

Hi all,

I reworked most of the code to make the usage more straightforward. This also prepares the code base for a nice new feature, which will be released soon.

!!!Breaking Change

Unfortunately I had to change the way how IDs are generated, which causes the weather entity to be invalidated. You have to change existing configurations to the new entity. All sensors should remain working, as I was able to migrate them successfully.

Also the forecast format had to be changed due to a change in HA. This might break some of your configuration. See here #77

Changes in this release:

  • For some stations actual measured values are now available, instead of forecasts only
  • New configuration dialog, which makes it extremly easy to pick a station
  • Option to update the weather forecast every hour
  • Weather station and sensor values are now grouped in the frontend for easier configuration
  • New forecast format according to changes in HA
  • Fewer data fetches which results in lower data usage

Help wanted

I would be very happy, if you could provide me with a translation for your language if you would like to participate!

Best regards!