unfoldedcircle / feature-and-bug-tracker

Feature and bug tracker repository for Unfolded Circle products
25 stars 0 forks source link

Add multi IR data set #171

Open tastyrepublic opened 11 months ago

tastyrepublic commented 11 months ago

Is there an existing issue for this?

Description

Add multi data set from other devices that’s already setup, like load the tv volume button to the physical volume button to a set top box remote setup without learn the code again.

Additional context

No response

KarlKiel commented 11 months ago

I guess this can be already achieved via the UI definition for the activities

tastyrepublic commented 11 months ago

Any instructions for how to set it up? Thank you.

KarlKiel commented 11 months ago

Just create a new activity and add all the entities that you need to control something (in your example TV and set top box). Use the button to configure the UI of the activity. Here you can assign all physical buttons to commands from all the entities that you assigned to your activity (So e.g. the volume buttons to control volume of TV whereas for channel up/down use the commands to control the set top box. You can also freely design additional controls on the UI. After that add the activity to your general UI.

tastyrepublic commented 11 months ago

Got it, will give it a try. Thank you so much.