crowbarz / ha-pioneer_async

Home Assistant media_player component for Pioneer AVRs, rewritten in asyncio and supporting the UI config flow.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Repository to add in hacs

iewl opened this issue · comments

commented

Hi,

I finally have HACS installed, but what repository should i add to get my VSX-933 working?

Currently, you need to add this Github repo as a custom repository using this repo's main URL: https://github.com/crowbarz/ha-pioneer_async. See the instructions here: https://hacs.xyz/docs/faq/custom_repositories

Note that I have not tried this myself, but others have said that adding it in this way works for them.

commented

There are numerous possibilities of things that could go wrong. I'd suggest following these instructions to enable debug logging, attempting to add the integration again and reviewing the Home Assistant log to figure out what is happening in your particular setup.

commented

The messages show that a network connection to the AVR cannot be established by the integration. You should try manually establishing a connection to TCP port 8102 and 23 using nc or telnet from the server and/or within the Docker container that runs Home Assistant. The instant connection failed would suggest that the AVR (or possibly a firewall) is rejecting the connection. The integration won't work without being able to connect to your AVR.

If you can connect to the AVR via one of the Pioneer apps (eg. iControlAV5) then I'd suggest reviewing the app's settings and using those to connect, I believe the integration uses the same API as the app.