oibarra93 / PioneerRemote-kotlin

A simple Pioneer Receiver remote using telnet commands
GNU General Public License v3.0
0 stars 0 forks source link

Does this work on current Pioneer Elite models like VSX-LX###? #1

Open sfatula opened 1 week ago

sfatula commented 1 week ago

If you are not sure, do you know the most recent models you know they work on? Do you have any doc on the commands? You said to refer to the user manual but it doesn't list them.

oibarra93 commented 1 week ago

To be truly honest, I don't know what latest model it will work on. The documentation I used as reference while building this project is https://www.raymondjulin.com/blog/remote-control-your-pioneer-vsx-receiver-over-telnet. It mentions support for VSX 1120, 1021 and 921 as well as mine which is an 830. The other commands I sourced from the virtual remote within the receiver itself which can be found if you navigate to its IP address in a browser (image attached). image

As far as the Elite Models, I'm not sure if the commands are the same. I'm assuming they must be at least similar. The biggest difference I've found is that the newer receivers use port 60128. I found this in https://pypi.org/project/onkyo-eiscp/ which is a Python library for newer Onkyo/Pioneer receivers. If that's the case, you should format your connection like this: 192.168.0.55:60128 (as an example). Otherwise it should autoconnect to your receiver at port 8102. Feel free to try it and please let me know how it went.

Cheers!

oibarra93 commented 1 week ago

I found another document I was referencing with additional commands. Pioneer-IP-RS232-Commands.pdf

I hope this helps!