Version 2 (modified by zoot1612, 9 years ago) (diff)

--

Denon Receiver Control Plugin for Vera

This plugin is a interface to Denon AVR receivers using either Ethernet or serial interface.

Installation

Plugin pre-requisites

  • Vera with UI5.
  • Serial interface or Ethernet interface to AVR.
  • DLNA Media Controller plugin - Common library for UPnP AV.

How To (installation from the MiOS Marketplace)

  • Install the Denon Receiver Control plugin from the MiOS Marketplace.
  • Install the DLNA Media Controller plugin from the MiOS Marketplace.

How To (manual installation)

It is the installation method required if you don't have access to the MiOS marketplace.

  1. Download the plugin files using the Zip Archive link at the bottom of this page: -

http://code.mios.com/trac/mios_denon-receiver-control/browser/branches/UI5Update

  1. Download the plugin files using the Zip Archive link at the bottom of this page: -

http://code.mios.com/trac/mios_dlna-cntroller/browser/tags/1.2

  1. Unzip the ZIP archive
  1. Upload the plugin files:
  • In APPS section, open Develop Apps >> Luup Files and upload the following files, check the Restart Luup after upload checkbox and click GO
    • L_DenonReceiver1.lua
    • createJSON.lua
    • D_DenonReceiver1.json
    • D_DenonReceiver1.xml
    • I_DenonReceiver1.xml
    • S_DenonReceiver1.xml
    • J_AVRReceiver1.js
    • S_DLNAAVTransport1.xml
    • S_DLNARenderingControl1.xml

Create a device

If 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.

  1. Open APPS section; open Develop Apps >> Create Device.
  1. In the Upnp Device Filename input box enter D_DenonReceiver1.xml.
  1. If the device is controlled via Ethernet in the Ip Address box input ip address.
  1. Click Create device.

  1. Close the popup window that informs you about the creation of a new device, then push the Reload button.
  1. When reload is done, refresh your Web browser cache (Ctrl+F5 in most of the browsers)

Trouble Shooting

  • Try powering off receiver then back on again.
  • Check that no other clients are connected to port already.
  • Check "Network Option: Standby Mode Power Saving" is set to off.
    • Serial connection details:-
      • Communication system: A half duplex
      • Communication speed: 9600bps
      • Character length: 8 bits
      • Parity control: None
      • Start bit: 1 bit
      • Stop bit: 1 bit
    • Ethernet connection details:-
      • Communication system: A half duplex
      • speed: 10Mbps/100Mbps
      • port: TCP port 23 (telnet)
  • Under the "Advanced" tab set the "Setup" to "0" then restart the luup engine. This will rewrite the json and xml device files.

Attachments