Skip to content

Commit 62b91e7

Browse files
v1.5.2 (#119)
## [Version 1.5.2](https://github.com/donavanbecker/homebridge-rainbird/releases/tag/v1.5.2) (2021-12-15) ### What's Changes * Housekeeping and updated dependencies. **Full Changelog**: v1.5.1...v1.5.2
1 parent bdd0224 commit 62b91e7

File tree

3 files changed

+460
-733
lines changed

3 files changed

+460
-733
lines changed

CHANGELOG.md

Lines changed: 46 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -2,70 +2,84 @@
22

33
All notable changes to this project will be documented in this file. This project uses [Semantic Versioning](https://semver.org/)
44

5+
## [Version 1.5.2](https://github.com/donavanbecker/homebridge-rainbird/releases/tag/v1.5.2) (2021-12-15)
6+
7+
### What's Changes
8+
* Housekeeping and updated dependencies.
9+
10+
**Full Changelog**: https://github.com/donavanbecker/homebridge-rainbird/compare/v1.5.1...v1.5.2
11+
512
## [Version 1.5.1](https://github.com/donavanbecker/homebridge-rainbird/compare/v1.5.0...v1.5.1) (2021-11-12)
613

7-
### Changes
14+
### What's Changes
15+
* Housekeeping and updated dependencies.
816

9-
- Housekeeping and updated dependencies.
17+
**Full Changelog**: https://github.com/donavanbecker/homebridge-rainbird/compare/v1.5.0...v1.5.1
1018

1119
## [Version 1.5.0](https://github.com/donavanbecker/homebridge-rainbird/compare/v1.4.0...v1.5.0) (2021-11-06)
1220

13-
### Changes
21+
### What's Changes
22+
* Added enableZone to find Enabled Zones
23+
* Added Command Logging for plugin
24+
* Housekeeping and updated dependencies.
1425

15-
- Added enableZone to find Enabled Zones
16-
- Added Command Logging for plugin
17-
- Housekeeping and updated dependencies.
26+
**Full Changelog**: https://github.com/donavanbecker/homebridge-rainbird/compare/v1.4.0...v1.5.0
1827

1928
## [Version 1.4.0](https://github.com/donavanbecker/homebridge-rainbird/compare/v1.3.0...v1.4.0) (2021-10-28)
2029

21-
### Changes
30+
### What's Changes
31+
* Added support to show vavles as contact sensors
32+
* Allows you to get notified in the Home App when a Zone has started.
33+
* Added Device Logging and Debug Logging for plugin
34+
* Changed from `node-fetch` to `axios`
35+
* Housekeeping and updated dependencies.
36+
* Persist configured and duration values
37+
* Fixed issue where some models were not able to stop a zone
2238

23-
- Added support to show vavles as contact sensors
24-
- Allows you to get notified in the Home App when a Zone has started.
25-
- Added Device Logging and Debug Logging for plugin
26-
- Changed from `node-fetch` to `axios`
27-
- Housekeeping and updated dependencies.
28-
- Persist configured and duration values
29-
- Fixed issue where some models were not able to stop a zone
39+
**Full Changelog**: https://github.com/donavanbecker/homebridge-rainbird/compare/v1.3.0...v1.4.0
3040

3141
## [Version 1.3.0](https://github.com/donavanbecker/homebridge-rainbird/compare/v1.2.0...v1.3.0) (2021-10-09)
3242

33-
### Changes
43+
### What's Changes
44+
* Support for rain sensor using the HomeKit leak sensor
45+
* Suppress a zone's active status when scheduled program has been suspended (due to rain)
46+
* Use "Advance Zone" command instead of "Stop Irrigation" so remaining zones can still run for a scheduled program
47+
* Fixed `RainBird controller request failed RangeError [ERR_OUT_OF_RANGE]` for ESP-ME3 [#57](https://github.com/donavanbecker/homebridge-rainbird/issues/57)
3448

35-
- Support for rain sensor using the HomeKit leak sensor
36-
- Suppress a zone's active status when scheduled program has been suspended (due to rain)
37-
- Use "Advance Zone" command instead of "Stop Irrigation" so remaining zones can still run for a scheduled program
38-
- Fixed `RainBird controller request failed RangeError [ERR_OUT_OF_RANGE]` for ESP-ME3 [#57](https://github.com/donavanbecker/homebridge-rainbird/issues/57)
49+
**Full Changelog**: https://github.com/donavanbecker/homebridge-rainbird/compare/v1.2.0...v1.3.0
3950

4051
## [Version 1.2.0](https://github.com/donavanbecker/homebridge-rainbird/compare/v1.1.0...v1.2.0) (2021-09-29)
4152

42-
### Changes
53+
### What's Changes
54+
* Added CurrentZoneTimeRemainingRequest & CurrentZoneTimeRemainingResponse function.
55+
* Fixed issue where some RainBird controllers (such as ESP-RZXe & ESP-Me) couldn't show the time remaining for a zone that was not started via the plugin (such as a scheduled program).
4356

44-
- Added CurrentZoneTimeRemainingRequest & CurrentZoneTimeRemainingResponse function.
45-
- Fixed issue where some RainBird controllers (such as ESP-RZXe & ESP-Me) couldn't show the time remaining for a zone that was not started via the plugin (such as a scheduled program).
57+
**Full Changelog**: https://github.com/donavanbecker/homebridge-rainbird/compare/v1.1.0...v1.2.0
4658

4759
## [Version 1.1.0](https://github.com/donavanbecker/homebridge-rainbird/compare/v1.0.0...v1.1.0) (2021-09-27)
4860

49-
### Changes
61+
### What's Changes
62+
* Add Support for More Models and Added Compatiable Models to Readme.
63+
* Fixed `Failed to Discover Devices, "Cannot read property 'getTime' of undefined"` [#39](https://github.com/donavanbecker/homebridge-rainbird/issues/39).
5064

51-
- Add Support for More Models and Added Compatiable Models to Readme.
52-
- Fixed `Failed to Discover Devices, "Cannot read property 'getTime' of undefined"` [#39](https://github.com/donavanbecker/homebridge-rainbird/issues/39).
65+
**Full Changelog**: https://github.com/donavanbecker/homebridge-rainbird/compare/v1.0.0...v1.1.0
5366

5467
## [Version 1.0.0](https://github.com/donavanbecker/homebridge-rainbird/compare/v0.1.0...v1.0.0) (2021-09-19)
5568

56-
### Changes
69+
### What's Changes
70+
* Official Release of Homebridge RainBird Plugin.
5771

58-
- Official Release of Homebridge RainBird Plugin.
72+
**Full Changelog**: https://github.com/donavanbecker/homebridge-rainbird/compare/v0.2.0...v1.0.0
5973

6074
## [Version 0.2.0](https://github.com/donavanbecker/homebridge-rainbird/tag/v0.0.1) (2021-09-17)
6175

62-
### Changes
76+
### What's Changes
77+
* Add Plugin Debug Config Option
6378

64-
- Add Plugin Debug Config Option
79+
**Full Changelog**: https://github.com/donavanbecker/homebridge-rainbird/compare/v0.1.0...v0.2.0
6580

6681
## [Version 0.1.0](https://github.com/donavanbecker/homebridge-rainbird/tag/v0.0.1) (2021-08-29)
6782

68-
### Changes
69-
70-
- Initial Release
83+
### What's Changes
84+
* Initial Release
7185

0 commit comments

Comments
 (0)