Changes between Version 1 and Version 2 of WikiStart


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

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v1 v2  
    1 = Welcome to Trac 0.12.1 = 
     1= Denon Receiver Control Plugin for Vera = 
     2This plugin is a interface to Denon AVR receivers using either Ethernet or serial interface.  
    23 
    3 Trac is a '''minimalistic''' approach to '''web-based''' management of 
    4 '''software projects'''. Its goal is to simplify effective tracking and handling of software issues, enhancements and overall progress. 
     4= Installation =  
     5== Plugin pre-requisites == 
     6* Vera with UI5. 
     7* Serial interface or Ethernet interface to AVR. 
     8* DLNA Media Controller plugin - Common library for UPnP AV. 
    59 
    6 All aspects of Trac have been designed with the single goal to  
    7 '''help developers write great software''' while '''staying out of the way''' 
    8 and imposing as little as possible on a team's established process and 
    9 culture. 
     10== How To (installation from the MiOS Marketplace)== 
     11* Install the Denon Receiver Control plugin from the MiOS Marketplace. 
     12* Install the DLNA Media Controller plugin from the MiOS Marketplace.  
    1013 
    11 As all Wiki pages, this page is editable, this means that you can 
    12 modify the contents of this page simply by using your 
    13 web-browser. Simply click on the "Edit this page" link at the bottom 
    14 of the page. WikiFormatting will give you a detailed description of 
    15 available Wiki formatting commands. 
     14== How To (manual installation) == 
    1615 
    17 "[wiki:TracAdmin trac-admin] ''yourenvdir'' initenv" created 
    18 a new Trac environment, containing a default set of wiki pages and some sample 
    19 data. This newly created environment also contains  
    20 [wiki:TracGuide documentation] to help you get started with your project. 
     16It is the installation method required if you don't have access to the MiOS marketplace. 
    2117 
    22 You can use [wiki:TracAdmin trac-admin] to configure 
    23 [http://trac.edgewall.org/ Trac] to better fit your project, especially in 
    24 regard to ''components'', ''versions'' and ''milestones''.  
     181. Download the plugin files using the Zip Archive link at the bottom of this page: - 
     19 
     20[[http://code.mios.com/trac/mios_denon-receiver-control/browser/branches/UI5Update]] 
    2521 
    2622 
    27 TracGuide is a good place to start. 
     232. Download the plugin files using the Zip Archive link at the bottom of this page: - 
    2824 
    29 Enjoy! [[BR]] 
    30 ''The Trac Team'' 
     25[[http://code.mios.com/trac/mios_dlna-cntroller/browser/tags/1.2]] 
    3126 
    32 == Starting Points == 
     273. Unzip the ZIP archive 
    3328 
    34  * TracGuide --  Built-in Documentation 
    35  * [http://trac.edgewall.org/ The Trac project] -- Trac Open Source Project 
    36  * [http://trac.edgewall.org/wiki/TracFaq Trac FAQ] -- Frequently Asked Questions 
    37  * TracSupport --  Trac Support 
     294. Upload the plugin files: 
    3830 
    39 For a complete list of local wiki pages, see TitleIndex. 
     31 * In APPS section, open Develop Apps >> Luup Files and upload the following files, check the Restart Luup after upload checkbox and click GO 
     32  * L_DenonReceiver1.lua 
     33  * createJSON.lua 
     34  * D_DenonReceiver1.json 
     35  * D_DenonReceiver1.xml 
     36  * I_DenonReceiver1.xml 
     37  * S_DenonReceiver1.xml 
     38  * J_AVRReceiver1.js 
     39  * S_DLNAAVTransport1.xml 
     40  * S_DLNARenderingControl1.xml 
     41 
     42== Create a device == 
     43 
     44If you installed the plugin from the MiOS Marketplace, one device is automatically created. If you have more than one device or you have installed plugin manually you have to add additional devices in the Vera, one for each device you want to control. 
     45 
     461. Open APPS section; open Develop Apps >> Create Device. 
     47 
     482. In the ''' Upnp Device Filename ''' input box enter D_DenonReceiver1.xml. 
     49 
     503. If the device is controlled via Ethernet in the ''' Ip Address ''' box input ip address. 
     51 
     524. Click Create device. 
     53  
     545. Close the popup window that informs you about the creation of a new device, then push the Reload button. 
     55 
     566. When reload is done, refresh your Web browser cache (Ctrl+F5 in most of the browsers)  
     57 
     58== Trouble Shooting == 
     59* Try powering off receiver then back on again. 
     60* Check that no other clients are connected to port already. 
     61* Check "Network Option: Standby Mode Power Saving" is set to off. 
     62 * Serial connection details:- 
     63  * Communication system: A half duplex 
     64  * Communication speed: 9600bps 
     65  * Character length: 8 bits 
     66  * Parity control: None 
     67  * Start bit: 1 bit 
     68  * Stop bit: 1 bit 
     69 * Ethernet connection details:- 
     70  * Communication system: A half duplex 
     71  * speed: 10Mbps/100Mbps 
     72  * port: TCP port 23 (telnet) 
     73 
     74 * Under the "Advanced" tab set the "Setup" to "0" then restart the luup engine. This will rewrite the json and xml device files.