-
-
Notifications
You must be signed in to change notification settings - Fork 106
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
X40 Ultra vacuum ignoring cleaning parameters in clean_segment action #675
Comments
This may be related to the I can easily update the global settings from the integration too but I really don't want to unless really needed because it provides another set of settings apart from the global ones but that may no longer available on X40 and future models. Can you enable the info logs, repeat the same steps and send me the log output so I can make sure you are doing everything correctly and the device actually not performing the action.
Also you can set the global settings using a script and internal entity services. Here is an example #465. |
Thanks for the quick response! here are the logs produced while running the above mentioned action. Let me know if you need anything else! |
Thanks for the logs, I have checked and everything seems correct. Integration sends fan and water settings to the device with the segment id but i guess device ignores them.
I have also checked the app source code too in case there is something changed but looks like really it is not possible to set custom settings for a cleaning job for the vacuums that has I am going implement global fan and water settings updating action with all and segment cleaning services for this generation of devices but the result will be same as you are setting them with a script. |
Thanks for the support and the amazing work on this integration! Let me know if I can be of more help. |
Describe the bug
When calling clean segment action, X40 Ultra vacuum does not use the set parameters, instead it uses the global fan_speed and mop pad settings. According to the documentation
Cleaning parameters and cleaning sequence are ignored by the device when customized_cleaning or cleaning_sequence is enabled.
yet they seem to be ignored whencustomized_cleaning
andcleaning_sequence
are turned off as well or I'm doing something wrong, which is also likely.To Reproduce
With
customized_cleaning: false
andcleaning_sequence: null
call the following action on the X40 vacuum entity:Expected behavior
The vacuum cleans the correct room using the provided cleaning parameters. Instead cleans the correct room but with global settings.
Screenshots
The global settings in the app while executing the above mentioned action.
Additional Information (please complete the following information)
The text was updated successfully, but these errors were encountered: