ha-samsungtv-tizen icon indicating copy to clipboard operation
ha-samsungtv-tizen copied to clipboard

set_volume does not work

Open saschaeggi opened this issue 5 years ago • 8 comments

I can't set the Volume using set_volume

My setup: Samsung UE65MU7000 Series (2017 Model) Port 8002 Mac Address set

saschaeggi avatar Jan 05 '20 15:01 saschaeggi

I have a UE65MU6102 and a UE43RU7412, both work fine with setting the volume.

Did you install the component recently? Did you accept all the pop-ups for giving permission? I've talked to many that missed the permission pop-ups (there can be many of them after first install) say their issues disappeared after 24 hours or so.

Regardless, here is my complete config (marked XXX to anonymise data):

media_player:
  - platform: samsungtv_custom
    host: 192.168.1.242
    name: Living Room TV
    mac: XXX
    port: 8002
    source_list: '{"TV":"KEY_SOURCE+KEY_LEFT+KEY_LEFT+KEY_ENTER","Manual":"KEY_SOURCE+KEY_LEFT+KEY_LEFT+KEY_RIGHT+KEY_RIGHT+KEY_ENTER","Chromecast":"KEY_SOURCE+KEY_LEFT+KEY_LEFT+KEY_RIGHT+KEY_ENTER"}'
    app_list: '{"Netflix": "11101200001", "YouTube": "111299001912", "Spotify": "3201606009684"}'
  - platform: samsungtv_custom
    host: 192.168.1.77
    name: Bedroom TV
    mac: XXX
    port: 8002
    source_list: '{"TV":"KEY_SOURCE+KEY_DOWN+KEY_UP+KEY_LEFT+KEY_LEFT+KEY_ENTER","Manual":"KEY_SOURCE+KEY_DOWN+KEY_UP+KEY_LEFT+KEY_LEFT+KEY_RIGHT+KEY_ENTER","Chromecast":"KEY_SOURCE+KEY_DOWN+KEY_UP+KEY_LEFT+KEY_LEFT+KEY_RIGHT+KEY_RIGHT+KEY_ENTER"}'
    app_list: '{"Netflix": "11101200001", "YouTube": "111299001912", "Spotify": "3201606009684"}'

Living Room TV: UE65MU6102 Bedroom TV: UE43RU7412

jaruba avatar Jan 05 '20 19:01 jaruba

I've just updated the component today. Got like 4 or 5 popups, accepted all of them. All other functions to work (turn TV on, turn TV off, volume up, down etc.)

saschaeggi avatar Jan 05 '20 19:01 saschaeggi

@saschaeggi Do you still have issues setting volume?

jaruba avatar Jan 07 '20 18:01 jaruba

bump

jaruba avatar Jan 10 '20 11:01 jaruba

Hey @jaruba yes I'm still unable to set the volume. Cheers

saschaeggi avatar Jan 10 '20 11:01 saschaeggi

I just installed this and also can't control the volume.

The problem in my case is that I have is that I have the audio output set to my audio receiver, the samsung remote can control the volume of the receiver but setting the volume with home assistant does nothing.

If I switch the audio output to the tv itself the volume control works fine, but not really what I want.

grantcodes avatar Jun 11 '20 08:06 grantcodes

For external audio output, you need to use ARC, see this discussion for more info: https://github.com/jaruba/ha-samsungtv-tizen/issues/72

jaruba avatar Jun 11 '20 09:06 jaruba

Thanks @jaruba I haven't had time to fully explore all the details yet but saw this and thought it might be the same thing. I'll look into the ARC thing :)

grantcodes avatar Jun 11 '20 09:06 grantcodes