kruimel0 / yamaha-app-homey

Homey App
3 stars 8 forks source link

Menu navigation. #1

Closed posthok closed 7 years ago

posthok commented 8 years ago

Not realy an issue but Is it possible to add some menu navigation. Up/down and enter? Than the app is 100%

posthok commented 8 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.

posthok commented 7 years ago

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

posthok commented 7 years ago
$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

posthok commented 7 years ago

http://192.168.1.51/YamahaRemoteControl/desc.xml