Unfortunately there is no such option in this version. You can play specific playlist if that will be your door bell. As alternative you can still use it old way only you have to upload old libraries manually. It was explained here earlier.
You can just add the player to group and then create widget in Mosaic, after that all the control objects will be created. Repeat will be one of them. I will check this once back to office after the brake.
Hi
Is there a command for controlling one single planer? I am only finding groups, but my customer are regrouping all the time, so working with groups will not be so good.
There are 10 kinds of people in the world; those who can read binary and those who don't
(01.08.2019, 06:18)admin Wrote: You are probably missing user/sonos.lua file. Have you uploaded both files (sonos.lp and sonos.lua) to FTP?
I am trying this as well, and get the same error. I have uploaded both the files to /user.
I got the files from post #83, but maybe there is something wrong in one of them? Is there another place I can dowload the two files?
Or maybe I have another problem?
The code I have is;
The logs I get from this is;
1. * string: {"TrackIndex":1,"Playmode":"NORMAL","Crossfade":0,"Repeat":false,"PlayingTime":"0.... - So this seems OK 2. * nil
Any ideas?
There are 10 kinds of people in the world; those who can read binary and those who don't
There is a big delay (like one second and a half) when we use the sonos_app.SendApiActionCommand(groupID, 'play') function, do you have any idea how we could decrease this time ?
Thank you very much for your help !
You probably created them in Mosaic 3? Try adding them in Mosaic 2, Our Touch (and our Sonos app) is currently based on 2 (new Touch based on 3 is in dev)
You probably created them in Mosaic 3? Try adding them in Mosaic 2, Our Touch (and our Sonos app) is currently based on 2 (new Touch based on 3 is in dev)
I have a problem with the Sonos App, I doesn´t find any players in the groups anymore. Is it something I can do to fix this without configurate everything again?
I am struggling a bit with the Sonos integration using the old api.
I have a Homelynk with fw 2.3.0 and Sonos with 10.3
Everything I create returns this error, but different line number. Is there something wrong with my script?
kind regards,
Thomas Elvrum Lassen
Hi
I am struggling with this function as well. It did work earlier, but now it is no longer working properly.
When I run the script, I want a mp3-file in the LM to play on a certain sonos player. If the player was already playing something, it should return to that after teh mp3 is done. This was working.
What is happening now is that if there is no ongoing songs, the mp3 is played and the reply from the function is 'true'. But if something is playing, I get the following error:
'Error in /www/user/sonos.lua at line 0: attempt to get length of a nil value'
The code (sorry for messy code, as I am still in test-mode):
You are mixing up things, you use custom.sonos.lib (new app) with sonos.lp (old app) commands..
I assume you updated the app to the new one, but did you uploaded the sonos.lp to the ftp folder?
Sonos 'say' function is not availeble in the new app as this app is now certified by Sonos and is custom stuff is not allowed, so you cant use the new API custom.sonos.lib for this.
You should use the old app or upload sonos.lp manual and adjust your script accordingly ..
You are mixing up things, you use custom.sonos.lib (new app) with sonos.lp (old app) commands..
I assume you updated the app to the new one, but did you uploaded the sonos.lp to the ftp folder?
Sonos 'say' function is not availeble in the new app as this app is now certified by Sonos and is custom stuff is not allowed, so you cant use the new API custom.sonos.lib for this.
You should use the old app or upload sonos.lp manual and adjust your script accordingly ..
BR,
Erwin
Yes, I have uploaded the sonos.lp manually, along with the sonos.lua.
The thing is that last time I was testing this function, it worked, and now it does not work...
There are 10 kinds of people in the world; those who can read binary and those who don't