homebridge-sprinklertest
v0.0.14
Published
My attempt at playing with homebridge: https://github.com/nfarina/homebridge
Downloads
2
Readme
homebridge-sprinklertest
My attempt at creating an automated sprinkler setup using 'switches' to control water valves
Installation
- Install homebridge using: npm install -g homebridge
- Install this plugin using: npm install -g homebridge-sprinklertest
- 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
},