Brad_ST
(Brad)
November 14, 2020, 2:11am
10
Doh. I missed that. It’s the spaces in the icon url:
* You should have received a copy of the GNU Affero General Public License along with this program. If not, see http://www.gnu.org/licenses/.
*
*
*/
definition(
name: "Pool Controller",
namespace: "bsileo",
author: "Brad Sileo",
description: "This is a SmartApp to connect to the nodejs_poolController and create devices to manage it within SmartThings",
category: "SmartThings Labs",
iconUrl: "http://cdn.device-icons.smartthings.com/Health & Wellness/health2-icn.png",
iconX2Url: "http://cdn.device-icons.smartthings.com/Health & Wellness/health2-icn@2x.png",
iconX3Url: "http://cdn.device-icons.smartthings.com/Health & Wellness/health2-icn@3x.png")
preferences {
page(name: "deviceDiscovery", title: "UPnP Device Setup", content: "deviceDiscovery")
page(name: "poolConfig", title: "Pool Configuration", content: "poolConfig")
}
// UPNP Device Discovery Code
@Brad_ST You are a genius!! Thank you so much for taking the time to track this one down. First smart app I clicked on right at the top I saw your examples. I modified the spaced as you said and Boom! I have smartapps!
For those who stumble across this mine is due to a smart app called Pool Controller. I will contact the the creator and make sure he is aware. @bradsileo
Thanks again both @Brad_ST and @jamesonrw for getting me in touch with Brad.
If you change those three icon urls, you should be good to go. For example:
http://cdn.device-icons.smartthings.com/Health & Wellness/health2-icn.png
to
http://cdn.device-icons.smartthings.com/Health%20&%20Wellness/health2-icn.png
2 Likes