mobious
(Glen McGowan)
December 24, 2015, 6:19am
1
I swear I could see events parsed when triggering devices on/off in the past. Has ST changed the log level for devices?
bago
(John)
December 24, 2015, 5:38pm
2
I’ve noticed that some events are missed (sometimes frequently).
sidjohn1
(sidjohn1)
December 24, 2015, 6:48pm
3
More places to check to find the events you are looking for:
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…
mobious
(Glen McGowan)
December 25, 2015, 6:12pm
4
Thanks for the replies, after investigating the device types I see that live logging doesn’t parse every debug statement for some reason. I’ll tinker some more.