-
Notifications
You must be signed in to change notification settings - Fork 9
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
VSX-LX505 doesn't work #34
Comments
This integration is unlikely to support your model of Pioneer AVR. The manual that I found online for your model of AVR is dated 2021, so it probably uses a newer protocol than the one implemented in this integration. You can try the Onkyo integration - the same company owns the Pioneer, Onkyo and Integra brands now, and apparently hardware is shared across all of the brands. There is more discussion on AVR models that work with this integration here: #20 |
Hello, I have tried some Onkyo and Integra integration build-in HA and from HACS/Github. Unfortunately no integration work. Is it possible to use RS232 AV control interface? Here are websites with information: |
If it has an RS232 port, you should be able to use a ser2net bridge to use this integration (or similar such as https://github.com/yuri-rage/ESP-Serial-Bridge). Quick glance, the protocol itself appears to be identical to what has been built. The initial error you've got though appears to say that what ever service is running on the ports you have tried, isn't responding on IP you have. Check the settings of the AVR to confirm its IP address and port numbers. |
That is a feature rich unit you got there. I think you should check the native services of HA:
If it is a Onkyo then you should see a when telneting to port 42424 , if that is the place then you would try https://github.com/miracle2k/onkyo-eiscp as crowbarz mentioned from that discussion. |
Hallo,
I hope you can help me. I am a "normal" user in HA.
I have add the HACS ha-pioneer_async integration and die install wizard starts
I add the ip-adress and test some ports 8102, 23 and try some other ports there are open on the pioneer.
But I can´t integrate the receiver VSX-LX505.
I got this Error Message:
Cannot connect to AVR: [Errno 111] Connect call failed ('192.168.xxx.xxx', 8102)
2024-03-29 20:24:45.430 ERROR (MainThread) [custom_components.pioneer_async.config_flow] unexpected exception: AVR connection not available
2024-03-29 20:28:06.771 ERROR (MainThread) [aiopioneer.pioneer_avr] cannot execute system_query_mac_addr command: AVR connection not available
2024-03-29 20:28:06.772 ERROR (MainThread) [aiopioneer.pioneer_avr] cannot execute system_query_software_version command: AVR connection not available
2024-03-29 20:28:06.774 ERROR (MainThread) [custom_components.pioneer_async.config_flow] unexpected exception: AVR connection not available
Have someone a idee?
Where I can get more Logs?
The text was updated successfully, but these errors were encountered: