home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
74.36k stars 31.26k forks source link

WebOS commands don't return a response #131980

Open ThatBlockyPenguin opened 1 week ago

ThatBlockyPenguin commented 1 week ago

Edit 2, 02/12/2024: Added video Edit 1, 02/12/2024: Added extra information and diagnostics

The problem

Whenever I use thewebostv.command action, there's never an error code (even if I submit complete gibberish) nor any data returned (i.e. if I try to run tv/getExternalInputList. The "Perform Action" button goes green and displays a tick, but that is it.

What version of Home Assistant Core has the issue?

core-2024.11.3

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

LG webOS Smart TV

Link to integration documentation on our website

https://www.home-assistant.io/integrations/webostv

Diagnostics information

config_entry-webostv-01J8ZY3ZQZFQBFHHXME9EVPD2Y.json

Example YAML snippet

action: webostv.command
data:
  entity_id: media_player.living_room_tv_webos
  command: tv/getExternalInputList

Anything in the logs that might be useful for us?

Not that I can identify myself.

Additional information

Video:

home-assistant[bot] commented 1 week ago

Hey there @thecode, mind taking a look at this issue as it has been labeled with an integration (webostv) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `webostv` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Renames the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign webostv` Removes the current integration label and assignees on the issue, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


webostv documentation webostv source (message by IssueLinks)