arcreative / homebridge-smartthings-routine

WIP to get homebridge working with SmartThings routines.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

WIP to get homebridge working with SmartThings routines.


Languages

Language:Groovy 67.1%Language:JavaScript 32.9%