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.32k stars 30.62k forks source link

Fan mode 'Auto' generates error #125340

Open rweijnen opened 1 month ago

rweijnen commented 1 month ago

The problem

When changing fan mode to automatic (with the aircon remote control) the following message in shown in Home Assistant: Fan mode is not valid. Valid fan modes are: quiet, low, medium, high

What version of Home Assistant Core has the issue?

core-2024.9.0

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant Supervised

Integration causing the issue

intesishome

Link to integration documentation on our website

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

Diagnostics information

home-assistant_intesishome_2024-09-05T12-59-18.243Z.log

Example YAML snippet

climate:
  - platform: intesishome
    username: <removed>
    password: <removed>
    device: airconwithme

Anything in the logs that might be useful for us?

Logger: homeassistant.components.websocket_api.http.connection
Source: components/websocket_api/commands.py:287
integration: Home Assistant WebSocket API (documentation, issues)
First occurred: 14:47:48 (2 occurrences)
Last logged: 14:58:12

[140733509800944] Fan mode is not valid. Valid fan modes are: quiet, low, medium, high

2024-09-05 14:47:48.407 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [140733509800944] Fan mode is not valid. Valid fan modes are: quiet, low, medium, high

Additional information

I see this was reported before in https://github.com/home-assistant/core/issues/94426

home-assistant[bot] commented 1 month ago

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

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


intesishome documentation intesishome source (message by IssueLinks)

rweijnen commented 1 month ago

Issue seems to be in pyIntesisHome, I've created a pull request which I think fixes it.

I tested it by manually making the change to the file in Home Assistant and it's working fine now!

screenshot

rweijnen commented 1 month ago

Just checking if anyone has had a chance to look at this issue. Please let me know if more details are needed or if there's anything I can do to assist.