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.