Yamaha BD-A1040 IP control

Share any commands you know or look here to find commands for your devices.
Post Reply
gimbers
Posts: 26
Joined: Mon Jul 16, 2012 3:36 pm

Yamaha BD-A1040 IP control

Post by gimbers » Mon Jun 29, 2015 10:47 am

Hi All,

Just wondering if anyone has had any luck controlling a Yamaha BluRay player over IP. I have the control protocols from AWE that seem to suggest you need to write an HTTP POST section, then an xml section. Can't post full doc here as .xlsx not allowed as an attachment, but have added a screen shot of the control protocol. Not sure how to do it, or if it is even possible.

Any help gratefully appreciated.
gimbers
You do not have the required permissions to view the files attached to this post.

gimbers
Posts: 26
Joined: Mon Jul 16, 2012 3:36 pm

Re: Yamaha BD-A1040 IP control

Post by gimbers » Mon Jun 29, 2015 11:49 am

Ok, after more fiddling, it turns out that the power command in the example is not the power command for this particular player. Really helpful. If you just type the POST bit, adjust the length for the number of characters in the XML part that you will enter below, and the HOST to the IP address of the player, then leave a line and paste in a command from the command list on one line, it works fine! So Power On is"

POST /avctrl/ctrl.cgi HTTP/1.1
Content-Type: text/xml
Content-length: 142
HOST: 192.168.2.74

<?xml version="1.0" encoding="utf-8"?><YAMAHA_AV cmd="PUT"><Main_Zone><Power_Control><Power>On</Power></Power_Control></Main_Zone></YAMAHA_AV>

Hope that helps someone...
gimbers

trevorst
Posts: 160
Joined: Wed Jul 18, 2012 3:45 pm
Location: Tacoma, WA

Re: Yamaha BD-A1040 IP control

Post by trevorst » Mon Jun 29, 2015 2:17 pm

Thanks..
You can post the whole document, just zip it and post the zip file.

gimbers
Posts: 26
Joined: Mon Jul 16, 2012 3:36 pm

Re: Yamaha BD-A1040 IP control

Post by gimbers » Thu Jun 30, 2016 4:14 pm

Here's the full monty if it's helpful to anyone...
You do not have the required permissions to view the files attached to this post.

Post Reply