Hey everyone, i am releasing my Yamaha MusicCast integration.
Disclaimer: I have built this integration blind, meaning - i do not own a Yamaha Music Cast device however i used a simulator to test in development so feedback is welcome.
This integration should give you 2 entities: Media Player (basic functions and cover art) and Remote (full button support).
This integration i am also testing new docker image automatic creation, i have not fully tested it but it should simplify significantly the process. Please read the README.md file.
In addition: in Github i also added a musiccast_device_discovery.py file, if you have missing buttons that you want to add, install python, run the script and send me the json output file. it will give me all the info i need to what your device have that i can then port into the project code. Hope you enjoy this new integration. Thank you!!
Special thanks to @Hartmut for helping test and sending me the json file which with it i was able to add 29 more missing functions
Hi, Thanks for this, I have received my Remote 3 and tried this, but I am having some problems;
(1) I have several Musiccast devices and tried setting one up and it was detected (YAS-408), but how do I add additional devices? I have tried doing the setup again, if I leave the IP address blank I get an error (I assume this is the way auto-doscovery works), and if I enter a different IP address I get an error.
(2) For the YAS-408, some of the buttons (power, mute) work, but others (volume up and down) give me the message “Internal server error please try later”. Any ideas?
(3) I have WX-010, ISX-18D, ISX-80 and RX-A2070 devices as well, so if I can get any further I am happy to test these and provide feedback.
it currently support single device setup, that is something that will require additional work to introduce multi device support.
As stated, i wrote this integration blind, i do not own a yamaha musiccast device. have you read this? “In addition: in Github i also added a musiccast_device_discovery.py file, if you have missing buttons that you want to add, install python, run the script and send me the json output file. it will give me all the info i need to what your device have that i can then port into the project code.”
Thanks for the reply, the way I read you GitHub page (Integration Limitations) is that it only supports a Single Zone, that is different from supporting multiple devices in Musiccast language.
Also, the buttons are there, it’s just several are not working, they are returning the error message reported. I don’t think I need more buttons for the YAS-408, I think you have them all.
I can work on multi device support, after i did this yamaha i learned how to do multi device support and released my Naim integration. so i can work on that, the buttons are there as some buttons are there as “dummy buttons” for future enhancements and some work against specific models. since i dont have a music cast device i left trails for future enhancements. if you have a model that a button give an error, run the discovery script, send me the output as well as the remote debug log so i can see the error recieved . then i can integrate new features for a new release.
Did you exit the setup after you uploaded the integration or did fail? This is a know issue with custom integrations where the integration is not reconnected after the setup failed or was exited. You need to delete the integration twice and then re upload it
Thanks for fast response. All is working perfect. I’ve noticed error 111 for couple of integration. I have one more question regarding Musiccast. In original app there is FAVOURITE list 1-40,which can be call with http command. Is it possible to call from within integration? Any idea how to?
I have couple of radio station I’m using every day. Thanks in advance
Only 8 items will show at once so you need to keep increasing the index on the getListInfo to find the right item, be mindful the number still increments, it might be zero on the list but might actually be index 16 as shown above.