odiroot / mopidy-mqtt

Control and observe Mopidy state via MQTT protocol
Apache License 2.0
7 stars 2 forks source link

How to use it in Node Red? #7

Closed fmarzocca closed 2 years ago

fmarzocca commented 2 years ago

Hi,

I have installed your package and configured /usr/local/lib/python3.7/dist-packages/mopidy_mqtt/ext.conf with my details: [mqtt] enabled = true host = 192.168.1.90 port = 1883 topic = mopidy

Now I have a couple of questions: how to hook it to Mopidy server and make it availbale to Node Red?

Thanks

Fabio

fmarzocca commented 2 years ago

Sorry, I figured this out.