0.1.5 • Published 7 years ago

homebridge-platform-rachio v0.1.5

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

homebridge-platform-rachio

A rach.io IRO platform plugin for Homebridge.

Installation

Run these commands:

% sudo npm install -g homebridge
% sudo npm install -g homebridge-platform-rachio

Configuration

Edit ~/.homebridge/config, inside "platforms": [ ... ] add:

{ "platform"  : "rachio"
, "name"      : "My Home"
, "token"     : "..."

// optional, here are the defaults
, "options"   : { "ttl": 10, "verboseP" : false }
}

Many Thanks

Many thanks to rach.io for documenting their client protocol on readme.io.