I’ve posted this before, but it was a while ago and there are new devs out there.
If anyone needs a list of icons and their names: http://scripts.3dgo.net/smartthings/icons/
I’ve posted this before, but it was a while ago and there are new devs out there.
If anyone needs a list of icons and their names: http://scripts.3dgo.net/smartthings/icons/
Thanks, I really appreciate you compiling this list. I use it all the time!
Nice - thanks.
FYI, the rate limiting is killing this page , I’m seeing “the server responded with a status of 429 (Too Many Requests)”. Only about half the icons show up.
Looks like you can change the URL for the image from:
https://graph.api.smartthings.com/api/devices/icons/st.Appliances.appliances10-icn?displaySize=2x
to
http://cdn.device-icons.smartthings.com/Appliances/appliances10-icn@2x.png
That way it’s hitting their CDN and not the graph API itself and then it shouldn’t be rate limited any longer.
Fixed.
Thanks for the head’s up. And the url to fix it.
Sweet, I’m guessing the page is still cached since I’m still seeing the errors… I’ll check back later, I was trying to find an icon for a new device type
ST really should just add this list to their docs.
You need to remove the st.Foo. part of the image name too.
It should actually be better now. There are still a few broken icons, but most seem to be working.
I’m seeing a partially blank page with this error in the source:
Fatal error: Cannot use object of type stdClass as array in /srv/http/scripts.3dgo.net/public/smartthings/icons/index.php on line 34
sigh
Try again. Hopefully it works. This is what I get for trying to do things fast.
Looks great now! Thanks, I can now find the icon I was looking for
Pointer to other icon discussions