-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
Samsung HW-Q990D not supported yet? :-) #71
Comments
Piotrze, Jeżeli to możliwe z Twojej strony, dodaj proszę obsługę Q990D (2024).
Z góry dziękuję za support :) pozdro. |
Can you show the state and attributes of entity that is created? |
Działa tylko głośniej/ciszej i mute. brak wyboru wejścia (na dole pierwszego screena) |
Nie widzę też wartości liczbowej określającej aktualny poziom głośności, co jest przydatne w automatyzacji. |
coś w logach jest? |
Do you have built-in Smartthings integration configured? |
Hey @PiotrMachowski, I'm having similar trouble with a HW-Q930D (2024). I get the same error as @Greg-or-y in the Home Assistant log. Update for media_player.q_series_soundbar fails
Similar to @LJ-Stevo, I'm also only presented with power, play/pause, volume up/down, and no volume level. State: media_player.q_series_soundbar
The built-in SmartThings integration (using a separate API key with identical permissions) is able to show the current input and volume level, in addition to emitting a power switch at I'm happy to provide any other details that could assist with debugging. Thanks for your work on this integration :) |
Same error with HW-LS60D music frame. |
@PiotrMachowski below you can find how response looks like for a GET req to this endpoint: https://api.smartthings.com/v1/devices/dev_id/states (HW-Q990D) {
"main": {
"logType": {
"value": "[\"errCode\",\"dump\"]"
},
"mndt": {
"value": "2024-01-01"
},
"mnfv": {
"value": "SAT-MT8532D24WWC-1016.0"
},
"role": {
"value": null
},
"mnhw": {
"value": ""
},
"detailName": {
"value": "External Device"
},
"data": {
"value": null
},
"di": {
"value": "xxx-xxx-xxx-xxx"
},
"supportedInputSources": {
"value": "[\"digital\",\"HDMI1\",\"bluetooth\",\"wifi\",\"HDMI2\"]"
},
"supportedWiFiFreq": {
"value": "[\"2.4G\",\"5G\"]"
},
"mnsl": {
"value": ""
},
"dmv": {
"value": "res.1.1.0,sh.1.1.0"
},
"tsId": {
"value": "VD02"
},
"switch": {
"value": "off"
},
"dumpType": {
"value": "file"
},
"mode": {
"value": "10"
},
"vid": {
"value": "VD-NetworkAudio-003S"
},
"endpoint": {
"value": "PIPER"
},
"mnpv": {
"value": "8.0"
},
"icv": {
"value": "core.1.1.0"
},
"mediaOutputSupported": {
"value": null
},
"autoReconnection": {
"value": "true"
},
"st": {
"value": "1970-01-01T00:00:44Z"
},
"updatedTime": {
"value": "1732343424"
},
"minVersion": {
"value": "3.0"
},
"wifiUpdateSupport": {
"value": "true"
},
"executableServiceList": {
"value": null
},
"setupId": {
"value": "301"
},
"supportedAuthType": {
"value": "[\"OPEN\",\"WEP\",\"WPA-PSK\",\"WPA2-PSK\",\"EAP\",\"SAE\",\"OWE\",\"FT-PSK\"]"
},
"mobileCamSupported": {
"value": null
},
"mute": {
"value": "unmuted"
},
"protocolType": {
"value": "ble_ocf"
},
"n": {
"value": "Q-Series Soundbar"
},
"mnId": {
"value": "0AJK"
},
"volume": {
"value": "15",
"unit": "%"
},
"mnmo": {
"value": "HW-Q990D"
},
"mnmn": {
"value": "Samsung Electronics"
},
"imeAdvSupported": {
"value": null
},
"mnml": {
"value": ""
},
"mnos": {
"value": "Tizen"
},
"signinPermission": {
"value": null
},
"pi": {
"value": "xxxx-xxxx-xxxx"
},
"inputSource": {
"value": "digital"
},
"status": {
"value": "Idle"
}
}
} BTW, status has a value Idle, no matter what. It seems to be a constant 0.o. Checked with playing music via bluetooth and playing a sound via HDMI ARC. |
Same as #71 (comment) |
Should be fixed in v1.0.5 |
@PiotrMachowski can confirm this fixes things on my end- thanks for your work on this! 🚀 |
It's also kinda working for me on Q930D but changing source does nothing and it's missing TV/ARC source. |
@TTLucian is that a downgrade compared to previous version? |
Nope. Previous version was not working at all. Not even the volume nor on/off as I remember... This version works except source selection. |
Can you show state and attributes of soundbar entity from dev tools and check HA logs? |
source_list:
- D.IN
- HDMI1
- BT
- WIFI
volume_level: 0.1
is_volume_muted: false
source: D.IN
device_class: speaker
friendly_name: Soundbar
supported_features: 85389 The current source is TV/ARC but it's missing. |
Cześć Piotrze, Przepraszam zniknąłem na jakiś czas. Czy mogę coś zrobic (diagnostyka z mojej strony) aby pomóc rozwiązać problem ? Pozdrawiam |
Dodam tylko, że gdy przełączam źródło z pilota to na liście źródeł w Twojej integracji źródło aktualizuje się prawidłowo, natomiast jak wybieram inne z drop listy w integracji to nie przełącza wejść w soundbarze. |
I also looked into this. I own a Q930D. The new version shows the input alright (but sometimes the API does not specify the input). Selecting the input via the API doesn't work either... You can test it yourself at https://my.smartthings.com/advanced/devices/<your_device_id> (after you logged on, see instructions for receiving token) |
Sometimes it helps to remove the soundbar from SmartThings and add it again... 😒 |
Hi,
Just asking as a noob, is it possible to add support for the newest model HW-Q990D?
At the moment I figured out to get the entity.
Now I only have:
On/Off
Play/Pause
Mute/Unmute
Volume + / Volume - (with volume bar)
Thanks!
The text was updated successfully, but these errors were encountered: