"View Log" but for dashboard tiles

I have some dashboard tiles that don’t run rules, but rather are directly associated with the device. (i.e. a light switch tile).

Is there any sort of debug logs available for tiles like this? (similar to those that are available for rules)

Some of my tiles occasionally will say “command sent” but the actual device doesn’t do anything.

Samsung Smart Things FWIW.

I would start with reviewing the SmartThings logs. If the green ‘Command Sent’ comes up, that means the command was successfully handed off to SmartThings. So if it didn’t actually run the command on the device, the issue would have happened somewhere between the SmartThings API and the device.

1 Like

Ok…yeah the green message shows up…thanks!