Skip to content

Latest commit

 

History

History
45 lines (39 loc) · 2.15 KB

README.md

File metadata and controls

45 lines (39 loc) · 2.15 KB

Shady

Shady

Summary

Shady is a manager app that allows you to group your binds and manage them as a single device. This SmartApp requires the companion Device Hanlder "Shady Groups".

Also, take a look at my Z-Wave Shade Device Handler.

This device handler supports

  1. On (Up) / Off (Down)
  2. Set Level
  3. 6 quick levels, with one of them being a custom value via settings.
  4. Battery level reporting.

Installation via GitHub Integration

  1. Open SmartThings IDE in your web browser and log into your account.
  2. Click on the "My Device Types" section in the navigation bar.
  3. Click on "Settings".
  4. Click "Add New Repository".
  5. Enter "ericvitale" as the namespace.
  6. Enter "ST-Shady" as the repository.
  7. Hit "Save".
  8. Select "Update from Repo" and select "ST-Shady".
  9. Select "shady-group.groovy".
  10. Check "Publish" and hit "Execute".
  11. Click on the "My SmartApps" section in the navigation bar.
  12. Select "Update from Repo" and select "ST-Shady".
  13. Select "shady.groovy".
  14. Check "Publish" and hit "Execute".

Manual Installation (if that is your thing)

  1. Open SmartThings IDE in your web browser and log into your account.
  2. Click on the "My Device Types" section in the navigation bar.
  3. On your Device Types page, click on the "+ New Device Type" button on the right. 4 . On the "New Device Type" page, Select the Tab "From Code" , Copy the "shady-groups.groovy" source code from GitHub and paste it into the IDE editor window.
  4. Click the blue "Create" button at the bottom of the page. An IDE editor window containing device handler template should now open.
  5. Click the blue "Save" button above the editor window.
  6. Click the "Publish" button next to it and select "For Me". You have now self-published your Device Handler.
  7. Click on the "My SmartApps" section in the navigation bar.
  8. Click the blue "+ New SmartApp" button at the bottom of the page.
  9. Click "From Code".
  10. Paste in the code from "shady.groovy" and hit "Create".
  11. Click the "Publish" --> "For Me".
  12. The app will appear on your app under "Marketplace" --> "My Apps"