Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Searching for receivers... [UPnP process not completing] #1

Open
xerosys opened this issue Dec 13, 2024 · 2 comments
Open

Searching for receivers... [UPnP process not completing] #1

xerosys opened this issue Dec 13, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@xerosys
Copy link

xerosys commented Dec 13, 2024

Hi mthiel,

Thank you for developing this Stream Deck plugin to control HEOS-enabled Denon AV Receivers. This is exactly something I have been looking for and couldn't be happier that you've created something so useful as this.

I'm not familiar with Javascript at all, but managed to install all of the required dependencies following your instructions and compile the source to create the Stream Deck plugin. When I load up the plugin to Stream Deck control panel, however, I get "Searching for receivers..." in the dropdown menu.

image

Are there certain constants that I would need to modify in the source to make the plugin detect my AVR? Both my Mac mini (running latest macOS) and Denon X3800H are on the same network and connected to each other using HDMI. I have logged onto my HEOS account on my X3800H and the network settings are all enabled.

Best,
xerosys

@mthiel
Copy link
Owner

mthiel commented Dec 13, 2024

Hey @xerosys, thanks for giving it a shot!

You shouldn't need to actually log into a HEOS account but I don't think it hurts. The presence of HEOS was just an easy way to say it has to be a network receiver of some kind. It can't be a 500 series that has no ethernet or wifi.

The code doing the receiver search is just a very light-weight UPnP implementation, so I would check your firewall settings in case the Stream Deck app needs LAN access maybe?

Also, I noticed that after applying the MacOS 18.2 update yesterday, the detection isn't working right for me either. I have a hunch it may have messed with LAN connections, since my Home Assistant plugin started acting up at the same time.

@mthiel mthiel self-assigned this Dec 13, 2024
@mthiel mthiel added the bug Something isn't working label Dec 13, 2024
@mthiel
Copy link
Owner

mthiel commented Dec 13, 2024

Also, thanks for opening the issue on it. I'll update with investigation details here. 👍

@mthiel mthiel changed the title Searching for receivers... Searching for receivers... [UPnP process not completing] Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants