From de04ad0ddeabffded79d8a091a79aa0e356ae7f0 Mon Sep 17 00:00:00 2001 From: MrRimmer <66375522+MrRimmer@users.noreply.github.com> Date: Tue, 24 Nov 2020 18:00:18 +0000 Subject: [PATCH] [denonmarantz] doc: added note for later models (#9066) Added note for later models >= 2016. --- bundles/org.openhab.binding.denonmarantz/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bundles/org.openhab.binding.denonmarantz/README.md b/bundles/org.openhab.binding.denonmarantz/README.md index 3561395960..74ae25cd8a 100644 --- a/bundles/org.openhab.binding.denonmarantz/README.md +++ b/bundles/org.openhab.binding.denonmarantz/README.md @@ -7,7 +7,7 @@ This binding integrates Denon & Marantz AV receivers by using either Telnet or a This binding supports Denon and Marantz receivers having a Telnet interface or a web based controller at `http:///`. The thing type for all of them is `avr`. -Tested models: Marantz SR5008, Denon AVR-X2000 / X3000 / X1200W / X2100W / X2200W / X3100W / X3300W +Tested models: Marantz SR5008, Denon AVR-X2000 / X3000 / X1200W / X2100W / X2200W / X3100W / X3300W / X4400H Denon models with HEOS support (`AVR-X..00H`) do not support the HTTP API. They do support Telnet. During Discovery this is auto-detected and configured. @@ -31,9 +31,11 @@ There are more parameters which all have defaults set. | zoneCount | [1, 2, 3 or 4] | 2 | | telnetEnabled | true, false | false | | telnetPort | port number, e.g. 23 | 23 | -| httpPort | port number, e.g. 80 | 80 | +| httpPort | port number, e.g. 80 | 80 (1) | | httpPollingInterval | polling interval in seconds (minimal 5) | 5 | +(1) Models >= 2016 use port 8080 and have a slightly different API + ## Channels The DenonMarantz AVR supports the following channels (some channels are model specific): -- 2.47.3