Replies: 7 comments 2 replies
-
Perhaps you can find some clues here. |
Beta Was this translation helpful? Give feedback.
-
Hi, were you able to resolve this? I have the exact same problem and can't find a way to solve it. |
Beta Was this translation helpful? Give feedback.
-
Okay, I installed the Dreame Vacuum integration by Tasshack, but I don't see those options. Do they appear for you? Or did you use a specific service? I have an X20+ |
Beta Was this translation helpful? Give feedback.
-
It’s a separate select entity called select.x20plus_cleaning_mode for me (x20+ as well), not part of the vacuum entity. |
Beta Was this translation helpful? Give feedback.
-
No, my integration didn't create that entity. It's strange, maybe it's a firmware issue. My integration added the X20+ as xiaomi.vacuum.c102gl. I'm not sure if that's correct. Device Information Was yours also added as xiaomi.vacuum.c102gl? |
Beta Was this translation helpful? Give feedback.
-
Yes, that is the correct model for mine, too, and the correct model number it is listed as in the miot docs as well. I’m I’m older firmware, but that really shouldn’t matter. |
Beta Was this translation helpful? Give feedback.
-
Hi, I finally figured out what the problem was. When I was setting up the Dreame integration, I had to configure device.py with this line. result = self._protocol.get_properties(props[:5]) So the integration only configured 5 options for me. Now I modified it with result = self._protocol.get_properties(props[:10]) And it works perfectly. Thanks for your answers; without them, I wouldn't have been able to detect the problem. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
first up: thanks for the work - I got the vacuum into HA absolutely no problem and can control it like a charm locally (works fine when taking away its internet connection so far).
However, after digging around a bit, I'm stuck on how to tell the vacuum whether to mop or not. I.e. where can I replicate the first row of options from xiaomi home app (vacuum / vacuum + mop / mop)? Second (vac power - although this is documented as read only???) and third row (mop mode) are very clear. Bit of a shame xiaomi doesn't allow to just set mop mode = 0 like roborock ;-)
Thus: how do I actually disable and enable the mopping via the action call? Do I go about this via piid: 10 / clean-extend-data and if so, does anyone have any clue about what to actually put inside there?
Thanks a bunch in advance!
Beta Was this translation helpful? Give feedback.
All reactions