Denon Marantz Binding Not Discovering

Hi, I am a first time user of OpenHAB. I have openhab2-2.4.0-1 installed on my Ubuntu Server 18.04.1 LTS machine and installed the DenonMarantz Binding 2.4.0.

I have a Marantz AV-7005 and HEOS 1 speaker that cannot be discovered. My system could discover and add Amazon Echos and Philips Hue bulbs. I do not know what to do because I search and see others are able to discover Denon & Marantz products. My OpenHAB server computer can ping and telnet to my Marantz and HEOS 1.

Here is my log:

    2019-01-23 21:06:29.008 [DEBUG] [org.openhab.binding.denonmarantz    ] - BundleEvent [unknown:512] - org.openhab.binding.denonmarantz
    2019-01-23 21:06:29.090 [DEBUG] [org.openhab.binding.denonmarantz    ] - ServiceEvent REGISTERED - {org.eclipse.smarthome.config.discovery.mdns.MDNSDiscoveryParti$
    2019-01-23 21:06:29.100 [DEBUG] [org.openhab.binding.denonmarantz    ] - BundleEvent STARTING - org.openhab.binding.denonmarantz
    2019-01-23 21:06:29.105 [DEBUG] [org.openhab.binding.denonmarantz    ] - BundleEvent STARTED - org.openhab.binding.denonmarantz
    2019-01-23 21:06:33.981 [INFO ] [panel.internal.HABPanelDashboardTile] - Started HABPanel at /habpanel
    2019-01-23 21:06:34.115 [INFO ] [.core.internal.i18n.I18nProviderImpl] - Time zone set to 'America/New_York'.
    2019-01-23 21:06:34.133 [INFO ] [.core.internal.i18n.I18nProviderImpl] - Locale set to 'en_US'.
    2019-01-23 21:06:34.136 [INFO ] [.core.internal.i18n.I18nProviderImpl] - Measurement system set to 'ImperialUnits'.
    2019-01-23 21:06:34.486 [INFO ] [ebuilder.internal.HomeBuilderServlet] - Started Home Builder at /homebuilder
    2019-01-23 21:06:39.524 [DEBUG] [org.openhab.binding.denonmarantz    ] - ServiceEvent REGISTERED - {org.eclipse.smarthome.core.thing.binding.ThingHandlerFactory}=$
    2019-01-23 21:06:51.866 [INFO ] [thome.model.lsp.internal.ModelServer] - Started Language Server Protocol (LSP) service on port 5007
    2019-01-23 21:06:54.675 [INFO ] [.handler.FlashBriefingProfileHandler] - FlashBriefingProfileHandler initialized
    2019-01-23 21:06:56.372 [INFO ] [.dashboard.internal.DashboardService] - Started Dashboard at http://192.168.1.2:8080
    2019-01-23 21:06:56.375 [INFO ] [.dashboard.internal.DashboardService] - Started Dashboard at https://192.168.1.2:8443
    2019-01-23 21:06:57.675 [INFO ] [arthome.ui.paper.internal.PaperUIApp] - Started Paper UI at /paperui

In the bindings docs, the list of supported hardware is: https://www.openhab.org/addons/bindings/denonmarantz/#supported-things
Your AVR is not on that list…

However, does your AVR has a web based controller at http://<AVR IP address>/?
Then maybe it could be added to the binding in which case you would have to post a issue on gitHub

Hi, thanks for the reply! I did read through that document which says it supports any with the web-based controller or Telnet so I charged forward. I can view the AV-7005 using http, telnet, and I have the AVR-Remote app for Android that works great. I think I saw others with the SR-7005 (same electronics as the AV-7005) who have it working.

If the binding polls all real IP addresses in the subnet I would have thought it would pick up my AV-7005 and my HEOS 1. The log does not say it even initiated discovery, though. I manually initiated discovery many times, even rebooted the computer, and it does not do anything.

I will post to github, thanks for the suggestion!