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
70.54k stars 29.47k forks source link

sensibo integration ac control error #121915

Closed ryowong1985 closed 1 month ago

ryowong1985 commented 1 month ago

The problem

change fan mode get this error:

Logger: homeassistant.components.websocket_api.http.connection Source: components/websocket_api/commands.py:283 integration: Home Assistant WebSocket API (documentation, issues) First occurred: July 13, 2024 at 10:29:36 PM (1 occurrences) Last logged: July 13, 2024 at 10:29:36 PM

[140552298602720] Fan mode is not valid. Valid fan modes are: low, medium_low, medium, medium_high, high, auto, strong

What version of Home Assistant Core has the issue?

core-2024.7.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

sensibo

Link to integration documentation on our website

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

Diagnostics information

No response

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 1 month ago

Hey there @andrey-git, @gjohansson-st, mind taking a look at this issue as it has been labeled with an integration (sensibo) you are listed as a code owner for? Thanks!

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


sensibo documentation sensibo source (message by IssueLinks)

gjohansson-ST commented 1 month ago

You didn't mention which fan_mode you tried to set. It seems it would be missing from the list of available so need to include it then.

ryowong1985 commented 1 month ago

image

gjohansson-ST commented 1 month ago

So I'm assuming you tried to set strong when you got the error. strong is already included in the list so there should not be an error here.

Did you try to make this from the dashboard, or from a service call or in what way did you try to set the new fan mode?