I’ve just created a new integration that allows you to connect a Behringer Digital Mixer to Home Assistant.
Mixers Supported
- X32
- XR12
- XR16
- XR18
For each mixer configured by this integration entities for the following are provided.:
For each Channel, Bus, DCA, Matrix, and Main Faders
- Name (Read only)
- Mute (SWITCH) (Read/Write)
- Fader (NUMBER) (Read/Write)
- Fader Value - dB (SENSOR) (Read only)
In addition to these ‘fader’ related variables, also provided is
- Current scene/snapshot number/index (Read/Write)
Data Updates
The data for the mixer is updated in real time, so each time a button is pressed or fader is moved on the mixer, this is updated in Home Assistant immediately.
Integration is available here - GitHub - wrodie/ha_behringer_mixer: Home Assistant integration for Behringer Digital Mixers eg (X32)
and can be installed with HACS
Entities can be viewed as switches/sensors/numbers in HA as well as being used in automation.
I’ve also created a Lovelace card GitHub - wrodie/mixer-card: Mixer card for Home Assistant that allows you to manage the channels as faders.