Setting up your Device Handler:This is where most mess things up so read it over a few times before you start.
1:Get the X10 Smart things device handler text file current version can be found attached
2: open this file and edit the line so it points to your IP that your ISP assigned you
not sure what it is? use
http://whatsmyip.com include the port # you plan to use with SmartCloud. if you plan to use a username and password include that.
so the line will look like
uri: "http://YourIP:ThePort/Username:Password@code/$replaced%20$toggle"( if you setup a username and password for SmartCloud if not it will look like
uri: "http://YourIP:ThePort/code/$replaced%20$toggle"example if your username was BobBaker and your password is 34D3895 and you IP is 123.3.5.12 and port is 34567then it will look like
http://123.3.5.12:34567/BobBaker:34D3895@code/$replaced%20$toggle
3: Save the file
4: Open your browser to the SmartThings login
https://graph.api.smartthings.com/ and log on
5: Click on My Device Handlers
6: On the right side of the screen click on create new device handler
7: Open the device handler file you just edited and click edit then select all
8: Click edit again and then copy
9: Cack in the SmartThings Divice handler screen click from code
10: Right click on the text box and paste the copied text from your edited text file.
11: Click Create at the bottom
12: Now click save then Publish, under publish select "For me"
Congratulations you have a device handler
