You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_integrations/roborock.markdown
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,14 +52,14 @@ We are working on adding a lot of features to the core integration. We have reve
52
52
53
53
### How can I clean a specific room?
54
54
We plan to make the process simpler in the future, but for now, it is a multi-step process.
55
-
1) Make sure to first name the rooms in the Roborock app; otherwise, they won't appear in the debug log.
56
-
2)[Enable debug logging](/docs/configuration/troubleshooting/#enabling-debug-logging) for this integration and reload it.
57
-
3) Search your logs for 'Got home data' and find the attribute rooms.
58
-
4) Write the rooms down; they have a name and 6 digit ID.
59
-
5) Go to {% my developer_call_service service="vacuum.send_command" title="**Developer Tools** > **Services** > **Vacuum: Send Command**" %}. Select your vacuum as the entity and `get_room_mapping` as the command.
60
-
6) Go back to your logs and look at the response to `get_room_mapping`. This is a list of the 6-digit IDs you saw earlier to 2-digit IDs. In your original list of room names and 6-digit IDs, replace the 6-digit ID with its pairing 2-digit ID.
61
-
7) Now, you have the 2-digit ID that your vacuum uses to describe a room.
62
-
8) Go back to {% my developer_call_service service="vacuum.send_command" title="**Developer Tools** > **Services** > **Vacuum: Send Command**" %} then type `app_segment_clean` as your command and `segments` with a list of the 2-digit IDs you want to clean. Then, add `repeat` with a number (ranging from 1 to 3) to determine how many times you want to clean these areas.
55
+
1. Make sure to first name the rooms in the Roborock app; otherwise, they won't appear in the debug log.
56
+
2.[Enable debug logging](/docs/configuration/troubleshooting/#enabling-debug-logging) for this integration and reload it.
57
+
3. Search your logs for 'Got home data' and find the attribute rooms.
58
+
4. Write the rooms down; they have a name and 6 digit ID.
59
+
5. Go to {% my developer_call_service service="vacuum.send_command" title="**Developer Tools** > **Services** > **Vacuum: Send Command**" %}. Select your vacuum as the entity and `get_room_mapping` as the command.
60
+
6. Go back to your logs and look at the response to `get_room_mapping`. This is a list of the 6-digit IDs you saw earlier to 2-digit IDs. In your original list of room names and 6-digit IDs, replace the 6-digit ID with its pairing 2-digit ID.
61
+
7. Now, you have the 2-digit ID that your vacuum uses to describe a room.
62
+
8. Go back to {% my developer_call_service service="vacuum.send_command" title="**Developer Tools** > **Services** > **Vacuum: Send Command**" %} then type `app_segment_clean` as your command and `segments` with a list of the 2-digit IDs you want to clean. Then, add `repeat` with a number (ranging from 1 to 3) to determine how many times you want to clean these areas.
0 commit comments