Skip to content

Releases: rgc99/irrigation_unlimited

2023.2.1

20 Feb 06:14
Compare
Choose a tag to compare

Update to 2023.2.0 to correct version information

📢 Announcement

⭐ New features

  • Nth day scheduling. Irrigate every 2, 3, 4 or more days. Contributed by @aws404 in #97.
  • #81 Check back. See if switch is in the expected state and attempt to resync. Improve reliability and make the system more robust.

📖 Documentation

  • Update readme with new features. Add example on how to email a switch error occurrence.

New Contributors

Full Changelog: 2022.12.1...2023.2.0

2023.2.0

19 Feb 21:40
Compare
Choose a tag to compare

📢 Announcement

⭐ New features

  • Nth day scheduling. Irrigate every 2, 3, 4 or more days. Contributed by @aws404 in #97.
  • #81 Check back. See if switch is in the expected state and attempt to resync. Improve reliability and make the system more robust.

📖 Documentation

  • Update readme with new features. Add example on how to email a switch error occurrence.

New Contributors

Full Changelog: 2022.12.1...2023.2.0

Update

16 Dec 03:34
Compare
Choose a tag to compare

This is an update to the 2022.12.0 release which was missing a requirement. This omission caused the integration to not load properly.

⭐ New features

  • Cron style scheduling.
  • Schedule can be enabled/disable from the configuration.

⚡ Enhancements

  • Allow schedule to pickup midstream on restart.
  • Service call logging now at info level.

📖 Documentation

  • Update for new features.

🐛 Bug Fixes

  • Fix delay calculation when last zone in sequence is disabled.
  • Minor corrections for stability and performance.

Full Changelog: 2022.12.0...2022.12.1

Update

07 Nov 20:14
Compare
Choose a tag to compare

⭐ New features

  • Allow manual run to zones even when disabled.
  • Clock mode now defaults to seer mode.
  • Add packages for Plaid Systems Soil Moisture Sensor.

📖 Documentation

  • Various updates to documentation.

Full Changelog: 2022.8.0...2022.11.0

Clock revamp

27 Aug 08:18
Compare
Choose a tag to compare

📢 Announcement

⭐ New features

  • Revamped clock. Now offers two modes fixed (legacy) and seer (default). The seer mode deprecates the granularity setting and fixes it at 1. This will increase accuracy and improve responsiveness without any additional CPU resources. CPU resources in idle state are almost nil.

📖 Documentation

  • Update readme with new clock settings.

What's Changed

New Contributors

Full Changelog: 2022.7.0...2022.8.0

Clock revamp

18 Aug 07:04
Compare
Choose a tag to compare
Clock revamp Pre-release
Pre-release

⭐ New features

  • Revamped clock. Now offers two modes fixed (legacy) and seer (default). The seer mode deprecates the granularity setting and fixes it at 1. This will increase accuracy and improve responsiveness without any additional CPU resources. CPU resources in idle state are almost nil.

📖 Documentation

  • Update readme with new clock settings.

Update

12 Jul 00:35
Compare
Choose a tag to compare

⭐ New features

  • #73 Anti hammering. Turn off the master valve before the zone. Pre and post able values can now be negative.

⚡ Enhancements

  • #80 Add example for watering from sunset to sunrise - overnight.
  • #52 Add example for Long Term Statistics LTS.

📖 Documentation

  • #61 How to control motorised valves instead of switches & lights.
  • #82, #83 A schedule that never runs, just manual only.
  • Update for new features.
  • Move testing object documentation to developer section.

🐛 Bug Fixes

  • #75 Problem in history module.
  • #78 Notifications for sequences when repeat used.
  • Minor corrections for stability and performance.

Full Changelog: 2021.6.0...2022.7.0

Support for HA 2022.6

04 Jun 02:05
39954e1
Compare
Choose a tag to compare

This release is an urgent update to support Home Assistant 2022.6. This release contains some new features but the readme is not yet complete so stay tuned for the update to follow.

If you get a configuration error after upgrading then check any zone_id: in the config. The id must conform to 'snake_case' style with the exception the first character can be a number. This means only lower case, numbers and the underscore characters can be used. It cannot start or end with an underscore and no more than one together. Valid id's are my_garden, front_lawn, rose_bed, 1. Some invalid examples are Front_Lawn, front__lawn, _front_lawn. You should have been getting warning messages in the previous release but now it is enforced. There is a good reason for this to be explained later but I thank you for your understanding in the meantime.

Update

25 Apr 21:33
Compare
Choose a tag to compare

⭐ New features

  • Check, report and sync external switches on start up.

⚡ Enhancements

  • Preparations for upcoming companion card.
  • Improve service call response time.

🐛 Bug Fixes

Fix Issue #58.
Fix wrong reference to CONF_ID.
Fix repaint issue where display did not update after service call.
Minor corrections for stability and performance.

Full Changelog: 2022.3.0...2022.4.0

Update

19 Mar 21:15
Compare
Choose a tag to compare

⭐ New features

  • New attribute on controller provides sequence run information. Use this for frontend hooks like the status card below.

⚡ Enhancements

  • New and improved status card shows what is happening. Updated layout, colours and supports themes. Find the card here. Requires HTML-Jinja2 card

status_card

📖 Documentation

  • Updated readme for testing units.

🐛 Bug Fixes

Minor corrections for stability and performance.

Full Changelog: 2021.2.0...2022.3.0