Closed posthok closed 7 years ago
https://github.com/BirdAPI/yamaha-network-receivers This one is written in phyton and is also using cursor actions. Could you implement this in your app. This way it's not necessary to use the romote control which is not reliable.
My goal was to select usb and play from Homey. Selecting usb is no problem but let the receiver play is a problem. I close this issue because i resolved this problem on my own by using a php script on my server. Thanx
$yamip = '192.168.1.51'; //your amp
$command = '<YAMAHA_AV cmd="PUT"><USB><List_Control><Cursor>Sel</Cursor></List_Control></USB></YAMAHA_AV>';
$test = send_to_host($yamip.':80/YamahaRemoteControl/ctrl','POST','/YamahaRemoteControl/ctrl',$command);
I changed your script and replaced the mute card for the above command. the added the app through cli
Not realy an issue but Is it possible to add some menu navigation. Up/down and enter? Than the app is 100%