npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

homebridge-orbit-irrigation

v1.2.36

Published

Orbit Irrigation System platform plugin for [Homebridge](https://github.com/nfarina/homebridge).

Downloads

546

Readme

homebridge-orbit-irrigation

verified-by-homebridge 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

  1. Irrigation System Accessory with zones that are linked (default configuration)
  2. Irrigation System Accessory with separate zones shown as a single tile
  3. Irrigation System Accessory with separate zones shown as a separate tiles (option in HomeKit)
  4. 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

  1. Install this plugin using: npm install -g homebridge-orbit-irrigation
  2. Suggest running as a child bridge
  3. 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.)
  4. Run Homebridge
  5. 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"
}