Skip to content
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

Closed
Sirse opened this issue Sep 12, 2024 · 7 comments

Comments

@Sirse
Copy link

Sirse commented Sep 12, 2024

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'}

@PierluigiGreto
Copy link

Hello @Sirse,

did you manage to solve it?

Thanks

@Sirse
Copy link
Author

Sirse commented Oct 19, 2024

Hello @Sirse,

did you manage to solve it?

Thanks

Unfortunately, no

@al-one
Copy link
Owner

al-one commented Nov 1, 2024

action: xiaomi_miot.send_command
data:
  entity_id: vacuum.viomi_m1s_xxxx_robot_cleaner
  method: app_segment_clean
  params: [17]

Does it wotk ?

@Sirse
Copy link
Author

Sirse commented Nov 9, 2024

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
Copy link
Owner

al-one commented Dec 3, 2024

Try master branch:

wget -O - https://get.hacs.vip | DOMAIN=xiaomi_miot ARCHIVE_TAG=master bash -

@Sirse

This comment was marked as off-topic.

@Sirse
Copy link
Author

Sirse commented Dec 8, 2024

Fixed with latest update! Thank you!

@Sirse Sirse closed this as completed Dec 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants