New Official Integration: Samsung Multiroom Audio

Hey Jay,

Forget this, I’ve only gone and done it with ST and WebCoRE!! :slight_smile:

This way you dont need cURL, and there is a very comprehensive list here of all the commands it supports.

I created a Piston in WebCoRE using a virtual switch, and if on, then the action is a Web request - Get - using json.

http://192.168.1.12:55001/CPM?cmd=<name>SetPlayPreset</name><p%20type="dec"%20name="presetindex"%20val="0"/><p%20type="dec"%20name="presettype"%20val="1"/>

This command effectively plays the 1st radio station in my following list of the multiroom app.

This one would set the volume to 5.
http://192.168.1.12:55001/UIC?cmd=<name>SetVolume</name><p%20type="dec"%20name="volume"%20val="5"/>

The commands are kind of tricky to get, but all depends on what you want to do.
I’m just happy to be able to get my fav radio stations playing via Alexa and ActionTiles now :+1:

4 Likes