From 14d944d4eb65e881e1f6580f19784bde3a3c2060 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 4 Dec 2016 09:03:53 +0100 Subject: [PATCH] Description for new http interface added (#1411) * Description for new http interface added Added a very short description and configuration example for my new denon_http interface * Update media_player.denon.markdown * Update media_player.denon.markdown --- source/_components/media_player.denon.markdown | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/source/_components/media_player.denon.markdown b/source/_components/media_player.denon.markdown index 48bfc5a5489..a083e47ac5e 100644 --- a/source/_components/media_player.denon.markdown +++ b/source/_components/media_player.denon.markdown @@ -22,15 +22,28 @@ Supported devices: - Denon RCD-N8 (untested) - Denon RCD-N9 (partial support) - Denon AVR receivers with Integrated Network support (partial support) +- Denon AVR-X4100W (via denonavr platform) +- Denon AVR receivers (via denonavr platform (untested)) + To add a Denon Network Receiver to your installation, add the following to your `configuration.yaml` file: +Telnet interface ```yaml # Example configuration.yaml entry media_player: - platform: denon host: IP_ADDRESS ``` + +denonavr interface +```yaml +# Example configuration.yaml entry +media_player: + - platform: denonavr + host: IP_ADDRESS +``` + Configuration variables: - **host** (*Required*): IP address of the device. Example: 192.168.1.32 @@ -43,3 +56,5 @@ A few notes: - To be able to wake up the receiver, activate the "remote" setting in the receiver's settings. - Play and pause are supported, toggling is not possible. - Seeking cannot be implemented as the UI sends absolute positions. Only seeking via simulated button presses is possible. +- Additional option the control Denon AVR receivers with a builtin web server is using the HTTP interface with denonavr platform +- denonavr platform supports some additional functionalities like album covers and is supporting more than simultaneous one connection