[SOLVED] SONOS PlayMode doesn't work

I got issue on PlayMode setting as SHUFFLE+RANDOM and post the problem below. Any help will be greatly appreciated.

http://forum.micasaverde.com/index.php/topic,31983.0.html

What error do you get ?

No error but nothing happen actually. I did a lot of testing and eventually found the solution below.

luup.call_action(“urn:micasaverde-com:serviceId:Sonos1”, “PlayURI”, {URIToPlay=“SQ:JanniePlaylist1”, Volume=22}, 195)
luup.call_action(“urn:upnp-org:serviceId:AVTransport”, “SetPlayMode”, {InstanceID=“0”, NewPlayMode=“SHUFFLE”}, 195 )

Thank you very much :slight_smile: