homebridge-denon-heos
homebridge-denon-heos copied to clipboard
Use the auto-discovered web interface port before falling back to Telnet
My Denon receiver seems to be operating on an unusual port number (which appears to change). The auto-discovery works perfectly, and identifies the correct port number in foundReceivers[index][1]
.
However, the discoverControlInterface
function tests three possible ports before moving to Telnet. My setup would work if this function checked four ports before falling back to Telnet...
- Port 80
- Port 8080
- Custom port number if specified in config
-
Port number obtained in
foundReceivers[index][1]