Git Product home page Git Product logo

pioneer-receiver-notes's Introduction

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

pioneer-receiver-notes's People

Contributors

rwifall avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.