homebridge-sprinklertest

My attempt at playing with homebridge: https://github.com/nfarina/homebridge

Usage no npm install needed!

<script type="module">
  import homebridgeSprinklertest from 'https://cdn.skypack.dev/homebridge-sprinklertest';
</script>

README

homebridge-sprinklertest

My attempt at creating an automated sprinkler setup using 'switches' to control water valves

Installation

  1. Install homebridge using: npm install -g homebridge
  2. Install this plugin using: npm install -g homebridge-sprinklertest
  3. Update your configuration file. See config.json in this repository for a sample.

Configuration

Configuration sample:

"accessories": [
    {
        "accessory":      "Switch",
        "name":           "Back Lawn (front)",
        "pin": 11
    },