Hi,
I have been working on this for a couple of weeks with no progress.
I am using the API to switch input sources for my Q990D Sound Bar, and it works well for switching to Bluetooth, Wifi, HDMI1, and Optical (“Digital”)
My TV is connected through HDMI eARC
The problem is that the API labels the HDMI eARC source as “digital”, which is the same as the optical port.
Whenever I try to switch to the HDMI eARC via the API, it just goes to the optical port (digital).
These are the available “supportedInputSources”,[“digital”,“HDMI1”,“bluetooth”,“wifi”,“HDMI2”]
None of these options set the soundbar to the HDMI eARC port.
I have noticed ONE difference, and it is the samsungvd.soundFrom. When the tv is set to optical port, the samsungvd.soundFrom value will be 1.
If I set the source to HDMI eARC, the samsungvd.soundFrom value will be set to 25
"samsungvd.soundFrom": {
"mode": {
"value": 25,
"timestamp": "2024-10-05T00:23:15.560Z"
},
"detailName": {
"value": "External Device",
"timestamp": "2024-10-05T00:23:15.560Z"
I have not been able to do anything with “samsungvd.soundFrom” - I’ve tried manually changing the value from 1 to 25 and vice versa, but it does nothing.
Is there anything I can do to make the HDMI eARC source work?
Thank you