Releases: rgc99/irrigation_unlimited
2023.2.1
Update to 2023.2.0 to correct version information
📢 Announcement
- Don't forget to get the Irrigation Unlimited companion card. A compact card where you can monitor and control your system (enabled/disable, manual run, adjustments).
⭐ 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
📢 Announcement
- Don't forget to get the Irrigation Unlimited companion card. A compact card where you can monitor and control your system (enabled/disable, manual run, adjustments).
⭐ 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
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
⭐ 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
📢 Announcement
- Don't forget to get the new and updated Irrigation Unlimited companion card https://github.com/rgc99/irrigation-unlimited-card. A compact card where you can monitor and control your system (enabled/disable, manual run, adjustments).
⭐ New features
- Revamped clock. Now offers two modes
fixed
(legacy) andseer
(default). Theseer
mode deprecates thegranularity
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
⭐ New features
- Revamped clock. Now offers two modes
fixed
(legacy) andseer
(default). Theseer
mode deprecates thegranularity
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
⭐ 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
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
⭐ 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
⭐ 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
📖 Documentation
- Updated readme for testing units.
🐛 Bug Fixes
Minor corrections for stability and performance.
Full Changelog: 2021.2.0...2022.3.0