Play MP3 files on a bluetooth speaker

@Derek_C thanks for the update. What Google Home device integration are you using with SmartThings?

  1. You’ll want to check with the developer of the device handler as they’ll have to expose the speaker group as a device. If they can expose the speaker group as a device with a supported capability, then you should be able to authorize it in SharpTools.

  2. Is this referring to using a Music Player Tile in the SharpTools.io dashboards? What device are you trying to play the music on? If the device handler exposes a command that lets you play music from the internet, then you could use a SharpTools Rule to run that command from a dashboard as shown in this thread:

    Sending Custom Commands

  3. Yes, SharpTools rules can use any attribute or command that a supported device exposes. And SharpTools dashboards can display tiles for any supported capability. Looking through the details over on the cast-web site, it looks like each cast device is exposed as a Thing in SmartThings, so you should be able to use them in both rules and dashboards.

    Do you already have cast-web integrated with SmartThings and the devices created? If so, have you tried authorizing them in SharpTools.io and using them?