homebridge-orbit-irrigation
v1.2.36
Published
Orbit Irrigation System platform plugin for [Homebridge](https://github.com/nfarina/homebridge).
Downloads
104
Maintainers
Readme
homebridge-orbit-irrigation
Orbit B-Hyve platform plugin for Homebridge. Supporting
- B-Hyve Hose Timers.
- B-Hyve Underground Timers.
- B-Hyve Flood Sensor.
About
This plugin provides options for use in HomeKitBoth option have additional switches as options for Standby/Off mode and a Run All across all devices along with any B-Hyve Program Schedules
- Irrigation System Accessory with zones that are linked (default configuration)
- Irrigation System Accessory with separate zones shown as a single tile
- Irrigation System Accessory with separate zones shown as a separate tiles (option in HomeKit)
- Single Hose timers can be shown as a Valve.
If you have more than one home on your B-Hyve account you may filter devices for a home based on the street address for the location you want to display in HomeKit. BLE devices such as Flood Sensors will follow the location of the Hub's address. (Did not work as expected). Addresses for flood sensors can be assigned here If you have set manual preset runtimes for you controller or set zone flow rates in the B-Hyve app you can use these values for inital runtimes seen in HomeKit
Notes on testing
This plugin has been tested or verified against hardware model/types
- Bridges BH1-0001 and BH1G2-0001
- Hose Timers HT25-0000, HT31-0001, HT32-0001 and HT34-0001
- Water Timers WT24-0001, WT25-0001, WT25G2-0001
- Flood Sensors FS1-0001
Other hardware models/types are expected work with this plugin and any feedback on devices not listed is welcome.
Installation
- Install this plugin using: npm install -g homebridge-orbit-irrigation
- Suggest running as a child bridge
- Use plugin settings to edit
config.json
and add your account detail. (HOOBS is not parsing the config completely and may omit key items, you must manually configure.) - Run Homebridge
- Pair to HomeKit
Config.json example with child bridge
{
"name": "B-Hyve",
"email": "[email protected]",
"password": "password",
"locationAddress": "123 Easy St",
"defaultRuntime": 1,
"runtimeSource": 2,
"useIrrigationDisplay": true,
"showSimpleValve": true,
"displayValveType": 0,
"showIrrigation": true,
"showBridge": false,
"showFloodSensor": false,
"showTempSensor": false,
"showLimitsSensor": false,
"showStandby": false,
"showRunall": false,
"showSchedules": false,
"showAPIMessages": false,
"showIncomingMessages": false,
"showOutgoingMessages": false,
"_bridge": {
"username": "0E:76:36:78:EC:92",
"port": 30395
},
"platform": "bhyve"
}