====== Standardbefehle ====== Hier werden sämtliche Standardbefehle zur Steuerung der Sonos Installation gelistet. Diese müssen als virtueller Ausgangsbefehl (Loxone) oder in einem http Ausgang (Nicht Loxone) angelegt werden. ===== Syntax ===== Übersicht der gängigsten Befehle, T2S Syntax und auch erlaubte Kombinationen innerhalb einer Syntax. Wer die Funktionen erst im Browser testen möchte, setzt bitte jeweils folgendes vor die Syntax: | http:%%//%% oder | ===== Befehle ===== | Funktion | Befehl / Syntax / URL | Einzel | Gruppen | Erläuterung | | Stop | /plugins/sonos4lox/index.php/?zone=&action=**stop** | **X** | | Stopt eine Zone (Radio) | | Pause | /plugins/sonos4lox/index.php/?zone=&action=**pause** | **X** | | Stopt eine Zone (Playliste/Queue) | | Play | /plugins/sonos4lox/index.php/?zone=&action=**play** | **X** | | Startet spielen (Radio/Playliste/Queue) | | next | /plugins/sonos4lox/index.php/?zone=&action=**next** | **X** | | einen Song vor | | previous | /plugins/sonos4lox/index.php/?zone=&action=**previous** | **X** | | einen Song zurück | | rewind | /plugins/sonos4lox/index.php/?zone=&action=**rewind** | **X** | | zurück zum Anfang des Songs | | mute | /plugins/sonos4lox/index.php/?zone=&action=**mute&mute=true** | **X** | | Zone auf Mute stellen | | | /plugins/sonos4lox/index.php/?zone=&action=**mute&mute=false** | **X** | | Zone auf Unmute stellen | | togglemute | /plugins/sonos4lox/index.php/?zone=&action=**togglemute** | **X** | | schaltet mute EIN/AUS | | stopall | /plugins/sonos4lox/index.php/?zone=&action=**stopall** | **X** | **X** | Stoppt play auf allen Zonen | | softstop | /plugins/sonos4lox/index.php/?zone=&action=**softstop** | **X** | | Reduziert langsam die Lautstärke auf Null | | softstopall | /plugins/sonos4lox/index.php/?zone=&action=**softstopall** | | **X** | Reduziert für alle Player langsam die Lautstärke auf Null | | toggle | /plugins/sonos4lox/index.php/?zone=&action=**toggle** | **X** | | wechselt zwischen Pause/Play | | playmode | /plugins/sonos4lox/index.php/?zone=&action=**playmode&playmode=normal** | **X** | | setzt playmode NORMAL | | | /plugins/sonos4lox/index.php/?zone=&action=**playmode&playmode=repeat_all** | **X** | | setzt playmode REPEAT_ALL | | | /plugins/sonos4lox/index.php/?zone=&action=**playmode&playmode=shuffle_norepeat** | **X** | | setzt playmode SHUFFLE_NOREPEAT | | | /plugins/sonos4lox/index.php/?zone=&action=**playmode&playmode=shuffle** | **X** | | setzt playmode SHUFFLE | | | /plugins/sonos4lox/index.php/?zone=&action=**playmode&playmode=shuffle_repeat_one** | **X** | | setzt playmode SHUFFLE_REPEAT_ONE | | | /plugins/sonos4lox/index.php/?zone=&action=**playmode&playmode=repeat_one** | **X** | | setzt playmode REPEAT_ONE | | crossfade | /plugins/sonos4lox/index.php/?zone=&action=**crossfade&crossfade=1** | **X** | | schaltet überblenden ein | | | /plugins/sonos4lox/index.php/?zone=&action=**crossfade&crossfade=0** | **X** | | schaltet überblenden ein | | clearqueue | /plugins/sonos4lox/index.php/?zone=&action=**clearqueue** | **X** | | löscht die Queue | | volume | /plugins/sonos4lox/index.php/?zone=&action=**volume&volume=30** | **X** | | setzt die Lautstärke | | volumeup | /plugins/sonos4lox/index.php/?zone=&action=**volumeup** | **X** | | erhöht die Lautstärke um in der Plugin Konfiguration angegebenen Wert | | volumedown | /plugins/sonos4lox/index.php/?zone=&action=**volumedown** | **X** | | verringert die Lautstärke um in der Plugin Konfiguration angegebenen Wert | | setrelativegroupvolume | /plugins/sonos4lox/index.php/?zone=&action=**setrelativegroupvolume&volume=10** | | **X** | erl. Werte: **-100 bis 100. **Erhöht die aktuelle Volume je Player der Gruppe um 10% | | setgroupvolume | /plugins/sonos4lox/index.php/?zone=&action=**setgroupvolume&volume=25** | | **X** | erl. Werte: **0 bis 100. **Setzt den Volume Wert der Gruppe auf 25 und passt die Volume der einzelnen Player proportional an | | setloudness | /plugins/sonos4lox/index.php/?zone=&action=**setloudness&loudness=1** | **X** | | schaltet Loudness ein | | | /plugins/sonos4lox/index.php/?zone=&action=**setloudness&loudness=0** | **X** | | schaltet Loudness aus | | settreble | /plugins/sonos4lox/index.php/?zone=&action=**settreble&treble=3** | **X** | | setzt Wert für Höhen | | setbass | /plugins/sonos4lox/index.php/?zone=&action=**setbass&bass=4** | **X** | | setzt Wert für Bass | | balance | /plugins/sonos4lox/index.php/?zone=&action=**balance&balance=LF&value=20** | **X** | | Die Balance des linken Lautsprechers (LF) deines Stereopaares wird um 80% reduziert | | resetbasic | /plugins/sonos4lox/index.php/?zone=&action=**resetbasic** | **X** | | Alle Werte (Balance/Höhen/Bass) werden wieder auf Standard gesetzt |