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
69.82k stars 28.94k forks source link

Daikin AC: Fan modes #83799

Closed michael-t-clarke closed 1 year ago

michael-t-clarke commented 1 year ago

The problem

In the Daikin integration previously (under 2022.9) my system was showing up as low, medium, high for fan_modes state options. These 3 were the correct options and all worked fine without any problems. In the latest update to the core this has changed and the 3 possible states for fan_modes are now auto, low, medium. Pushing auto just changes it to low as my system is not setup to work with auto fan.

The WiFi interface we have is BRP15B61. Not sure exactly what the wall controller is but based on images it might be the BRC1E63.

What version of Home Assistant Core has the issue?

core-2022.12.2

What was the last working version of Home Assistant Core?

core-2022.9.1

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Daikin AC

Link to integration documentation on our website

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

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 year ago

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

Code owner commands Code owners of `daikin` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Change the title of the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign daikin` Removes the current integration label and assignees on the issue, add the integration domain after the command.

(message by CodeOwnersMention)


daikin documentation daikin source (message by IssueLinks)

nickdos commented 1 year ago

I'm seeing a very similar thing but my AC only has 2 fan settings: low and high. These are appearing as auto and mid, neither of which correspond to my actual values.

low == dfr2=1 high == dfr2=5

xernaj commented 1 year ago

Issue has been raised with the pydaikin module https://bitbucket.org/mustang51/pydaikin/issues/20/lost-high-fan-rate-on-brp15b61

mark-lawrenson commented 1 year ago

Looks like this has been resolved in v2.8.1b1 (bumped to v2.9.0) of pydaikin! https://bitbucket.org/mustang51/pydaikin/pull-requests/54/281b1 @racsa1 has already opened a PR to upgrade the dependency https://github.com/home-assistant/core/pull/87067

issue-triage-workflows[bot] commented 1 year ago

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.

fredrike commented 1 year ago

@home-assistant close solved in #87067