Need help configuring sonos integration

Good evening,
I’ve installed the sonos integration and running into trouble getting my sonos devices recognized. None of the devices are discovered automaticlly. Even if I add the IP’s to configuration.yaml, none of them appears; ping command works fine; devices are on the network in same subnet

sonos:

media_player:

hosts:

  - 192.168.xxx.yyy
  - 192.168.xxx.yyy
  - 192.168.xxx.yyy
  - 192.168.xxx.yyy

# Example configuration.yaml entry modifying the advertised host address

advertise_addr: 192.168.xxx.yyy

Can someone please help?

Best regards
Kallewirsch

I seem to have a similar problem, although not always and not all speakers at the same time.
Speakers availability is not consistent with availability in the SONOS app.

Found my problem and could resolve it:
I’m running ha on a virtual machine and for any reason, 2 nic where assigned to the vm. I’ve deleted the one not in use (pointing to an the default network) and after a reboot, all my sonos devices where discovered - hope that helps