Welcome to musiccast2mqtt

MusicCast2MQTT is a gateway between your Yamaha MusicCast devices and your MQTT broker. It is based on the mqttgateway library. It translates incoming MQTT messages into MusicCast commands. The MQTT syntax required is flexible and configurable.

Installation

MusicCast2MQTT is available on pip. It is preferrable to use the --user option or use a virtual environment.

pip install --user musiccast2mqtt

Execution

pip installs an entry-point called musiccast2mqtt. Its location depends on your system but hopefully your PATH environment variable already points there, so you can type anywhere:

musiccast2mqtt

and you should see a bunch of logs on the console.

Next step is to configure the application. Check the documentation.

Any issues, let me know here.