For users using SmartThings Hub, LED Strip may require custom device type to fully support all functions in SmartThings hub.


We have modified the LED Bulb default device handler to have improved uses with LED Strip. 


Download / Raw code: 

(https://aeotec.freshdesk.com/helpdesk/attachments/6056504685)


Follow the steps below:

  1. Login to Web IDE (login here: https://graph.api.smartthings.com/)
  2. Click on "My Locations" tab
  3. Select your Z-Wave Gateway
  4. Now click on "My Device Handlers" tab
  5. Create a new Device Handler by  clicking on "New Device Handler" button in the upper-right  corner.
  6. Click on "From Code."
  7. Open up the link under "Direct Code" above
  8. Copy the device handler code from https://aeotec.freshdesk.com/helpdesk/attachments/6103457415, and paste it into the code section. (pro tip: click on the code then press (ctrl + a) to highlight everything then (ctrl + c) to copy the highlighted section. Go to the code section in your SmartThings IDE and click on the code area then press (ctrl + v) to paste the copied code).
  9. Install it on your LED Strip by going to "My Devices" page in the IDE
  10. Find your LED Strip.
  11. Go to the bottom of the page for the current LED Strip and click on "Edit."
  12. Find the "Type" field and select your device handler. (should be located at the bottom of the list as Aeotec LED Strip (Improved)).
  13. Click on "Update"
  14. Save Changes