Installation - service manager & DTH

Open the SmartThings IDE

  1. Go to https://graph.api.smartthings.com/login/auth
  2. Go to: `My locations` > then click on your Hub

This ensures that you're using the correct IDE location.

Device type handlers

cast-web-device

  1. Copy the device the device type handler’s groovy code from here
  2. Open the SmartThings IDE and log in
  3. Go to: 'My Device Handlers' > '+ Create New Device Handler' > 'From Code'
  4. Paste the code from clipboard > 'Create'
  5. Click 'Publish' > 'For Me'

cast-web-api

  1. Copy the device the device type handler’s groovy code from here
  2. Go to: 'My Device Handlers' > '+ Create New Device Handler' > 'From Code'
  3. Paste the code from clipboard > 'Create'
  4. Click 'Publish' > 'For Me'

Service manager

  1. Copy the service manager’s groovy code from here
  2. Go to: 'My SmartApps' > 'New SmartApp' > 'From Code'
  3. Paste the code from clipboard > 'Create'
  4. Click 'Publish' > 'For Me'

Previous Next