Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/homebridge-plugins/homebridge-rainbird
The Homebridge RainBird plugin allows you to access your RainBird Controller from HomeKit with Homebridge.
https://github.com/homebridge-plugins/homebridge-rainbird
Last synced: 2 months ago
JSON representation
The Homebridge RainBird plugin allows you to access your RainBird Controller from HomeKit with Homebridge.
- Host: GitHub
- URL: https://github.com/homebridge-plugins/homebridge-rainbird
- Owner: homebridge-plugins
- License: isc
- Created: 2021-08-19T14:13:41.000Z (over 3 years ago)
- Default Branch: latest
- Last Pushed: 2024-10-30T03:22:49.000Z (2 months ago)
- Last Synced: 2024-10-30T04:18:43.545Z (2 months ago)
- Language: TypeScript
- Homepage:
- Size: 889 KB
- Stars: 20
- Watchers: 5
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Homebridge Rainbird
The Homebridge RainBird
plugin allows you to access your RainBird Controller from HomeKit with
Homebridge.## Installation
1. Search for "Rainbird" on the plugin screen of [Homebridge Config UI X](https://github.com/oznu/homebridge-config-ui-x).
2. Click **Install**.## Configuration
1. Set a Static IP Address to your [RainBird](https://www.rainbird.com) Controller - [How to Set Static IP Address](https://www.howtogeek.com/184310/ask-htg-should-i-be-setting-static-ip-addresses-on-my-router/).
2. Input Static IP Address and Password for [RainBird](https://www.rainbird.com) Controller into Plugin UI Settings and restart Homebridge.
- If you choose to create child bridge with this plugin, do it at this time.
- Password is the password you used to setup the rainbird controller.## Collaborators
- Main developer of the RaindBird API:
- [mantorok1](https://github.com/mantorok1)## Compatiable Controllers
Any controller that supports the [RainBird LNK WiFi Module](https://www.rainbird.com/products/lnk-wifi-module) should be compatible. This includes:
- ESP-Me
- ESP-TM2
- ESP-RZXe
- ESP-ME3## Known Limitations
- The Home app will default all sprinkler zone names to the Irrigation System's name which means it's not obvious which zone is which. The first one in the list may not necessarily be Zone 1. You'll need to use trial and error to figure out the zone and rename them appropriately.
- 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.
- Some models do not yet have support for displaying the time remaining. If its not working for your model please log a GitHub issue and we will try to add it with your help.## Libraries
- [RainBird](https://github.com/donavanbecker/rainbird)
- Library used to comunicate with Rainbird Controllers.