svrooij / sonos2mqtt

:speaker: Sonos mqtt controller. Control your speakers from your mqtt server. mqtt-smarthome insprired.
https://sonos2mqtt.svrooij.io/
MIT License
76 stars 18 forks source link

Configuration in Synology Docker Container #176

Closed RossMax2 closed 2 years ago

RossMax2 commented 2 years ago

Hallo, I'am pretty much a beginner!

Installing and running the docker file on my Synology worked. Obviously the Sonos speakers where found. In MQTTFX I see some Sonos-Topics with plausible information.

but!

I have no Idea how to change the configuration. How do I have to use the Synology-Terminal? Where do I find the options.json?

Maybe someone can give me some hints.

svrooij commented 2 years ago

Just take the docker-compose file and use this manual on how to use docker-compose on your nas.

docker compose is an easy way to run (and configure containers).

RossMax2 commented 2 years ago

Thank you. I will try the tutorial.