-
-
Notifications
You must be signed in to change notification settings - Fork 714
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
Mi Vacuum 1S (roborock.vacuum.m1s) don't react on segment cleaning buttons provided by integration #1855
Comments
Hello @Sirse, did you manage to solve it? Thanks |
Unfortunately, no |
action: xiaomi_miot.send_command
data:
entity_id: vacuum.viomi_m1s_xxxx_robot_cleaner
method: app_segment_clean
params: [17] Does it wotk ? |
Yes, works fine. [16, 17] works too. |
al-one
added a commit
that referenced
this issue
Dec 3, 2024
Try master branch: wget -O - https://get.hacs.vip | DOMAIN=xiaomi_miot ARCHIVE_TAG=master bash - |
This comment was marked as off-topic.
This comment was marked as off-topic.
Fixed with latest update! Thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Mi Vacuum 1S (roborock.vacuum.m1s) don't react on segment cleaning buttons provided by integration
custom_components.xiaomi_miot.vacuum
custom_components/xiaomi_miot/init.py:1030
Mi Vacuum 1S(roborock.vacuum.m1s): Send miio command: app_segment_clean([{'segments': [17], 'repeat': 1}]) failed: {'code': -10000, 'message': 'data for segment is not a number'}
Mi Vacuum 1S(roborock.vacuum.m1s): Send miio command: app_segment_clean([{'segments': [20], 'repeat': 1}]) failed: {'code': -10000, 'message': 'data for segment is not a number'}
The text was updated successfully, but these errors were encountered: