Can anyone tell me how I can make smartthings work?
I getting a whole lot of false alarms… The lights keep turning on (security) when I put my house in to HOME mode. Alarm turns on sometimes after I leave the house and tells me that there is motion, when there is not.
sidjohn1
(sidjohn1)
April 22, 2016, 5:23pm
2
Logs are the best place to start
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…