question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Dreame L10 Pro Vacuum - Room Cleaning

See original GitHub issue

Hey i found this integation and it looks very great. I have some services which are for room based mopping. How to add this to my Dreame L10 Pro?

I found this in another issue:

service: xiaomi_miot.call_action
data:
  entity_id: vacuum.dreame_p2029_1882_robot_cleaner
  siid: 2
  aiid: 1
  params:
    - piid: 1
      value: 18
    - piid: 10
      value: '{"selects":[[[[selection_unwrapped]],[[repeats]],3,3,1]]}'

But it only starts cleaning. Not a certain room. How to find out the correct siid, aiid, piid and room ids? Or does anything else need to be put in configuration.yaml?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
xBournercommented, Apr 12, 2022

found the values from mi home by vevs.

this is how it works for me

service: xiaomi_miot.call_action
data:
  entity_id: vacuum.dreame_p2029_1882_robot_cleaner
  siid: 2
  aiid: 3
  params:
    - piid: 1
      value: 18
    - piid: 10
      value: '{"selects":[[3,1,3,3,1]]}'
0reactions
al-onecommented, Apr 12, 2022

@vuasia Copy this:

service: xiaomi_miot.call_action
data:
  entity_id: vacuum.dreame_p2029_1882_robot_cleaner
  siid: 2
  aiid: 3
  params:
    - piid: 1
      value: 18
    - piid: 10
      value: '{"selects":[[3,1,3,3,1]]}'
Read more comments on GitHub >

github_iconTop Results From Across the Web

Dreame L10 Pro Robot Vacuum FAQ
What is the (Power/Clean) button on the robot vacuum for, and how do I use it? ... How does Dreame Bot L10 Pro...
Read more >
Dreame D9 & L10 Pro specific room cleaning #491 - GitHub
Hello! I tried to follow other issues to setup specific room cleaning in Home Assistant for my robots (D9 and L10 Pro) without...
Read more >
Dreame Bot L10 Pro Review: Complete Smart Floor ...
While this isn't the cheapest robot vacuum out there, it has the features, reliability, and convenience to make it a great choice.
Read more >
Dreame L10 Pro: Next-Generation Obstacle Avoidance
Detailed review of the Dreame L10 Pro with three laser sensors in front that enhance its obstacle avoidance capabilities. How good is it?...
Read more >
Dreametech L10 Pro Robot Vacuum Cleaner with Dual- ...
Buy Dreametech L10 Pro Robot Vacuum Cleaner with Dual-Line LiDAR Navigation, 3D Obstacle Avoidance, 4000Pa Suction Multi-Level Mapping, Compatible with ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found