Changes between Version 4 and Version 5 of WikiStart


Ignore:
Timestamp:
2015-01-09 05:04:56 (9 years ago)
Author:
zoot1612
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v4 v5  
    44 
    55= Installation =  
    6 == Plugin pre-requisites == 
     6== Plugin Prerequisites == 
    77* Vera with UI5. 
    88* Serial interface or Ethernet interface to AVR. 
    99* DLNA Media Controller plugin - Common library for UPnP AV. 
     10 
     11== Supported Devices == 
     12Any device that supports the ''' DENON AVR Control Protocol ''' should create the main zone at a minimum. To get other zones added device needs to be added to the table in ''' L_DenonReceiver1.lua ''' . Currently the table is as follows: - 
     13 
     14{{{ 
     15local MODEL = { 
     16    ['300'] = {}, 
     17    ['400'] = {zones = "2"}, 
     18    ['1000'] = {zones = "2"}, 
     19    ['1713'] = {zones = "2"}, 
     20    ['1913'] = {zones = "2"}, 
     21    ['2000'] = {zones = "2"}, 
     22    ['2106'] = {zones = "2"}, 
     23    ['2112'] = {zones = "2"}, 
     24    ['2307'] = {zones = "1"}, 
     25    ['2803'] = {zones = "1"}, 
     26    ['2805'] = {zones = "2"}, 
     27    ['2807'] = {zones = "2"}, 
     28    ['3000'] = {zones = "2"}, 
     29    ['3312'] = {zones = "2,3"}, 
     30    ['3313'] = {zones = "2,3"}, 
     31    ['3803'] = {zones = "1"}, 
     32    ['3805'] = {zones = "1,2"}, 
     33    ['3806'] = {zones = "2,3"}, 
     34    ['3808'] = {zones = "2,3"},{zoneAutoName}, 
     35    ['4000'] = {zones = "2,3"}, 
     36    ['4306'] = {zones = "2,3"}, 
     37    ['4520'] = {zones = "2,3,4"}, 
     38    ['4802'] = {zones = "1"}, 
     39    ['4806'] = {zones = "2,3"}, 
     40    ['5803'] = {zones = "1,2"}, 
     41    ['5805'] = {zones = "2,3,4"} 
     42} 
     43}}} 
    1044 
    1145== How To (installation from the MiOS Marketplace)== 
     
    57916. When reload is done, refresh your Web browser cache (Ctrl+F5 in most of the browsers)  
    5892 
     93== Issues == 
     94Via Ethernet Plugin randomly loses connectivity and the only way to re-establish again is by rebooting the receiver. 
     95 
    5996== Trouble Shooting == 
    6097* Try powering off receiver then back on again.