-
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Issue]: Error while setting unit to Dry mode #326
Comments
When changing the operation mode the fan mode is again retrieved to set it to a valid value. I think this error could happen because the set of the allowed fan modes and the current fan mode are not retrieved together as a immutable set, when you change the operation mode the set with allowed values and the current mode both change independently. Besides this error in the log, do you see a problem in the UI or using the device? Maybe enable debug logging (see readme) |
Could you list what is the fan mode set in each step, looks is sometimes auto and sometimes a fixed value. Can you also attach your integration diagnostics. I think you are right with the double space, something to further investigate and reproduce as part of the unit tests I have in this integration, but I do need your integration diagnostics, preferable at the start of each of the 5 steps so that I can see exactly what is set |
Ok, for each step described above (added step 0) I attached the diagnostic after applying the change to mode State 0, climate is OFF, Fan is shown as Auto, no error State 1, climate is Cool, Fan is shown as 3, no error State 2, climate is Dry, Fan is shown as Auto, no error State 3, climate is Cool, Fan is shown as 3, error State 4, climate is Heat, Fan is shown as Auto, no error State 5, climate is Heat, Fan is shown as Auto, error |
I can't reproduce the problem in a unit test or locally. I have extended the logging for fan_mode/fan_modes so that we can see what this integration returns to HA, can you test the new v4.1.18 release with logging enabled? |
See also home-assistant/frontend#19620 and #282 |
I think home-assistant/frontend#19620 (comment) is the remark that is relevant, in the log I can see that we correctly return the correct fan_mode 2024-10-21 13:29:12.359 INFO (MainThread) [custom_components.daikin_onecta.climate] Device 'Camera matrimoniale' has fan mode '3' |
thanks |
Version: 4.1.17
While changing from OFF to Dry mode today I got this error.
Because Daikins when in Dry mode only accept 'auto Fan mode', do you think it would be possible to always set auto while changing?
The text was updated successfully, but these errors were encountered: