I just got a Sonos3, and all is working well through VeraEdge (UI7), including radio and text to speech.
However, when trying to play a local MP3 file I get nothing played. I used WinSCP to create a media folder in the “www” folder on the root. Inside the media folder I placed a working file called chime.mp3. I have tried the following LUA code, please tell me what is wrong!
Just take care, remember that the memory in Vera is terribly limited. Storing permanent MP3 files in the Vera looks like a bad idea, except if your MP3 files are very small.
To upload files in the Vera, you just need an application accepting the SCP transfer protocol. It shoudl certainly exist in the MAC platform.
I just got a Sonos3, and all is working well through VeraEdge (UI7), including radio and text to speech.
However, when trying to play a local MP3 file I get nothing played. I used WinSCP to create a media folder in the “www” folder on the root. Inside the media folder I placed a working file called chime.mp3. I have tried the following LUA code, please tell me what is wrong!
luup.call_action(“urn:micasaverde-com:serviceId:Sonos1”, “PlayURI”,
{URIToPlay=“x-file-cifs://qnapstorage/Multimedia/x.wav”, Volume=15},
16)
but this does not