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

Bug - Volume controls do not work with Samsung Smart TVs #599

Open
1 task done
mkopec opened this issue Feb 8, 2024 · 0 comments
Open
1 task done

Bug - Volume controls do not work with Samsung Smart TVs #599

mkopec opened this issue Feb 8, 2024 · 0 comments
Labels
blueprint An issue related to a blueprint bug Something isn't working

Comments

@mkopec
Copy link

mkopec commented Feb 8, 2024

Blueprint name

media_player

Home Assistant Core Version

2024.1.6

Home Assistant Installation Type

Home Assistant Container

Description

Samsung Smart TV integrations expose a 0 - 100 scale volume slider that is not functional with my TV - Samsung S95B (2022). Calling the volume_{up, down} services on them works fine, only the slider setting does not get applied.

The media player automaiton tries to set a volume explicitly if possible, so it fails on my TV. I worked this around by simply always calling the volume_{up,down} services in the blueprint.

Not sure if this is a bug for you, for hass or for Samsung to solve. Can we have a toggle for disabling explicit volume control and only using the up / down actions?

Automation YAML config

- id: '1707349134240'
  alias: Hook - Media Player
  description: ''
  use_blueprint:
    path: EPMatt/media_player.yaml
    input:
      controller_entity: sensor.styrbar_action
      controller_model: IKEA E2001/E2002 STYRBAR Remote control
      media_player: media_player.samsung_s95b

To Reproduce

  1. Long press the up button on the remote
  2. Wait for volume to begin changing

Expected behavior

Volume starts to increase

Actual Behaviour

Volume stays the same

Additional Details

  • I'd like to help developing a fix for this issue.

Screenshots

No response

Additional context

No response

@mkopec mkopec added blueprint An issue related to a blueprint bug Something isn't working labels Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blueprint An issue related to a blueprint bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant