homebridge-rainbird

The Homebridge RainBird plugin allows you to access your RainBird Controller from HomeKit with Homebridge.

ISC License

Downloads
1.3K
Stars
19
Committers
2

Bot releases are hidden (Show)

homebridge-rainbird - v2.0.1

Published by donavanbecker 8 months ago

What's Changed

  • Housekeeping and updated dependencies.

Full Changelog: https://github.com/donavanbecker/homebridge-rainbird/compare/v2.0.0...v2.0.1

homebridge-rainbird - v1.11.0

Published by donavanbecker about 1 year ago

What's Changed

  • Added minValueRemainingDuration and maxValueRemainingDuration for Remaining Duration Characteristic. #485
  • Added time remaining to Zone Running log messages. #486
  • Added includeZones to allow only specified zones to be created as Valve accessories. #488
  • Added showing Idle/Waiting state for zones queued by scheduled programs (only for ESP-TM2 & ESP-ME3 at this stage)
  • Added support warning for other models about limited zone state details
  • Added Delay Irrigation Switch #489
  • Housekeeping and updated dependencies.

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

homebridge-rainbird - v1.7.3

Published by donavanbecker about 2 years ago

What's Changed

  • Housekeeping and updated dependencies.

Full Changelog: https://github.com/donavanbecker/homebridge-rainbird/compare/v1.7.2...v1.7.3

homebridge-rainbird - Version 1.7.2

Published by donavanbecker over 2 years ago

What's Changed

  • Housekeeping and updated dependencies.

Full Changelog: https://github.com/donavanbecker/homebridge-rainbird/compare/v1.7.1...v1.7.2

homebridge-rainbird - Version 1.7.1

Published by donavanbecker over 2 years ago

What's Changed

  • Housekeeping and updated dependencies.

Full Changelog: https://github.com/donavanbecker/homebridge-rainbird/compare/v1.7.0...v1.7.1

homebridge-rainbird - Version 1.7.0

Published by donavanbecker over 2 years ago

What's Changed

  • Added option to show zones as separate valve accessories.
  • Refactored device classes to use a common base class.
  • Housekeeping and updated dependencies.

Full Changelog: https://github.com/donavanbecker/homebridge-rainbird/compare/v1.6.4...v1.7.0

homebridge-rainbird - Version 1.6.4

Published by donavanbecker over 2 years ago

What's Changes

  • Housekeeping and updated dependencies.

Full Changelog: https://github.com/donavanbecker/homebridge-rainbird/compare/v1.6.3...v1.6.4

homebridge-rainbird - Version 1.6.3

Published by donavanbecker over 2 years ago

What's Changes

  • Housekeeping and updated dependencies.

Full Changelog: https://github.com/donavanbecker/homebridge-rainbird/compare/v1.6.2...v1.6.3

homebridge-rainbird - Version 1.6.2

Published by donavanbecker over 2 years ago

What's Changes

  • Housekeeping and updated dependencies.

Full Changelog: https://github.com/donavanbecker/homebridge-rainbird/compare/v1.6.1...v1.6.2

homebridge-rainbird - Version 1.6.1

Published by donavanbecker over 2 years ago

What's Changes

  • Restore Request/Response logging.
  • prevent Program Switch showing as running when rain set point reached.
  • Housekeeping and updated dependencies.

Full Changelog: https://github.com/donavanbecker/homebridge-rainbird/compare/v1.6.0...v1.6.1

homebridge-rainbird - Version 1.6.0

Published by donavanbecker over 2 years ago

What's Changes

Major Change To Logging:

  • Added the following Logging Options:
    • Standard
    • None
    • Debug
  • Removed Device Logging Option, which was pushed into new logging under debug.
  • Added Device Logging Override for each Device, by using the Device Config.

Major Changes to refreshRate:

  • Added an option to override refreshRate for each Device, by using the Device Config.

Other Changes

  • Added option to show Program Switches for Program A, B, & C.
  • Added option to enable a switch to Stop Irrigation Switch.
  • Housekeeping and updated dependencies.

Full Changelog: https://github.com/donavanbecker/homebridge-rainbird/compare/v1.5.2...v1.6.0

homebridge-rainbird - Version 1.5.2

Published by donavanbecker almost 3 years ago

What's Changes

  • Housekeeping and updated dependencies.

Full Changelog: https://github.com/donavanbecker/homebridge-rainbird/compare/v1.5.1...v1.5.2

homebridge-rainbird - Version 1.5.1

Published by donavanbecker almost 3 years ago

Changes

  • Housekeeping and updated dependencies.
homebridge-rainbird - Version 1.5.0

Published by donavanbecker almost 3 years ago

Changes

  • Added enableZone to find Enabled Zones
  • Added Command Logging for plugin
  • Updated dependencies
homebridge-rainbird - Version 1.4.0

Published by donavanbecker almost 3 years ago

Changes

  • Added support to show vavles as contact sensors
    • Allows you to get notified in the Home App when a Zone has started.
  • Added Device Logging and Debug Logging for plugin
  • Changed from node-fetch to axios
  • Updated dependencies
  • Persist configured and duration values
  • Fixed issue where some models were not able to stop a zone
homebridge-rainbird - Version 1.3.0

Published by donavanbecker about 3 years ago

Changes

  • Support for rain sensor using the HomeKit leak sensor
  • Suppress a zone's active status when scheduled program has been suspended (due to rain)
  • Use "Advance Zone" command instead of "Stop Irrigation" so remaining zones can still run for a scheduled program
  • Fixed RainBird controller request failed RangeError [ERR_OUT_OF_RANGE] for ESP-ME3 #57
homebridge-rainbird - Version 1.2.0

Published by donavanbecker about 3 years ago

Changes

  • Added CurrentZoneTimeRemainingRequest & CurrentZoneTimeRemainingResponse function.
    • 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).
homebridge-rainbird - Version 1.1.0

Published by donavanbecker about 3 years ago

Changes

  • Add Support for More Models and Added Compatiable Models to Readme.
  • Fixed Failed to Discover Devices, "Cannot read property 'getTime' of undefined" #39.
homebridge-rainbird - Version 1.0.0

Published by donavanbecker about 3 years ago

Changes

  • Official Release of Homebridge RainBird Plugin.
homebridge-rainbird - Version 0.1.0

Published by donavanbecker about 3 years ago

Changes

  • Initial Release