Skip to content

Commit

Permalink
v1.10.0 (#483)
Browse files Browse the repository at this point in the history
## [Version 1.10.0](https://github.com/donavanbecker/homebridge-rainbird/releases/tag/v1.10.0) (2023-04-07)

### What's Changed
- Added Program state & Zone Time Remaining for ESP-ME3. [#395](#395) [#396](#396) [Thanks [dacarson](https://github.com/dacarson) for your help]
- Added option to sync the Rainbird controllers date & time with the Homebridge host.
- Housekeeping and updated dependencies.
  - This release will end support for Node v14.

**Full Changelog**: v1.9.0...v1.10.0
  • Loading branch information
donavanbecker authored Apr 8, 2023
1 parent fea6244 commit a20a52f
Show file tree
Hide file tree
Showing 17 changed files with 1,192 additions and 5,033 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,15 @@

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

## [Version 1.10.0](https://github.com/donavanbecker/homebridge-rainbird/releases/tag/v1.10.0) (2023-04-07)

### What's Changed
- Added Program state & Zone Time Remaining for ESP-ME3. [#395](https://github.com/donavanbecker/homebridge-rainbird/issues/395) [#396](https://github.com/donavanbecker/homebridge-rainbird/issues/396) [Thanks [dacarson](https://github.com/dacarson) for your help]
- Added option to sync the Rainbird controllers date & time with the Homebridge host.
- Housekeeping and updated dependencies.
- This release will end support for Node v14.

**Full Changelog**: https://github.com/donavanbecker/homebridge-rainbird/compare/v1.9.0...v1.10.0

## [Version 1.9.0](https://github.com/donavanbecker/homebridge-rainbird/releases/tag/v1.9.0) (2022-12-08)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ Any controller that supports the [RainBird LNK WiFi Module](https://www.rainbird
## Known Limitations
- Using the RainBird app while the plugin is running can cause connectivity issues.
- The RainBird LNK WiFi Module may not support "Band Steering" and WiFi Channel 13. Try not using these on your router if you are having connectivity issues.
- iOS 15.4/macOS 12.3 introduced a bug that prevents the valves (zones) from showing within the Irrigation System accessory in the Home app. Try using the "Show Zones as Valve Accessories" option as a workaround. [NOTE: Fixed in iOS16/macOS 13.0]
- iOS 15.4/macOS 12.3 introduced a bug that prevents the valves (zones) from showing within the Irrigation System accessory in the Home app. Try using the "Show Zones as Valve Accessories" option as a workaround. [NOTE: Fixed in iOS 16.0/macOS 13.0]
14 changes: 14 additions & 0 deletions config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@
"type": "boolean",
"requried": false
},
"showProgramDSwitch": {
"title": "Show Program D Switch (not supported by all models)",
"type": "boolean",
"requried": false
},
"showStopIrrigationSwitch": {
"title": "Show Stop Irrigation Switch",
"type": "boolean",
Expand All @@ -73,6 +78,13 @@
"required": false,
"description": "Show zones as seperate valve accessories (useful to workaround the bug introduced in iOS 15.4/macOS 12.3 that prevents the valves from showing within the Irrigation System accessory)."
},
"syncTime": {
"title": "Sync date and time of controller with host",
"type": "boolean",
"default": false,
"required": false,
"description": "Useful for automatically changing the controller's time when Daylight Savings starts/ends or fixing the time if the controller's internal clock runs fast or slow"
},
"showRequestResponse": {
"title": "Show RainBird requests and responses in the log",
"type": "boolean",
Expand Down Expand Up @@ -192,8 +204,10 @@
"devices[].showProgramASwitch",
"devices[].showProgramBSwitch",
"devices[].showProgramCSwitch",
"devices[].showProgramDSwitch",
"devices[].showStopIrrigationSwitch",
"devices[].showZoneValve",
"devices[].syncTime",
"devices[].showRequestResponse",
"devices[].firmware",
"devices[].refreshRate",
Expand Down
Loading

0 comments on commit a20a52f

Please sign in to comment.