
Tested with Denon X1400H and everything worked. HA auto discovered and the integration found and added the receiver.
5.5 KiB
title, description, ha_category, ha_iot_class, ha_release, ha_domain, ha_codeowners, ha_config_flow
title | description | ha_category | ha_iot_class | ha_release | ha_domain | ha_codeowners | ha_config_flow | |||
---|---|---|---|---|---|---|---|---|---|---|
Denon AVR Network Receivers | Instructions on how to integrate Denon AVR Network Receivers into Home Assistant. |
|
Local Polling | 0.7.2 | denonavr |
|
true |
The denonavr
platform allows you to control Denon Network Receivers from Home Assistant. It might be that your device is supported by the Denon platform.
Known supported devices:
- Denon AVR-X1000
- Denon AVR-X1200W
- Denon AVR-X1300W
- Denon AVR-X1400H
- Denon AVR-X1500H
- Denon AVR-X1600H
- Denon AVR-X2000
- Denon AVR-X2100W
- Denon AVR-X2200W
- Denon AVR-X2300W
- Denon AVR-X3200W
- Denon AVR-X3300W
- Denon AVR-X3400H
- Denon AVR-X3600H
- Denon AVR-X4100W
- Denon AVR-X4300H
- Denon AVR-X4500H
- Denon AVR-1912
- Denon AVR-2312CI
- Denon AVR-3311CI
- Denon AVR-3312
- Denon AVR-4810
- Denon AVR-S710W
- Denon AVR-S720W
- Denon AVR-S750H
- Denon DN-500AV
- Marantz M-CR510
- Marantz M-CR511
- Marantz M-CR603
- Marantz M-CR610
- Marantz M-CR611
- Marantz SR5006
- Marantz SR5008
- Marantz SR5011
- Marantz SR6007 - SR6012
- Marantz SR8015
- Marantz NR1504
- Marantz NR1506
- Marantz NR1602
- Marantz NR1604
- Marantz NR1607
- Other Denon AVR receivers (untested)
- Marantz receivers (experimental)
If your model is not on the list then give it a test, if everything works correctly then add it to the list by clicking on the Edit this page on GitHub link above.
To add a Denon Network Receiver to your installation, click Configuration in the sidebar, then click Integrations. Denon and Marantz receivers should be discovered automatically and should show up in the overview. Hit configure and go through the steps to specify the optional settings. If your receiver does not show up automatically, click the + icon in the lower right. Then search for "denonavr" and enter the setup.
{% configuration %} host: description: IP address of the device, e.g., 192.168.1.32. If not set, auto-discovery is used. required: false type: string show_all_sources: description: 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. Some receivers have a bug that marks all sources as deleted in the interface. In this case, this option could help. required: false default: false type: boolean zone1: description: Specifies if zone 1 should be activated. Zones are displayed as additional media players with the same functionality as the Main Zone of the device supports. required: false default: false type: boolean zone2: description: Specifies if zone 2 should be activated. Zones are displayed as additional media players with the same functionality as the Main Zone of the device supports. required: false default: false type: boolean {% endconfiguration %}
A few notes:
- An additional option for the control of Denon AVR receivers with a built-in web server is using the HTTP interface with
denonavr
platform. - The
denonavr
platform supports some additional functionalities like album covers, custom input source names and auto discovery. - Marantz receivers seem to a have quite a similar interface. Thus if you own one, give it a try.
- To remotely power on Marantz receivers with Home Assistant, the Auto-Standby feature must be enabled in the receiver's settings.
- Sound mode: The command to set a specific sound mode is different from the value of the current sound mode reported by the receiver (sound_mode_raw). There is a key-value structure (sound_mode_dict) that matches the raw sound mode to one of the possible commands to set a sound mode (for instance {'MUSIC':['PLII MUSIC']}. If you get a "Not able to match sound mode" warning, please open an issue on the denonavr library, stating which raw sound mode could not be matched so it can be added to the matching dictionary. You can find the current raw sound mode under "Development Tools/States" in the front panel.
Service denonavr.get_command
Generic commands are supported, in particular, any command supported by the telnet protocol can be sent to /goform/formiPhoneAppDirect.xml
, e.g., /goform/formiPhoneAppDirect.xml?VSMONI2
to switch HDMI outputs on supported receivers. IR remote codes can also be sent to this endpoint, e.g., "/goform/formiPhoneAppDirect.xml?RCKSK0410370" as a mute toggle.
A comprehensive list of telnet protocol commands is also available and so is a full list of IR codes
Service data attribute | Optional | Description |
---|---|---|
entity_id |
no | Name of entity to send command to. For example media_player.marantz |
command |
no | Command to send to device, e.g., /goform/formiPhoneAppDirect.xml?VSMONI2 |