[go: up one dir, main page]

Skip to content

rllynch/smartthings_cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

smartthings_cli

Command line interface to query and control SmartThings devices

Usage

  1. Log into https://graph.api.smartthings.com/ and under My SmartApps, create a new SmartApp with the code in groovy/app.groovy.

  2. Click App Settings and under OAuth, click Enable OAuth in Smart App. Note down the OAuth Client ID and OAuth Client Secret. Update the OAuth Client Display to SmartThings CLI Control. Click Update.

  3. Go back to My SmartApps then click on SmartThings CLI Control. Click Publish => For Me.

  4. Clone the smartthings_cli repository, create a virtualenv if desired, then run the following commands, replacing CLIENTID and CLIENTSECRET with the ID and secret from step 2.

    python setup.py install
    smartthings_cli --clientid CLIENTID --clientsecret CLIENTSECRET
    
  5. smartthings_cli will direct you to a URL to authorized access. Go to that URL in a browser and specify which devices the CLI should be able to access. Click Authorize when finished. You should be redirected to a page reporting smartthings_cli.py received auth code.

  6. You can now use smartthings_cli.py to query and control devices managed by SmartThings. Examples:

  7. smartthings_cli query switch all

  8. smartthings_cli query switch "Switch Name"

  9. smartthings_cli set switch "Switch Name" on

About

Command line interface to query and control SmartThings devices

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published