volume up = YamahaRemoteControl/ctrl?<YAMAHA_AV cmd="PUT"><Main_Zone><Volume><Lvl><Val>Up</Val><Exp></Exp><Unit></Unit></Lvl></Volume></Main_Zone></YAMAHA_AV>
volume down = YamahaRemoteControl/ctrl?<YAMAHA_AV cmd="PUT"><Main_Zone><Volume><Lvl><Val>Down</Val><Exp></Exp><Unit></Unit></Lvl></Volume></Main_Zone></YAMAHA_AV>
... Hm... I just want to know a line like: http://ipadress/blablabla
which I can copy in my Browser to for example set the Main Power to on.
I allready have all the command stuff but I coudn't figure out how to use them.
I tried a lot of things - nothing will work.
I'd wager that if you write or call them they will hook you up. It is rare that I don't get some kind of response. It happens on occasion but most times their tech support just emails the docs out. In this business you cannot give up too easily.
Comments
volume down = YamahaRemoteControl/ctrl?<YAMAHA_AV cmd="PUT"><Main_Zone><Volume><Lvl><Val>Down</Val><Exp></Exp><Unit></Unit></Lvl></Volume></Main_Zone></YAMAHA_AV>
I meant: http://192.168.x.xxx/ "and now ????"
which I can copy in my Browser to for example set the Main Power to on.
I allready have all the command stuff but I coudn't figure out how to use them.
I tried a lot of things - nothing will work.
Maybe you could try the JAR module for the RXA2010.
It may work.
Full control protocol docs are available at their CI site. The control is simple and very easy to write a module for.
What's the forum policy on posting third party docs here?