Skip to content

SmartThings SmartApp for toggling switches, lights, dimmers, ...

License

Notifications You must be signed in to change notification settings

ericvitale/ST-Toggle-Me

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Toggle-Me

Summary

SmartThings SmartApp for turning on and off switches, lights, dimmers, ... (frequenty) on a schedule.

If you have several scenarios you would like to control, just install the app from "My Apps" multiple times.

Preferences

  1. Switches - Switches to toggle.
  2. Dimmers - Dimmers to toggle.
  3. Dimmer Level - Level to set dimmers to.
  4. Color Temperature Lights - Color Temperature Lights to toggle.
  5. Color Temperature - Color temperature to set color temperature lights to.
  6. Color Temperature Lights Level - Level to set color temperature lights to.
  7. Turn on for N seconds? - Seconds to turn lights on for.
  8. Turn off for N seconds? - Seconds to turn lights off for.
  9. Follow sunset / sunrise? - Only turn on / off when sun is down?
  10. Sunrise Offset - Offset for sunrise.
  11. Sunset Offset - Offset for sunset.
  12. Use Custom Time Range - Toggle for custom time range, only run during the following times.
  13. Start Time - Start time.
  14. End Time - End time.
  15. Rules Active - Run this program?
  16. Log Level - Logging Level.

Installation via GitHub Integration

  1. Open SmartThings IDE in your web browser and log into your account.
  2. Click on the "My SmartApps" section in the navigation bar.
  3. Click on "Settings".
  4. Click "Add New Repository".
  5. Enter "ericvitale" as the Default Namespace.
  6. Enter "ericvitale" as the Name.
  7. Enter "ST-Toggle-Me" as the repository.
  8. Hit "Save".
  9. Select "Update from Repo" and select "ST-Toggle-Me".
  10. Select "toggle-me.groovy".
  11. 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 SmartApps" section in the navigation bar.
  3. Click the blue "+ New SmartApp" button at the bottom of the page.
  4. Click "From Code".
  5. Paste in the code from "toggle-me.groovy" and hit "Create". (https://github.com/ericvitale/ST-Trigger-My-Lights/blob/master/smartapps/ericvitale/trigger-my-lights.src/trigger-my-lights.groovy)
  6. Click the "Publish" --> "For Me".
  7. The app will appear on your app under "Marketplace" --> "My Apps"

About

SmartThings SmartApp for toggling switches, lights, dimmers, ...

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages