KNX - Jung Multiroom Amplifier

Hey everyone,

Can somebody help me to integrate Jung Multiroom Amplifier MR-AMP4.4 ?

I can do a ON/OFF and Volume with the light option but I don’t see how to integrate other options.

What do I have so far

knx:
  light:
    - name: "Keuken Audio"
      address: "3/4/0"
      state_address: "3/4/1"
      brightness_address: "3/4/2"
      brightness_state_address: "3/4/3"

Options I can intergrate

Many thanks for helping me out.

Christoph

You can probably use multiple number entities. Depends on the DPT of those objects.

OK :wink:

Can you give an YAML example please.

I’ve to be honest NOOB in HA

Thank you very much

You’ll find examples in the HA Knx integration documentation :wink:

Not that I want to be lazy but can you give a little go please ?

Well, I did… I wrote those examples :wink:
https://www.home-assistant.io/integrations/knx/#number

Niiiice thank you - first approach

knx:
  number:
    - name: "Keuken Volume"
      address: "3/4/4"
      state_address: "3/4/3"
      type: percent

Screenshot 2025-01-10 160618

Now trying the on/off (mute) button

That would be a switch entity then.

Yeah,

But the problem is that is it is reverse thinking. Jung Amp needs 1 for mute and 0 for music

Please read the documentation. There is an option to invert a switch.

  switch:
    - name: "Keuken Audio"
      address: "3/4/0"
      state_address: "3/4/1"
      invert: true

For everyone how searches on this topic

Special thanks for @farmio