Skip to content

aurels/phonomatrix

Repository files navigation

PhonoMatrix

PhonoMatrix

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.

How does it work?

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.

Installation & configuration

Read the wiki docs.

TLDR

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

iOS App

Download the [iOS app](https://apps.apple.com/be/app/phonomatrix/id1534130346 the Apple App Store.

Support

For general questions about theses amps and Phonomatrix, please join this group on Facebook: Dayton Audio DAX66 / Monoprice 10761 / Soundavo WS66i Users.

Development

General commands

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

Add/update frontend packages :

cd web
yarn

License

See LICENSE file.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published