lucasvdh / com.yamaha.receiver

Yamaha receiver app for Homey
GNU General Public License v3.0
2 stars 5 forks source link

[FEAT] MusicCast auto discovery #8

Closed lucasvdh closed 4 years ago

lucasvdh commented 4 years ago

Is your feature request related to a problem?

It can be difficult for some people to try and find out what the ip of their MusicCast device is. This is where SSDP would come in handy.

Describe the solution you'd like

Firstly, it needs to be checked if MusicCast devices actually support SSDP auto Discovery. I can't do this because I don't own a MudicCast device

The implementation of the auto discovery process will probably be very similar to the receiver device. So that can be used as a template.

Additional context

A test script needs to be made which can be ran by someone who has a MusicCast device and has some technical skills to find out what all the parameters of MusicCast devices are.