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.
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
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"!
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.