martijndierckx / homebridge-hydrawise

A homebridge plugin that creates sprinkler accessories for all your Hydrawise zones
13 stars 7 forks source link

homebridge-hydrawise

Hydrawise sprinkler system plugin for HomeBridge

This repository contains the Hydrawise sprinkler system plugin for homebridge.

Installation

  1. Install homebridge using: npm install -g homebridge
  2. Install this plugin using: npm install -g homebridge-hydrawise
  3. Update your configuration file. See sample-config.json snippet below.

Configuration

Configuration sample:

"platforms": [
        {
            "platform": "HydrawisePlatform",
            "name": "Hydrawise",
            "type": "CLOUD or LOCAL",
            "api_key": "YOUR API KEY",
            "host": "HOSTNAME OR IP OF LOCAL CONTROLLER",
            "password": "PASSWORD OF LOCAL CONTROLLER",
        }
    ],

Fields:

Notes