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

HEOS AVR second zone stopped working #124232

Open
kernelpanic85 opened this issue Aug 19, 2024 · 1 comment
Open

HEOS AVR second zone stopped working #124232

kernelpanic85 opened this issue Aug 19, 2024 · 1 comment
Assignees

Comments

@kernelpanic85
Copy link
Contributor

The problem

At some point this year, I noticed that the HEOS integration stopped being able to control and play media on zone 2 on my Denon x3700 AVR. This had been working no problem for years by turning on zone 2 first with the Denon AVR integration and then playing media with the HEOS integration. This would allow me to only play media on zone 2 and leave zone 1 alone.

Currently when playing the media, zone 1 on the AVR will incorrectly turn on and switch to the HEOS input and play media while zone 2 will do nothing. Was there some kind of change in behavior on these integrations or is this a possible bug?

What version of Home Assistant Core has the issue?

core-2024.8.2

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

heos

Link to integration documentation on our website

https://www.home-assistant.io/integrations/heos

Diagnostics information

home-assistant_heos_2024-08-19T14-09-37.202Z.log

Example YAML snippet

- data: {}
    target:
      entity_id: media_player.living_room_avr_zone2    ///turn on zone 2 with Denon AVR integration
    action: media_player.turn_on
  - data:
      volume_level: 0.5
    target:
      entity_id:
        - media_player.living_room_avr_2    ///set volume with HEOS integration
    action: media_player.volume_set
  - data:
      entity_id: media_player.living_room_avr_2  ///play media with HEOS integration
      message: Incoming guest at the side door
    action: tts.google_translate_say

Anything in the logs that might be useful for us?

Nothing in the logs other than a few messages in the debug output

Additional information

No response

@home-assistant
Copy link

Hey there @andrewsayre, mind taking a look at this issue as it has been labeled with an integration (heos) you are listed as a code owner for? Thanks!

Code owner commands

Code owners of heos can trigger bot actions by commenting:

  • @home-assistant close Closes the issue.
  • @home-assistant rename Awesome new title Renames the issue.
  • @home-assistant reopen Reopen the issue.
  • @home-assistant unassign heos Removes the current integration label and assignees on the issue, add the integration domain after the command.
  • @home-assistant add-label needs-more-information Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue.
  • @home-assistant remove-label needs-more-information Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


heos documentation
heos source
(message by IssueLinks)

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

No branches or pull requests

2 participants