homebridge-platform-rachiodeprecated

A rach.io platform plugin for Homebridge: https://github.com/nfarina/homebridge

Usage no npm install needed!

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

README

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.