Behringer Digital Mixer integration

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.

3 Likes

I have installed and it works really well so far.

THANK YOU!!!

I’ll have to give this a try. I use a dedicated monitor for my x18, but this looks like a fun project.

Thank you ! Ho cna I support you ? Where is BuyMeACoffe link :wink:

Hi, there i have the card installed throw HACS. also added on resources / dashboard.
image

but its not being recognize in the cards,
image

when i add the code directly its just stay blank.
image

btw. value entity even if a delete that the fader doesnt show.

I found this confusing as well but once I got the right entities in there it popped up.

Thanks so much for this integration - I had been contemplating writing my own but hadn’t found the time. It’s working great for me!

Helo every one. Does anybody knows if this could work with midas mr18. As they share a lot of software similarities i Hope i could be.

It should work. I’ve tested it with a Behringer XR16, which is pretty similar.
Let me know if it doesn’t and I’ll see what I can do.

@mburgess00 - If you found the instructions confusing, do you have any suggestions to make it easier to understand?