Note: I'm not actively working on this project as I don't use SmartThings much anymore. I'd encourage people who are interested to fork the project - I'd be happy to link your more maintained version from here!
You can download the app here (tested on OSX 10.9 only). It's just version 0.1, so please post any issues you encounter!
Currently there is no way to publish a SmartApp for everyone to use, so you have to create an app with the code yourself before using the mac app. The code for the SmartApp is located at app.groovy.
- Login to the SmartThings Developer IDE
- Create a new SmartApp – fill in the required fields, and then click
Enable OAuth in Smart App
- this will provide you with a pair of OAuth Client keys. Start up the StatusThing app and copy these keys into the preferences section. - Click the
Create
button in the SmartThings IDE, which will bring up code. Copy the contents of app.groovy and paste it into the IDE, then clickSave
, andPublish
→For Me
(important step). - Go back to preferences and click the
Authorize
button under accounts. You'll be redirected to a page where you can set which devices the app can access. - Enjoy!
If you're building the app from source, be sure to install CocoaPods and run pod
in the root directory to include all dependencies.
The app uses the AKSmartThings library, which you can get here to use in your own projects.