Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.01 KB

README.md

File metadata and controls

29 lines (21 loc) · 1.01 KB

homebridge-smartthings-routine

This plugin is currently defunct. This was more of an experiment than something I intended to maintain!

A little plugin to enable SmartThings routines from Homebridge.

Installation

  1. npm install -g arcreative/homebridge-smartthings-routine
  2. Install the HelloHomeBridge.groovy SmartApp in https://graph.api.smartthings.com/
  3. Enable OAuth in the SmartApp
  4. Grab the accessories configuration from the SmartApp, and add to Homebridge's config.json file
  5. Restart homebridge

Usage

Just say "Turn [on/off] [routine name]" to activate the routine. There is obviously no "off" state to a routine, but sometimes it's a little more natural to say "off" instead of "on"!

Credits

Credit to jnewland for the HelloHomeBridge.groovy file, as well as the realization that this awesome functionality is available at this early stage of HomeKit support.