Releases: jeroenterheerdt/HAsmartirrigation
v2024.6.1
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
- Added SOLRAD_behavior EstimateFromMean by @tefracky in #345
- Updated readme by @Senbei123 in #354
- Updated Italian translation by @valerix85 in #360
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
v2024.6.0
v2024.5.3
v2024.5.2
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
Adding debug statements for #363.
Full Changelog: v2024.5.0...v2024.5.1
v2024.5.0
What's Changed
- Added SOLRAD_behavior EstimateFromMean by @tefracky in #345
- Update README.md by @Senbei123 in #354
- Update it.json by @valerix85 in #360
New Contributors
- @tefracky made their first contribution in #345
- @Senbei123 made their first contribution in #354
Full Changelog: v2024.4.3...v2024.5.0
v2024.4.5
v2024.4.4
Changes
Make sure lead time is not applied when duration is 0 (#350)
Full Changelog: v2024.4.3...v2024.4.4