I have a Samsung R1 wireless speaker, also referred to as WAM1500, that is not discovered in Home Assistant core-2021.10.6.
This speaker uses SSDP for discovery.
I can see the packets being sent out in Wireshark:
I have SSDP enabled in configuration.yaml (I don’t use default_config):
ssdp:
I have rebooted HA several times, the speaker is working and controlled fine via the Samsung Multiroon app.
There is nothing ignored or disabled on the Configuration > Integrations page.
I tried this custom integration:
But I got errors that samsung_multi_room integration could not be found, despite having saved the custom integration python file in the right location.
2021-10-27 16:52:56 ERROR (MainThread) [homeassistant.config] Platform error: media_player - Integration 'samsung_multi_room' not found.
I vaguely remember that this used to pop up as discovered integration, when I first started playing with HA back in March. Now that I moved to a different house and I’m seriously picking up HA, it’s not showing up anymore.
Any tips on getting this speaker integrated?