Jump to content
C4 Forums | Control4

Pioneer AVR control over IP tip


zaphod

Recommended Posts

I just found something out that I will post here as it isn't well documented.  This should work on Pioneer AVRs made over the last decade that have IP control.  My Pioneer Amp is from something like 2012-3.  There is a fair bit of documentation on the web about how to control Pioneer AVRs that is generally done with Telnet.  But they also have a REST API, but there is very little documentation beyond this github page:  https://github.com/rwifall/pioneer-receiver-notes .  There are lots of web pages out there with info on the codes to be used by telnet, and these codes can be converted to HTTP GET commands.

Long story short: You can control your amp with HTTP GET commands like this http://<AVR IP Address>/EventHandler.asp?WebToHostItem=1HA (this command has HDMI audio being passed through rather than processed by the amp)

Why is this useful?  You may have a need to do some esoteric control of your amp that is not part of the basic driver. Using that code with an HTTP GET from the generic TCP driver will allow you to do stuff that it isn't easy to do today.  Like changing the Amp's video output resolution, or dimming the display on the front of the amp.

Link to comment
Share on other sites


This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.