Sorry if everyone else has figured this out, but how can I find icons to use for my Smart Apps? I’ve seen the icon set at http://scripts.3dgo.net/smartthings/icons/, and those look exactly like what I need, but that only gives me names. How do I convert those to usable URLs?
Icons should be png files - you can find any image online and convert them to the right sizes – 1) 60 pixels x 60 pixels and 2) 120 pixels x 120 pixels.
After I convert the images I want to use (I use Preview on OS X), I store the icons I want to use in my public Dropbox account and copy the urls into the SmartApp.
If I want to change the icon for a device, I’ll need to create a new device type for it and code in the icon? I have several Quirky contact sensors, but some are on doors and some are on windows… it’d be nice to have icons to represent which is which.
I am trying to find the same thing as @Cm119… this site is great, especially since it links directly to the icons available from the API, but there seems to be a handful of categories missing (st.contact, st.doors, st.alarm, etc). Anyway to see a listing of those?
Thanks for the site though, its certainly a great resource!
Also it has icons listed that are broken
st.Bath.bath for example. I would list more but you can just look at the page. You did look at the page when you fixed it…right ?
Also the format of this page is not very helpful. A better format would be to list the icon and the name. This way you can cut/paste the name. Having the tooltip for the name is annoying because you can’t cut/paste from a tool tip. I usually just view page source but it would be really helpful if this page just listed ALL the icons and also listed their names in a simple table.
The page is listing all the icons returned from the API call it has always used. It looks like the extra icons may have been moved or hidden for some reason.
As far as page format goes, I’ve been meaning to update this page for a while, but haven’t had sufficient time and/or motivation to do so. I built this prior to working for ST and it runs on my own separate server.