Site updated at 2017-07-02 00:58:35 UTC

This commit is contained in:
Travis CI 2017-07-02 00:58:35 +00:00
parent af9e56ffa0
commit 00a0f63427
651 changed files with 11395 additions and 2155 deletions

View file

@ -74,28 +74,14 @@
</h1>
</header>
<hr class="divider">
<p>The <code class="highlighter-rouge">denon</code> platform allows you to control a <a href="http://www.denon.co.uk/chg/product/compactsystems/networkmusicsystems/ceolpiccolo">Denon Network Receivers</a> from Home Assistant.</p>
<p>The <code class="highlighter-rouge">denon</code> platform allows you to control a <a href="http://www.denon.co.uk/chg/product/compactsystems/networkmusicsystems/ceolpiccolo">Denon Network Receivers</a> from Home Assistant. It might be that your device is supported by the <a href="/components/media_player.denonavr/">Denon AVR</a> platform.</p>
<p>Supported devices:</p>
<ul>
<li>Denon DRA-N5</li>
<li>Denon RCD-N8 (untested)</li>
<li>Denon RCD-N9 (partial support)</li>
<li>Denon AVR receivers with integrated Network support (partial support)</li>
<li>Denon AVR-X2000 (via denonavr platform)</li>
<li>Denon AVR-X2100W (via denonavr platform)</li>
<li>Denon AVR-X4100W (via denonavr platform)</li>
<li>Denon AVR-1912 (via denonavr platform)</li>
<li>Denon AVR-2312CI (via denonavr platform)</li>
<li>Denon AVR-3311CI (via denonavr platform)</li>
<li>Marantz M-CR603 (via denonavr platform)</li>
<li>Marantz M-RC610 (via denonavr platform)</li>
<li>Marantz SR5008 (via denonavr platform)</li>
<li>Marantz NR1604 (via denonavr platform)</li>
<li>Other Denon AVR receivers (via denonavr platform (untested))</li>
<li>Marantz receivers (experimental via denonavr platform)</li>
</ul><pre class="note">
If you have something else using the IP controller for your Denon AVR 3808CI, such as your URC controller, it will not work! There is either a bug or security issue with some models where only one device could be controlling the IP functionality.
</pre>
</ul>
<p>To add a Denon Network Receiver to your installation, add the following to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>
<p><strong>Telnet platform</strong></p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
@ -117,36 +103,6 @@ If you have something else using the IP controller for your Denon AVR 3808CI, su
<li>Play and pause are supported, toggling is not possible.</li>
<li>Seeking cannot be implemented as the UI sends absolute positions. Only seeking via simulated button presses is possible.</li>
</ul>
<p><strong>denonavr platform</strong></p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
<span class="s">media_player</span><span class="pi">:</span>
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">denonavr</span>
<span class="s">host</span><span class="pi">:</span> <span class="s">IP_ADDRESS</span>
<span class="s">name</span><span class="pi">:</span> <span class="s">NAME</span>
<span class="s">show_all_sources</span><span class="pi">:</span> <span class="s">True / False</span>
<span class="s">zones</span><span class="pi">:</span>
<span class="pi">-</span> <span class="s">zone</span><span class="pi">:</span> <span class="s">Zone2 / Zone3</span>
<span class="s">name</span><span class="pi">:</span> <span class="s">NAME</span>
</code></pre>
</div>
<p>Configuration variables:</p>
<ul>
<li><strong>host</strong> (<em>Optional</em>): IP address of the device. Example: 192.168.1.32. If not set, auto discovery is used.</li>
<li><strong>name</strong> (<em>Optional</em>): Name of the device. If not set, friendlyName of receiver is used.</li>
<li><strong>show_all_sources</strong> (<em>Optional</em>): If True all sources are displayed in sources list even if they are marked as deleted in the receiver. If False deleted sources are not displayed (default). Some receivers have a bug that marks all sources as deleted in the interface. In this case this option could help.</li>
<li><strong>zones</strong> (<em>Optional</em>): List of additional zones to be activated. They are displayed as additional media players with the same functionality Main Zone of the device supports
<ul>
<li><strong>zone</strong>: Zone which should be activated. Valid options are Zone2 and Zone3</li>
<li><strong>name</strong> (<em>Optional</em>): Name of the zone. If not set the name of the main device + zone as suffix is taken.</li>
</ul>
</li>
</ul>
<p>A few notes for platform: denonavr</p>
<ul>
<li>Additional option the control Denon AVR receivers with a builtin web server is using the HTTP interface with denonavr platform.</li>
<li>denonavr platform supports some additional functionalities like album covers, custom input source names and auto discovery.</li>
<li>Marantz receivers seem to a have quite simliar interface. Thus if you own one, give it a try.</li>
</ul>
</article>
</div>
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">
@ -178,6 +134,9 @@ If you have something else using the IP controller for your Denon AVR 3808CI, su
<li>
<a href='/components/media_player.clementine/'>Clementine Music Player</a>
</li>
<li>
<a href='/components/media_player.denonavr/'>Denon AVR Network Receivers</a>
</li>
<li>
Denon Network Receivers
</li>