Contents |
Introduction
Mopidy music players can now be added to Agocontrol
Status: Experimental
For install on a Debian system (e.g. Raspbian Jessie), follow these instructions ([1]).
For now: Pull the agomopidy.py file from devices/mopidy
First get and update to latest packages:
sudo apt-get update && sudo apt-get upgrade
then install the Mopidy device
sudo apt-get install agocontrol-mopidy
Create the conf file:
cd /etc/opt/agocontrol/conf.d/ sudo touch mopidy.conf sudo chown agocontrol:agocontrol mopidy.conf
Edit the conf file.
[mopidy] Players=Edison,HD650 [Edison] host=192.168.1.1 Port=6680 [HD650] host=192.168.1.2 Port=1234
Then start the service now
sudo systemctl start agomopidy.service
Then enable the service to auto start after reboot have occured
sudo systemctl enable agomopidy.service
Goto your device configuration
http://xxx.xxx.xxx.xxx:8008/?deviceConfig
You should now see your device(s). Edit the device names and your devices will occur on your All my devices dashboard.