Home-Assistant-custom-components-SmartThings-Soundbar
Home-Assistant-custom-components-SmartThings-Soundbar copied to clipboard
Unable to select input source
I am unable to control the input source for the Q990C. Power On/Off and Volume control is working. Input sources retrieval is also working
When debugging is enabled I have no error messages. Anyone experiencing the same?
In the commands section of SmartThings the command 'setInputSource' is missing
Try removing it from SmartThings and adding it again
The Smarthings API changed. There is no known way to change the input source
It is still listed in the documentation
https://developer.smartthings.com/docs/devices/capabilities/capabilities-reference
In the commands section of SmartThings the command 'setInputSource' is missing
![]()
Have you checked other pages? It is still listed on my device
https://community.smartthings.com/t/mediainputsource-capability-has-disappeared-for-some-samsung-soundbars/292356/29
Ok, this seems more like a bug than a purposeful change
Are there any updates on this issue? I fail to see why Samsung would remove this capability
Are there any updates on this issue? I fail to see why Samsung would remove this capability
No update, Samsung has removed this capability.
Hello, just being curious, how are you able to check that this functionality has been removed for some devices and for others have not? I mean, the "mediaInputSource" is still shown in Samsung API (https://developer.smartthings.com/docs/devices/capabilities/capabilities-reference#mediaInputSource) So I suppose that there is a way to check for what devices it works and for what it does not work Thanks
So I suppose that there is a way to check for what devices it works and for what it does not work
Yes, you can check the list of supported capabilities in the API. For my device I still have this capability
So I suppose that there is a way to check for what devices it works and for what it does not work
Yes, you can check the list of supported capabilities in the API. For my device I still have this capability
I suppose I am loosing the focus of the issue and I want to apollogize in advance. But I am not able to find what commands are available for soundbar HW-Q800B and what commands are not. I have asked ChatGPT as well and no sucess... I mean, I am sure that "setInputSource" is not working. But I am trying to filter in smarthings API webpage by device as you have written that it is possible to check the list on the API... Could you please kindly let me know? Thanks a lot!
So I suppose that there is a way to check for what devices it works and for what it does not work
Yes, you can check the list of supported capabilities in the API. For my device I still have this capability
I suppose I am loosing the focus of the issue and I want to apollogize in advance. But I am not able to find what commands are available for soundbar HW-Q800B and what commands are not. I have asked ChatGPT as well and no sucess... I mean, I am sure that "setInputSource" is not working. But I am trying to filter in smarthings API webpage by device as you have written that it is possible to check the list on the API... Could you please kindly let me know? Thanks a lot!
Go to https://my.smartthings.com/advanced/devices, select your device, scroll down to Commands.
I have a Samsung Q990B. This integration has stopped working for me and I came here trying to figure out why.
Go to https://my.smartthings.com/advanced/devices, select your device, scroll down to
Commands.
I don't see setInputSource here. The closest are setNextInputSource (which takes no input) and setSoundFrom (which wants an integer mode and text detailName but doesn't seem to do anything). The attributes section has these:
| Component | Capability | Attribute | Value |
|---|---|---|---|
| main | samsungvd.audioInputSource | inputSource | HDMI1 |
| main | samsungvd.audioInputSource | supportedInputSources | ["digital","HDMI1","bluetooth","wifi","HDMI2"] |
| main | samsungvd.soundFrom | detailName | External Device |
| main | samsungvd.soundFrom | mode | 3 |
Setting the input source from the SmartThings app changes the mode number:
- TV ARC: mode 1
- HDMI 1: mode 3
- HDMI 2: mode 21
However, running either of the available source commands from the website does nothing. (It does work for the mute/unmute commands.)
I don't see
setInputSourcehere.
Exactly. Read the comments above - the capability to set the input source was removed from the API by Samsung.
Is there any way to contact Samsung to ask to bring this back? Any other ideas?