Skip to content

Notes about how to connect to pioneer receivers. In particular the VSX-1021 k

License

Notifications You must be signed in to change notification settings

rwifall/pioneer-receiver-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

pioneer-receiver-notes

Notes about how to connect to and communicate with Pioneer receivers similar to the VSX-1021 K Hopefully this makes it easier for other people trying to integrate a system with a Pioneer receiver. If you have any additional info, please make a pull request!

Access methods

Telnet / Socket - This seems to be the most popular method. Just connect to the ip address of the receiver and start issuing and listening for commands. You can find the commands in the pages for Custom Install IP & RS-232 Codes

  • telnet ipaddress - Issue commands to the receiver over telnet

UPnP - The receiver implements UPnP to expose standard capabilities.

HTTP - I haven't been able to find any official documentation about these pages:

Example commands (These seem to be the same as custom install IP & RS-232 commands):
/EventHandler.asp?WebToHostItem=PO - Power on
/EventHandler.asp?WebToHostItem=PF - Power off
/EventHandler.asp?WebToHostItem=VU - Volume up
/EventHandler.asp?WebToHostItem=VD - Volume down
/EventHandler.asp?WebToHostItem=MO - Mute on
/EventHandler.asp?WebToHostItem=MF - Mute off
/EventHandler.asp?WebToHostItem=**FN - Input change (** = input number)
/EventHandler.asp?WebToHostItem=***SR - Listening mode (*** = listening mode)

HTTPS -

  • https://ipaddress/ - Requires a client certificate. I haven't been able to access this link.

Normal web pages

Documentation

RS-232 / IP (Telnet) codes:

Other projects & links:

Open Ports (VSX-1021 k)

  • Open TCP Port: 23 telnet
  • Open TCP Port: 80 http
  • Open TCP Port: 443 https
  • Open TCP Port: 1024
  • Open TCP Port: 1900 ssdp (Simple service discovery protocol - part of UPnP)
  • Open TCP Port: 8080 http-alt
  • Open TCP Port: 8102
  • Open TCP Port: 10100 itap-ddtp
  • Open TCP Port: 49152
  • Open TCP Port: 49153
  • Open TCP Port: 49154

About

Notes about how to connect to pioneer receivers. In particular the VSX-1021 k

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published