sidjohn1
(sidjohn1)
February 29, 2016, 11:30pm
2
You may want to double check the logs, a smartapp still triggering event after its uninstalled does not make a lot of sence. I’m sure it’s possible, but the logs will tell you if there isn’t something going on.
Logs and SmartThings:
https://graph.api.smartthings.com : This is the first place to go when SmartThings are not acting right. This is also the developer site, even if you’re not geek this is an excellent resource to check logs and forcibly delete smart apps and devices.
Live Logging:
https://graph.api.smartthings.com > Live Logging
This is where real time logs can be found. If you are having problems paring new devices or debugging code, this is a great place to start.
Hub logs:
https://graph.api.smartthings.com > My Hubs > List Events > From Hub
Great place to see hub connectivity all PING’s (I’m Alive) and hub disconnect/reconnect messages can easily be seen here. These entries are historical up to 7 days
Device logs:
https://graph.api.smartthings.com > My Devices > (Choose a de…