-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MusicCast support #5
Comments
Sorry, currently I do not own a MusicCast capable device. Will try my best as soon as I get my hands on one. But can't tell when... |
just got my hands on a WX-010 for xmas...would be great to control it over node-red. any chance on this? |
@krauskopf, newer models use udp broadcasting for their events and they have a new json api. Would you mind setting up a branch to get me started? Your code setup is pretty clean and i dont want to mess with it. Let me know what you think |
Hi @samvdb, thanks for your message and your willingness to contribute :-). I really appreciate your support and will try to do my best to support you. Although, I still have no MusicCast cappable device, yet. I created a new branch and added you as a contributor to the repository. So, happy coding! Regarding integration of the new API:
Let me know how I can help you. Best Regards, |
I will try to make some time in the coming weeks. I'm guessing for BC reasons it might be best to create 3 new nodes ( GET PUT and Events). For the UDP events it's pretty straight forward. Everything is documented quite well in the api specs. All you need to do is a GET request to a certain url to subscribe yourself. This needs to be done every 10 min. An UDP Unicast packet will be sent to the IP that requested the subscription. |
Hi Any luck with this ? Regards |
Hi! I'm trying to use these nodes with a YSP2700 soundbar (Musiccast). They don' work with PUT GET on port 80 (right?) Thanks |
Musiccast integration would be great. Sadly i don't have the skills to help. |
Hello! Any news on this? I have a Musiccast 20 which we could use for testing. There is some documentation here: http://habitech.s3.amazonaws.com/PDFs/YAM/MusicCast/Yamaha%20MusicCast%20HTTP%20simplified%20API%20for%20ControlSystems.pdf Would this be hellfull: https://github.com/foxthefox/yamaha-yxc-nodejs How can I help? Regards |
Sorry, no update from my side. As I still have no device with MusicCast support I am not able to implement the protocol. And programming the new features without being able to test is no valid option. Sorry and regards, |
Hi all, Best Regards |
Hi Daniel, Regards |
Hi @Assertor90 |
Any chance of you getting this to work with MusicCast players that would be great.
It uses a JSON API instead of XML on the older devices.
The text was updated successfully, but these errors were encountered: