PhonoMatrix is a software suite aimed at controlling DaytonAudio DAX66 and Monoprice 10761 multizone amplifiers. It is composed of an agent which controls the amp via serial/RS232 and exposes a web interface. It has an optional iOS app too.
This codebase is not maintained a lot but has proven to be rock solid over the years.
The service runs on Debian (and Raspbian) at the moment. It exposes a JSON and WebSockets API for the iOS app to consume. We also support MQTT topics to interface the amps with other automation systems.
You need to connect the host to the master amp via an USB-RS232 cable.
Read the wiki docs.
Setup APT source :
/etc/apt/sources.list.d/fury.list:
deb [trusted=yes] https://apt.fury.io/phonoid/ /
Then install :
apt update
apt install phonomatrix
systemctl enable phonomatrix
systemctl start phonomatrix
journalctl -fu phonomatrix
Download the [iOS app](https://apps.apple.com/be/app/phonomatrix/id1534130346 the Apple App Store.
For general questions about theses amps and Phonomatrix, please join this group on Facebook: Dayton Audio DAX66 / Monoprice 10761 / Soundavo WS66i Users.
rake build:bin
rake build:web
BETA=false rake package
BETA=false rake release
Or to work on the UI :
rake build:bin foreman start
cd web
yarn
See LICENSE file.
