AdyRock / com.smartthings

Home app to integrate SmartThings
GNU General Public License v3.0
12 stars 7 forks source link

Samsung Soundbar Q930 #49

Closed Avb1951 closed 3 weeks ago

Avb1951 commented 3 weeks ago

Is iT possible to add this Soundbar to the community SmartThings app?

AdyRock commented 3 weeks ago

I can't say for sure, but the app just adds any device that has compatible capabilities, so it probably will.

Avb1951 commented 3 weeks ago

Yes the app recognities the Soundbar but not al the capablities. Missing is audio modus, surround, Advanced audio, woofer, equalizer

AdyRock commented 3 weeks ago

Can you open the app settings page and select the Detected tab and tap on Get Devices and when the log is populated, tap on Send Log. I will take a look at the advertised properties to see what I can add.

AdyRock commented 3 weeks ago

Unfortunately, none of those capabilities are available via the API for that device:

          "capabilities": [
            {
              "id": "ocf",
              "version": 1
            },
            {
              "id": "execute",
              "version": 1
            },
            {
              "id": "refresh",
              "version": 1
            },
            {
              "id": "switch",
              "version": 1
            },
            {
              "id": "audioVolume",
              "version": 1
            },
            {
              "id": "audioMute",
              "version": 1
            },
            {
              "id": "audioTrackData",
              "version": 1
            },
            {
              "id": "mediaInputSource",
              "version": 1
            },
            {
              "id": "samsungvd.audioInputSource",
              "version": 1
            },
            {
              "id": "mediaPlayback",
              "version": 1
            },
            {
              "id": "audioNotification",
              "version": 1
            },
            {
              "id": "samsungvd.soundFrom",
              "version": 1
            },
            {
              "id": "samsungvd.thingStatus",
              "version": 1
            }
          ],
Avb1951 commented 3 weeks ago

It is a pitty. But nevertheless thank you for the effort