0.0.2 • Published 4 years ago

homebridge-serialsprinklers v0.0.2

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

homebridge-serialsprinklers

Description

This homebridge plugin exposes a serial-based sprinkler/valve to Apple's HomeKit and allows you to control it.

Installation

  1. Install homebridge
  2. Install this plugin: npm install -g homebridge-serialsprinklers
  3. Update your config.json file

Configuration

Core

KeyDescriptionDefault
accessoryMust be SerialSprinklerN/A
nameName to appear in the Home appN/A

Optional fields

KeyDescriptionDefault
icon (optional)Icon to be shown in the Home app (0, 1, 2, 3)0
useTimer (optional)Indication if a timer can be used (yes or no)no
defaultTime (optional)Default time (in seconds) the timer should be set to if enabled300

Additional fields

KeyDescriptionDefault
model (optional)Appears under the Model field for the accessoryhomebridge-serialsprinkler
serial (optional)Appears under the Serial field for the accessoryhomebridge-serialsprinkler
manufacturer (optional)Appears under the Manufacturer field for the accessorycheese_PETE

Configuration Examples

Simple configuration:

"accessories": [
     {
       "accessory": "SerialSprinkler",
       "name": "Sprinklers"
     }
]