Skip to content

Commit f8700a9

Browse files
authored
[denonmarantz] Add HTTP protocol support for newer receivers (openhab#16748)
* Add HTTP protocol support for newer receivers Resolves openhab#16747 Signed-off-by: Jacob Laursen <[email protected]>
1 parent 7dcaf86 commit f8700a9

File tree

5 files changed

+272
-98
lines changed

5 files changed

+272
-98
lines changed

bundles/org.openhab.binding.denonmarantz/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@ This binding integrates Denon & Marantz AV receivers by using either Telnet or a
77
This binding supports Denon and Marantz receivers having a Telnet interface or a web based controller at `http://<AVR IP address>/`.
88
The thing type for all of them is `avr`.
99

10-
Tested models: Marantz SR5008, Denon AVR-X2000 / X3000 / X1200W / X2100W / X2200W / X3100W / X3300W / X4400H
11-
12-
Denon models with HEOS support (`AVR-X..00H`) do not support the HTTP API. They do support Telnet.
13-
During Discovery this is auto-detected and configured.
10+
Tested models: Marantz SR5008, Denon AVR-3808 / AVR-4520 / AVR-X2000 / X3000 / X1200W / X2100W / X2200W / X3100W / X3300W / X4400H / X4800H
1411

1512
## Discovery
1613

1714
This binding can discover Denon and Marantz receivers using mDNS.
1815
The serial number (which is the MAC address of the network interface) is used as unique identifier.
1916

17+
The protocol will be auto-detected.
18+
The HTTP port as well as slight variations in the API will be auto-detected as well.
19+
2020
It tries to detect the number of zones (when the AVR responds to HTTP).
21-
It defaults to 2 zones.
21+
It defaults to two zones.
2222

2323
## Thing Configuration
2424

0 commit comments

Comments
 (0)