Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to retrieve all presets and sound processing modes #6

Open
conrad-nash opened this issue May 25, 2024 · 5 comments
Open

Ability to retrieve all presets and sound processing modes #6

conrad-nash opened this issue May 25, 2024 · 5 comments

Comments

@conrad-nash
Copy link

Not a bug, a feature request. Is there a way to retrieve the available presets from the Trinnov and display them in a dropdown? Same for the sound processing modes.

It would be great to be able to have that so I can pass them to my remote2.

Awesome work on the integration, it's working well here - thank you.

@binarylogic
Copy link
Owner

Hi @conrad-nash , sorry I missed this. Yes, that should be possible. I've noticed that the media player dropdown in Home Assistant isn't populating properly. I'll take a look and update this issue if/when I can fix this.

@djgigi
Copy link

djgigi commented Jul 4, 2024

Hi, in effects delete application.
I also use your code with the UC remote 2 and HA, I can turn my altitude on/off, change the volume, but it's impossible to change the input with the Unfolded Circle remote 2, but it doesn't work via HA directly with this script either,

trinnov_input_1:
  alias: "Trinnov Input 1"
  sequence:
    - service: remote.send_command
      target:
        entity_id: remote.trinnov_altitude
      data:
        command:
          - source_set 1

Am I the only one with this problem?

@binarylogic
Copy link
Owner

Hm, your script looks good. Here's mine, which works fine. You might consider adding the same options:

-   service: remote.send_command
    data:
      num_repeats: 2
      delay_secs: 10
      hold_secs: 0
      command:
        - source_set 2
        - preset_set 1
        - volume_set -20.0
    target:
      entity_id: remote.media_room_trinnov_altitude

num_repeats is probably unnecessary, but I set my automations to be idempotent, so I use it as a failsafe.

@djgigi
Copy link

djgigi commented Jul 4, 2024

That's a quick answer.
I tried your script, and it doesn't work either...
that's really strange, because the other commands work,

@djgigi
Copy link

djgigi commented Jul 4, 2024

I had an error in "entity_id:" :-/
problem solved
Thanks again for your help and this great application

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants