CHW1979
(Christoph Wijns)
1
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
farmio
(Matthias Alphart)
2
You can probably use multiple number
entities. Depends on the DPT of those objects.
CHW1979
(Christoph Wijns)
3
OK
Can you give an YAML example please.
I’ve to be honest NOOB in HA
Thank you very much
farmio
(Matthias Alphart)
4
You’ll find examples in the HA Knx integration documentation
CHW1979
(Christoph Wijns)
5
Not that I want to be lazy but can you give a little go please ?
farmio
(Matthias Alphart)
6
CHW1979
(Christoph Wijns)
7
Niiiice thank you - first approach
knx:
number:
- name: "Keuken Volume"
address: "3/4/4"
state_address: "3/4/3"
type: percent
Now trying the on/off (mute) button
farmio
(Matthias Alphart)
8
That would be a switch
entity then.
CHW1979
(Christoph Wijns)
9
Yeah,
But the problem is that is it is reverse thinking. Jung Amp needs 1 for mute and 0 for music
farmio
(Matthias Alphart)
10
Please read the documentation. There is an option to invert a switch.
CHW1979
(Christoph Wijns)
11
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