Basic Denon / Heos buttons

Recently I use In-Wall iPads and I must switch between HR and Heos App.

I would like to include basic Denon/Heos functions inside my recent HR layout.

I managed to inserted this buttons:

  • Zone 1: on/off, volume+, volume-
  • Zone 2: on/off, volume+, volume-

But I don’t know how to insert this

  • select Favorite (like buttons: 1, 2, 3,…)
  • source info (image)

Does anybody uses it that way without need to switch between tiles?
For everyday use, I don’t need tons of other functions (Sound Mode,…)

PS: I am not familiar with coding and I don’t use tiles (but whole screen for each floor).

If you add two text boxes, then set the first text box device binding to your device, let’s say it’s called “heos”, set it to heos.supportedmediacommands, then set the second text box device binding to heos.supportedinputsources. Run the designer and copy and paste the values from each. Now you have the full supported values of what media commands and what input sources it will accept. Then to use them, create a button the same way you did for volume, and use the bindings heos.mediacommand and heos.inputsouce. Put the command or source you wish for the value.