Skip to content

Releases: jeroenterheerdt/HAsmartirrigation

v2024.6.1

05 Jun 00:52
Compare
Choose a tag to compare
v2024.6.1 Pre-release
Pre-release

switching this to a beta release because of bugs found. please stay on v2024.4.3 if you prefer
This is our first production release in a while (last one was v2024.4.3). Thanks to everyone who has helped fix bugs by testing out the beta releases!

Bug fixes

  • Make sure lead time is not applied when duration is 0 (#350)
  • Moved away from OWM 2.5 API to 3.0 because of sunsetting of 2.5 API
  • Debug statements to help fix #363
  • Removing max and min temp from default sensor group (#371)
  • Fix bug in NL translation (#377)
  • Fix entity_registry access warnings (#376)
  • Fix blocking calls log warnings (#357)
  • Fix hassfest warnings
  • Fixed attribute localization that was unnecessary (#384)
  • Fixing broken calculation since v2024.5.2 (#386)
  • Fixing issues causing no more than 2 zones to be created (#379)
  • Changing handling of OWM API timeout (#382)
  • Fixing issue caused by fix of blocking calls in v2024.5.2 (#388 and #386)

Changes

Plans

  • Some areas have varying weather patterns and our current approach of sampling data points is not good enough. I am planning to move to subscription for the sensors, while keeping the sampling option for OWM. That should remove the issues that weather changes are missed due to sampling resolution. This will likely take a while to do, but it looks worth it.
  • If the above works fine we can maybe also provide up-to-date irrigation time any time of the day instead of just calculating once a day. This idea is not fleshed out yet, so will take even longer.

Contributors

@tefracky
@Senbei123
@valerix85

v2024.6.0

04 Jun 03:21
Compare
Choose a tag to compare
v2024.6.0 Pre-release
Pre-release

Fixing #386 and fixing bugs related to #363

v2024.5.3

29 May 18:29
Compare
Choose a tag to compare
v2024.5.3 Pre-release
Pre-release

Fixing #384 caused by attributes localization that is unnecessary.

v2024.5.2

24 May 18:23
Compare
Choose a tag to compare
v2024.5.2 Pre-release
Pre-release

Adding one more debug log line to help #363 along (6ac617f)
Removing max and min temp from default sensor group (fix #371) (5fea212)
Fix bug in NL translation (fix #377) (7985729)
Fix entity_registry access warning (fix 376) (9cd8957)
Fix blocking calls log warnings (fix #357) and fixing hassfest warnings (b442691)

Full Changelog: v2024.5.1...v2024.5.2

v2024.5.1

17 May 23:44
Compare
Choose a tag to compare
v2024.5.1 Pre-release
Pre-release

Adding debug statements for #363.

Full Changelog: v2024.5.0...v2024.5.1

v2024.5.0

10 May 22:55
Compare
Choose a tag to compare
v2024.5.0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v2024.4.3...v2024.5.0

v2024.4.5

26 Apr 19:01
Compare
Choose a tag to compare
v2024.4.5 Pre-release
Pre-release

Changes

What's Changed

  • Moved away from OWM 2.5 API to 3.0 because of sunsetting of 2.5 API
  • Added SOLRAD_behavior EstimateFromMean by @tefracky in #345

New Contributors

Full Changelog: v2024.4.3...v2024.4.5

v2024.4.4

24 Apr 02:23
Compare
Choose a tag to compare
v2024.4.4 Pre-release
Pre-release

Changes

Make sure lead time is not applied when duration is 0 (#350)

Full Changelog: v2024.4.3...v2024.4.4

v2024.4.3

02 Apr 16:58
Compare
Choose a tag to compare

Changes

Fixed conversion issues reported in #338

Full Changelog: v2024.3.1...v2024.4.3

v2024.4.2

02 Apr 00:52
Compare
Choose a tag to compare
v2024.4.2 Pre-release
Pre-release

Changes

Fix install bugs introduced in v2024.4.1

Full Changelog: v2024.3.1...v2024.4.2