Skip to content

Latest commit

 

History

History
35 lines (31 loc) · 2.4 KB

README.md

File metadata and controls

35 lines (31 loc) · 2.4 KB

Installing

There are 2 ways of installing:

  1. Integrating with GitHub
  2. Copy and paste

Integrating with GitHub

  1. Follow the SmartThings documentation to integrate with GitHub
  2. Log Into the SmartThings IDE (US Users, UK Users)
  3. Find the 'My Device Handlers' link on the top of the page.
  4. Find the Settings button at the upper-right corner of your SmartThings IDE page (this will only appear after you have configured with GitHub).
  5. Clicking this button will open the GitHub Repository Integration page. Enter the information below:
    • Owner: r3dey3
    • Name: st-wifi-devices
    • Branch: master
  6. Close the GitHub Repository Integration page by clicking the Save button.
  7. Click the Update from Repo button at the upper-right corner of your SmartThings IDE and select 'st-wifi-devices' from the list.
  8. In the right-hand column you will see two devicetypes/r3dey3/..., select both of them using the checkbox. Do not select 'README.md'
  9. At the bottom-right corner of the Update from Repo page, select Publish using the checkbox and then click Execute Update.

Copy and paste

  1. The code for the Device Handlers:
  2. Select all of the code (typically Ctrl+A) and copy it (typically Ctrl+C)
  3. Next, log Into the SmartThings IDE (US Users, UK Users)
  4. Find the 'My Device Handlers' link on the top of the page.
  5. Click on the +Create New Device Handler in the upper-right corner.
  6. Select the From Code tab along the top section.
  7. Paste (typically Ctrl+V) the code you copied into the text box
  8. Click the Create button in the bottom left corner
  9. This will bring up another page with the code now formatted within the SmartThings IDE.
  10. Click the Save button in the upper-right corner
  11. Finally click-on the Publish button and select For Me at the upper-right corner of the screen.