Changes between Version 7 and Version 8 of WikiStart
- Timestamp:
- 2012-01-14 01:07:11 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v7 v8 1 = The Sonos Wireless !HiFi Music Systems plugin for Vera = #TheVisonicPowermaxPluginforVera2 === This plugin allows you to control your Sonos via Vera scenes (or Luup code I guess?). ===1 = The Sonos Wireless !HiFi Music Systems plugin for Vera = 2 === This plugin allows you to control your Sonos via Vera scenes. === 3 3 As I am a newbie in this pls be aware that most parts of the code has been found in other threads. Thanks a lot to many of you in the MCV forum. Be aware that the code is currently in working state - no skills from my side to do it cleaner or better :-) 4 5 Thanks a lot to @guessed for his tremendous help dragging me through (and helping out) the process of making my first plugin! 4 6 5 7 Development Status … … 8 10 9 11 * Supported Models: ZP80 and ZP100 tested 10 * Supported Functions: Play, Pause, Stop, Previous, Next, !IncreaseVolume, !DecreaseVolume, Mute, !UnMute 12 * Functionality: 13 * Sonos: 14 * Mute 15 * UnMute 16 * SetVolume 17 * SetFileToPlay (Places chosen audio file into queue) 18 * MediaNavigation: 19 * ChapterDown(Not implemented) 20 * ChapterUp (Not implemented) 21 * DiskDown (Not implemented) 22 * DiskUp (Not implemented) 23 * FastForward (Not implemented yet) 24 * Pause 25 * Play 26 * QuickSkip (Not implemented) 27 * Rewind 28 * SkipDown(implemented as 'Next' on Sonos) 29 * SkipUp (implemented as 'Previous' on Sonos) 30 * Slow (Not implemented) 31 * Stop 32 * Volume: 33 * Down (by 3 out of 100) 34 * Mute (a toggle mute function - currently a poor mans version) 35 * Up (by 3 out of 100) 11 36 12 37 To do list: 13 38 14 * Autodiscover 39 * Autodiscovery of Zones 15 40 * Autonaming of zone names 16 41 * Select source (Playlist, Radio, Services, etc) 17 42 * Status on what is playing etc. in GUI 18 19 Version history:20 21 * 0.1 - basics22 43 23 44 == Installation == #Installation … … 25 46 * Vera with UI4 has only been tested. 26 47 * A Sonos Zone 27 * The 3 plugin files (I_Sonos1.xml, D_Sonos1.xml, S_Sonos1.xml)48 * The 4 plugin files in the trunk version 13. 28 49 29 50 === How To === #HowTo