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
73.95k stars 31.01k forks source link

LG Thinq, Airconditioning power ON, expects power ON command not mode command (heat/cooling/ect..) #131252

Open Daniel-GIT117 opened 3 days ago

Daniel-GIT117 commented 3 days ago

The problem

There is no specific PowerOn command. PowerOn requires to select had mode. This is not supported in PowerOFF state

image

Error:Failed to perform the action climate/set_hvac_mode. Validate error: Command not supported in POWER OFF

Perfoming the action (select mode when powered off) in de card will actually powerON the air conditioning. So it looks like an API error.

What version of Home Assistant Core has the issue?

core-2024.11.2

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_thinq

Link to integration documentation on our website

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

Diagnostics information

Logger: homeassistant.components.websocket_api.http.connection Source: components/websocket_api/commands.py:287 integration: Home Assistant WebSocket API (documentation, issues) First occurred: 4:54:10 AM (1 occurrences) Last logged: 4:54:10 AM

[547011503024] Command not supported in POWER OFF

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

home-assistant[bot] commented 3 days ago

Hey there @home-assistant/core, mind taking a look at this issue as it has been labeled with an integration (websocket_api) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `websocket_api` 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 websocket_api` 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)


websocket_api documentation websocket_api source (message by IssueLinks)

home-assistant[bot] commented 3 days ago

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

Code owner commands Code owners of `lg_thinq` 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 lg_thinq` 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)


lg_thinq documentation lg_thinq source (message by IssueLinks)

dmoraca commented 1 day ago

Same issue here, wondering if it's possible to install previous version of the add on?