I’ve been having some internet connectivity issues which are affecting my SmartThings Hub, i.e. the status changes relatively frequently between active and inactive. I have two questions:
Is there a way to catch these active/inactive event triggers using SmartApps, in a similar way to how capability.motionSensor can be used to catch motion active/inactive events or capability.contactSensor can be used to catch open/closed events.
Are events that are triggered while the hub is offline/inactive buffered on the hub and sent when the hub comes back online or are the lost?
No, all smart apps run in the cloud, so if the hub is off-line, they cannot receive any events from the hub. SmartThings has built-in ping facility (you can configure it in the IDE). If ST detects the hub is off-line for certain period of time (e.g. 5 minutes), they will send push notification to your phone.
Are events that are triggered while the hub is offline/inactive buffered on the hub and sent when the hub comes back online or are the lost?
Thank you for your reply geko! I have the app set up on my phone and can see hub activity/inactivity pings. Is there any way to access this information in the SmartApps?