Thanks to visit codestin.com
Credit goes to github.com

Skip to content

New configuration option / new supported devices #2786

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 16, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 18 additions & 1 deletion source/_components/media_player.denon.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,17 @@ Supported devices:
- Denon RCD-N8 (untested)
- Denon RCD-N9 (partial support)
- Denon AVR receivers with integrated Network support (partial support)
- Denon AVR-X2000 (via denonavr platform)
- Denon AVR-X2100W (via denonavr platform)
- Denon AVR-X4100W (via denonavr platform)
- Denon AVR receivers (via denonavr platform (untested))
- Denon AVR-1912 (via denonavr platform)
- Denon AVR-2312CI (via denonavr platform)
- Denon AVR-3311CI (via denonavr platform)
- Marantz M-CR603 (via denonavr platform)
- Marantz M-RC610 (via denonavr platform)
- Marantz SR5008 (via denonavr platform)
- Marantz NR1604 (via denonavr platform)
- Other Denon AVR receivers (via denonavr platform (untested))
- Marantz receivers (experimental via denonavr platform)

<pre class='note'>
Expand Down Expand Up @@ -60,12 +68,21 @@ A few notes for platform: denon
media_player:
- platform: denonavr
host: IP_ADDRESS
name: NAME
show_all_sources: True / False
zones:
- zone: Zone2 / Zone3
name: NAME
```

Configuration variables:

- **host** (*Optional*): IP address of the device. Example: 192.168.1.32. If not set, auto discovery is used.
- **name** (*Optional*): Name of the device. If not set, friendlyName of receiver is used.
- **show_all_sources** (*Optional*): 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.
- **zones** (*Optional*): List of additional zones to be activated. They are displayed as additional media players with the same functionality Main Zone of the device supports
- **zone**: Zone which should be activated. Valid options are Zone2 and Zone3
- **name** (*Optional*): Name of the zone. If not set the name of the main device + zone as suffix is taken.

A few notes for platform: denonavr
- Additional option the control Denon AVR receivers with a builtin web server is using the HTTP interface with denonavr platform.
Expand Down