Hi,
I’m running OH3.1 on a Synology NAS - unzipped, not wrapped. I cannot get the default audio sink to play sounds. The sink is a Sonos Symfonisk device. I’ve set up the device with a callbackUrl to the local ip address of the NAS (192.168.x range). When I issue openhab:voice say "hi"
command, I can see a command issued to the Sonos to play an mp3 url, but it’s the wrong one. It waits the whole timeout (20 sec) before giving the prompt back. The ip address in the url is 172.17.0.1, which is the ip address of the docker bridge that is also on the same machine. I suspect this address is obtained using the InetAddress class, which returns one of the local ip addresses, but not one that is reachable by the Sonos. Is there a way to configure which IP address is used when the audio sink / Sonos is instructed to play the mp3 that is generated by the say
command?
thanks!