Releases: jeroenterheerdt/HAsmartirrigation
Releases · jeroenterheerdt/HAsmartirrigation
v2024.10.3
#Bug fixes
- Fix units for total preciptitation and evapotranspiration as reported in https://community.home-assistant.io/t/smart-irrigation-save-water-by-precisely-watering-your-lawn-garden/197377/702
v2024.10.2
🎉 this is the 200th release!
Thank you all for installing and giving feedback!
Bug fixes
- fixing
register_static_path is deprecated because it does blocking I/O in the event loop
warning (#429)
v2024.10.1
What's changed
- setting default aggregation for current precipitation to 'Last'.
- Also, fixing bug on upgrade caused by conversion issues (#484)
v2024.10.0
What's Changed
- Updated Slovakian translation by @misa1515 in #497
- Bump micromatch from 4.0.5 to 4.0.8 in /custom_components/smart_irrigation/frontend by @dependabot in #490
- Bump rollup from 2.79.1 to 3.29.5 in /custom_components/smart_irrigation/frontend by @dependabot in #495
- Fixing bug in version of windspeed from km/h to m/s by @lynxchat4 in #502
New Contributors
- @lynxchat4 made their first contribution in #502
Full Changelog: v2024.8.2...v2024.10.0
v2024.8.2
Changes
- This is a quick re-release of v2024.8.1 (that version was pulled to avoid confusion) as users discovered a bug when drainage rate was not set. That is fixed in this release.
- New attribute on zones: drainage rate. If set, this will be taken into account when updating the bucket. A good value for this seems to be 50.8 mm (2") per hour, but by default it is not set to not screw up anything you already have built.
- New data point in sensor group: current rain rate. This will be used for continuous updates in the future.
Bug fixes
- if drainage rate is not set, make sure sensor renders correctly (bug from v2024.8.1)
- update front-end and panel attributes correctly (let me know if you are still seeing issues here!)
- change sensor group source checking to make it more resilient
- static module on new installs caused install error (#473)
- continuous updates:
- do not skip zones that use PyETO module that has forecast set to default (empty)
- do not fail after weather data was cleared, by storing last value
- clear weather data after calculation
- do not skip zones that use a static value sensor group
v2024.8.1-beta-11
Bug fixes
- fix #473 (static module on new installs resulted in error)
v2024.8.1-beta-10
Bug fixes
- enabling continuous updates when static values are used fix #470
- store last values for data points so continous updates should continue to work even if not all data is provided
- changed checking logic for sensor group sources to make it more resilient.
To do list
continuous updates: handle aggregation correctly (last + riemann sum for solar rad?)
v2024.8.1-beta-9
switching logic to capturing last data entry on updates, not on clearing all weatherdata
v2024.8.1-beta-8
disabling last entry data handling for now due to issues caused by it for continuous updates
v2024.8.1-beta-7
fixing bug in last data entry retrieval