homebridge-smartthings-routine
A little plugin to enable SmartThings routines from
Homebridge.
Installation
npm install -g arcreative/homebridge-smartthings-routine
- Install the HelloHomeBridge.groovy SmartApp in
https://graph.api.smartthings.com/
- Enable OAuth in the SmartApp
- Grab the accessories configuration from the SmartApp, and add to Homebridge's
config.json
file - 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.