You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to add support for MQTT to owntone? This would make it super easy to integrate it easily into many home automation platforms.
On the one hand side owntone can push infos (e.g. track changes etc) to a MQTT server and on the other hand it could retrieve main commands (e.g. play, stop, pause, volume etc) from a MQTT server
The text was updated successfully, but these errors were encountered:
@kalle2000 you could try implementing a, external bridge (e.g. in Python). If that sounds daunting you could use https://github.com/jpmens/mqtt-launcher and some command line tools. This would allow control (but not viewing status), with a small amount of effort.
Would it be possible to add support for MQTT to owntone? This would make it super easy to integrate it easily into many home automation platforms.
On the one hand side owntone can push infos (e.g. track changes etc) to a MQTT server and on the other hand it could retrieve main commands (e.g. play, stop, pause, volume etc) from a MQTT server
The text was updated successfully, but these errors were encountered: