0
Under review
How to add the yamaha music cast on the bOS?
How to add the yamaha music cast on the bOS?
I have this av receiver : https://europe.yamaha.com/en/products/audio_visual/av_receivers_amps/rx-v6a/index.html
Customer support service by UserEcho
Hello,
If they have an open API, providing command lists for sending to the device, you could use our HTTP driver to send/receive commands to the device, if the open API isn't available (which it's not in this case, i think), the integration into bOS isn't possible.
Best regards.
Dear Sir,
I have send mail to Yamaha to ask if there is an open API. Can you send and you to ask?
I'll give you some basic commands:
http://<IP>/YamahaExtendedControl/v1/main/getStatus
http://<IP>/YamahaExtendedControl/v1/netusb/getPlayInfo
http://<IP>/YamahaExtendedControl/v1/main/setMute?enable=true
http://<IP>/YamahaExtendedControl/v1/main/setMute?enable=false
http://<IP>/YamahaExtendedControl/v1/main/setVolume?volume=up
http://<IP>/YamahaExtendedControl/v1/main/setVolume?volume=down
http://<IP>/YamahaExtendedControl/v1/main/setVolume?volume=up&step=5
http://<IP>/YamahaExtendedControl/v1/main/setVolume?volume=down&step=5
http://<IP>/YamahaExtendedControl/v1/main/setVolume?volume=15
http://<IP>/YamahaExtendedControl/v1/main/setPower?power=standby
http://<IP>/YamahaExtendedControl/v1/main/setPower?power=on
http://<IP>/YamahaExtendedControl/v1/main/setInput?input=spotify
http://<IP>/YamahaExtendedControl/v1/main/setInput?input=net_radio
http://<IP>/YamahaExtendedControl/v1/netusb/setPlayback?playback=next
http://<IP>/YamahaExtendedControl/v1/netusb/setPlayback?playback=previous
http://<IP>/YamahaExtendedControl/v1/netusb/setPlayback?playback=stop
http://<IP>/YamahaExtendedControl/v1/netusb/setPlayback?playback=play
http://<IP>/YamahaExtendedControl/v1/netusb/setPlayback?playback=pause
You're welcome :)
Hi,
where you find the commands?
I found this https://github.com/honnel/yamaha-commands and Yamaha on openhab
And you don't need anything else :)
I have been using YAMAHA audio devices for years and I sell and install them in my smarthome projects.
Found on various forums and adapted to my own needs.
Dear Sir,
thank you:)
Dear Sir,
do you have any ready driver?
Http Yamaha RX-V481.bos
This is working on RX-V481 - I have not tested it with other models, but in theory it should work with other models too. This is my own test template so there may be some things I haven't finished.
Dear Sir,
thank you very much
I made some changes. Recalling net radio presets was missing. I'm still trying to figure out how to search net radios from bOS as this doesnt give me the answer im looking for yet. But if you have saved some stations already it should show up in the net radio preset list - polling for it is set to 10min right now.
Marked in the picture in red 1. You can also save the current playing radio to any preset nr 1 to 30. First select the save nr and then press "Store preset" 2. Or recall it by the save nr by first selecting the preset save nr and pressing "Recall preset". Or just press play behind the radio you want to listen, I only added 10 presets in the demo template.Http Yamaha AV receiver.bos
Dear Sir,
thank you very much for your support. Now I want to do scene for example movie time and send value for a few lights, turn on the AV receiver and choose a source for example hdmi1 (ip TV) turn on the TV (Samsung TV) I have not the codes and maybe play with IR .... If I have the IR codes I can to create a HTTP IP driver for TV?