Erfahre, wie du deine Roborock Saugroboter in Home Assistant einrichten kannst, sowohl über die Core-Integration als auch über die HACS-Variante. Dabei schauen wir uns die Unterschiede an und legen sogar ein paar komplexe Automationen an, die so keine andere Plattform ermöglichen könnte!
Inhaltsverzeichnis
- Voraussetzungen
- Home Assistant
- HACS
- Empfohlenes Vorwissen
- Links / Repos
- 1ster Teil des Videos (Core-Integration)
- 2ter Teil des Videos (HACS)
- Code-Snippets
- Template-Teil der Karte
- Mein gesamter Karten-Code
- Dashboard
- Automationen
- Einstellwerte
- vacuum_mode Werte (Saugstärke)
- mopping mode Werte (Wischintensität)
- mopping route Werte (Wischroute)
- Wohnbereich saugen (einfach)
- Bad Saugen → Andocken → Bad Wischen
- Einstellwerte
- Fazit
Voraussetzungen
Home Assistant
Mindestens die Version 2023.5 von Home Assistant muss schon installiert sein, auf welcher Hardware spielt keine Rolle.
Hardware Empfehlungen für deine Home Assistant OS Installation
HACS
Für die benutzerdefinierte Integration von Roborock (2ter Teil des Videos), benötigst du zum Installieren den Home Assistant Community Store.
HACS installieren – Home Assistant Anleitung 2022
Empfohlenes Vorwissen
Home Assistant Grundlagen für Anfänger – From Zero to Hero
Links / Repos
1ster Teil des Videos (Core-Integration)
2ter Teil des Videos (HACS)
Zum Hinzufügen von Repos, navigiere in deinem Home Assistant Frontend zuHACS (Sidebar) -> Integrationen
, klicke auf die 3 Punkte oben rechts...>Benutzerdefinierte Repositories
.
Home Assistant Roborock | https://github.com/humbertogontijo/homeassistant-roborock |
Code-Snippets
Template-Teil der Karte
Dieser Code ersetzt im Video den teil - template: Vacuum_clean_segment
der Karte, da sonst die Raumreinigung nicht klappt.
- name: Wohnung EG icon: mdi:select-drag selection_type: ROOM service_call_schema: service: roborock.vacuum_clean_segment service_data: segments: '[[selection]]' target: entity_id: '[[entity_id]]'
Mein gesamter Karten-Code
Denk bitte daran, die Entität camera.roborock_s7_map
(Karte) und vacuum.roborock_s7
(Saugroboter) gegen deine eigenen zu tauschen 🙂
type: custom:xiaomi-vacuum-map-cardmap_source: camera: camera.roborock_s7_mapcalibration_source: camera: trueentity: vacuum.roborock_s7vacuum_platform: send_commandmap_modes: - template: vacuum_clean_zone - template: vacuum_goto - name: Wohnung EG icon: mdi:select-drag selection_type: ROOM service_call_schema: service: roborock.vacuum_clean_segment service_data: segments: '[[selection]]' target: entity_id: '[[entity_id]]' predefined_selections: - id: '16' icon: name: mdi:broom x: 21775 'y': 31875 label: text: Hausflur x: 21775 'y': 31875 offset_y: 35 outline: - - 16400 - 30350 - - 27150 - 30350 - - 27150 - 33400 - - 16400 - 33400 - id: '17' icon: name: mdi:broom x: 18225 'y': 27525 label: text: Schlafzimmer x: 18225 'y': 27525 offset_y: 35 outline: - - 16300 - 25000 - - 20150 - 25000 - - 20150 - 30050 - - 16300 - 30050 - id: '18' icon: name: mdi:broom x: 22275 'y': 27825 label: text: Wohnzimmer x: 22275 'y': 27825 offset_y: 35 outline: - - 20200 - 25050 - - 24350 - 25050 - - 24350 - 30600 - - 20200 - 30600 - id: '19' icon: name: mdi:broom x: 26400 'y': 29500 label: text: Flur x: 26400 'y': 29500 offset_y: 35 outline: - - 24350 - 28650 - - 28450 - 28650 - - 28450 - 30350 - - 24350 - 30350 - id: '20' icon: name: mdi:broom x: 25850 'y': 26925 label: text: Küche x: 25850 'y': 26925 offset_y: 35 outline: - - 24300 - 25150 - - 27400 - 25150 - - 27400 - 28700 - - 24300 - 28700 - id: '21' icon: name: mdi:broom x: 28500 'y': 26875 label: text: Bad x: 28500 'y': 26875 offset_y: 35 outline: - - 27700 - 25150 - - 29300 - 25150 - - 29300 - 28600 - - 27700 - 28600 - id: '22' icon: name: mdi:broom x: 29650 'y': 31725 label: text: Eingangsbereich x: 29650 'y': 31725 offset_y: 35 outline: - - 27100 - 28300 - - 32200 - 28300 - - 32200 - 35150 - - 27100 - 35150 - id: '24' icon: name: mdi:broom x: 22700 'y': 33550 label: text: Waschkeller x: 22700 'y': 33550 offset_y: 35 outline: - - 21450 - 31750 - - 23950 - 31750 - - 23950 - 35350 - - 21450 - 35350 - id: '25' icon: name: mdi:broom x: 17425 'y': 33525 label: text: Keller 2 x: 17425 'y': 33525 offset_y: 35 outline: - - 16700 - 31700 - - 18150 - 31700 - - 18150 - 35350 - - 16700 - 35350 - id: '26' icon: name: mdi:broom x: 20300 'y': 33450 label: text: Keller 1 x: 20300 'y': 33450 offset_y: 35 outline: - - 19500 - 31650 - - 21100 - 31650 - - 21100 - 35250 - - 19500 - 35250map_locked: truetwo_finger_pan: falsetiles: - tile_id: status entity: vacuum.roborock_s7 label: Status attribute: status icon: mdi:robot-vacuum translations: starting: Starting charger disconnected: Charger disconnected idle: Idle remote control active: Remote control active cleaning: Cleaning returning home: Returning home manual mode: Manual mode charging: Charging charging problem: Charging problem paused: Paused spot cleaning: Spot cleaning error: Error shutting down: Shutting down updating: Updating docking: Docking going to target: Going to target zoned cleaning: Zoned cleaning segment cleaning: Segment cleaning emptying the bin: Emptying the bin charging complete: Charging complete device offline: Device offline - tile_id: battery_level entity: vacuum.roborock_s7 label: Battery attribute: battery_level icon: mdi:battery-charging-100 unit: '%' - tile_id: fan_speed entity: vacuum.roborock_s7 label: Fan speed attribute: fan_speed icon: mdi:fan translations: silent: Silent standard: Standard medium: Medium turbo: Turbo auto: Auto gentle: Gentleicons: - icon: mdi:play conditions: - entity: vacuum.roborock_s7 value_not: cleaning - entity: vacuum.roborock_s7 value_not: error - entity: vacuum.roborock_s7 value_not: returning tooltip: Start tap_action: action: call-service service: vacuum.start service_data: entity_id: vacuum.roborock_s7 - icon: mdi:pause conditions: - entity: vacuum.roborock_s7 value_not: docked - entity: vacuum.roborock_s7 value_not: idle - entity: vacuum.roborock_s7 value_not: error - entity: vacuum.roborock_s7 value_not: paused tooltip: Pause tap_action: action: call-service service: vacuum.pause service_data: entity_id: vacuum.roborock_s7 - icon: mdi:stop conditions: - entity: vacuum.roborock_s7 value_not: docked - entity: vacuum.roborock_s7 value_not: idle - entity: vacuum.roborock_s7 value_not: error - entity: vacuum.roborock_s7 value_not: paused tooltip: Stop tap_action: action: call-service service: vacuum.stop service_data: entity_id: vacuum.roborock_s7 - icon: mdi:home-map-marker conditions: - entity: vacuum.roborock_s7 value_not: docked - entity: vacuum.roborock_s7 value_not: returning tooltip: Return to base tap_action: action: call-service service: vacuum.return_to_base service_data: entity_id: vacuum.roborock_s7 - icon: mdi:target-variant conditions: - entity: vacuum.roborock_s7 value_not: docked - entity: vacuum.roborock_s7 value_not: error - entity: vacuum.roborock_s7 value_not: cleaning - entity: vacuum.roborock_s7 value_not: returning tooltip: Clean spot tap_action: action: call-service service: vacuum.clean_spot service_data: entity_id: vacuum.roborock_s7 - icon: mdi:map-marker tooltip: Locate tap_action: action: call-service service: vacuum.locate service_data: entity_id: vacuum.roborock_s7 - icon: mdi:fan-alert conditions: - entity: vacuum.roborock_s7 attribute: fan_speed value: 'off' tooltip: Change fan speed tap_action: action: call-service service: vacuum.set_fan_speed service_data: entity_id: vacuum.roborock_s7 fan_speed: silent - icon: mdi:fan-alert conditions: - entity: vacuum.roborock_s7 attribute: fan_speed value: silent tooltip: Change fan speed tap_action: action: call-service service: vacuum.set_fan_speed service_data: entity_id: vacuum.roborock_s7 fan_speed: balanced - icon: mdi:fan-alert conditions: - entity: vacuum.roborock_s7 attribute: fan_speed value: balanced tooltip: Change fan speed tap_action: action: call-service service: vacuum.set_fan_speed service_data: entity_id: vacuum.roborock_s7 fan_speed: turbo - icon: mdi:fan-alert conditions: - entity: vacuum.roborock_s7 attribute: fan_speed value: turbo tooltip: Change fan speed tap_action: action: call-service service: vacuum.set_fan_speed service_data: entity_id: vacuum.roborock_s7 fan_speed: max - icon: mdi:fan-alert conditions: - entity: vacuum.roborock_s7 attribute: fan_speed value: max tooltip: Change fan speed tap_action: action: call-service service: vacuum.set_fan_speed service_data: entity_id: vacuum.roborock_s7 fan_speed: max_plus - icon: mdi:fan-alert conditions: - entity: vacuum.roborock_s7 attribute: fan_speed value: max_plus tooltip: Change fan speed tap_action: action: call-service service: vacuum.set_fan_speed service_data: entity_id: vacuum.roborock_s7 fan_speed: custom - icon: mdi:fan-alert conditions: - entity: vacuum.roborock_s7 attribute: fan_speed value: custom tooltip: Change fan speed tap_action: action: call-service service: vacuum.set_fan_speed service_data: entity_id: vacuum.roborock_s7 fan_speed: 'off' - icon: mdi:fan-alert conditions: - entity: vacuum.roborock_s7 attribute: fan_speed value_not: 'off' - entity: vacuum.roborock_s7 attribute: fan_speed value_not: silent - entity: vacuum.roborock_s7 attribute: fan_speed value_not: balanced - entity: vacuum.roborock_s7 attribute: fan_speed value_not: turbo - entity: vacuum.roborock_s7 attribute: fan_speed value_not: max - entity: vacuum.roborock_s7 attribute: fan_speed value_not: max_plus - entity: vacuum.roborock_s7 attribute: fan_speed value_not: custom tooltip: Change fan speed tap_action: action: call-service service: vacuum.set_fan_speed service_data: entity_id: vacuum.roborock_s7 fan_speed: 'off' - icon: mdi:home-floor-1 tooltip: Karte - EG tap_action: action: call-service service: roborock.vacuum_load_multi_map service_data: entity_id: vacuum.roborock_s7 map_flag: 1 - icon: mdi:home-floor-2 tooltip: Karte - 2. OG tap_action: action: call-service service: roborock.vacuum_load_multi_map service_data: entity_id: vacuum.roborock_s7 map_flag: 0 - icon: mdi:water-off conditions: - entity: vacuum.roborock_s7 attribute: waterBoxMode value: 200 tooltip: Change mop intensity tap_action: action: call-service service: vacuum.send_command service_data: command: set_water_box_custom_mode params: 201 target: entity_id: vacuum.roborock_s7 - icon: mdi:wave conditions: - entity: vacuum.roborock_s7 attribute: waterBoxMode value: 201 tooltip: Change mop intensity tap_action: action: call-service service: vacuum.send_command service_data: command: set_water_box_custom_mode params: 202 target: entity_id: vacuum.roborock_s7 - icon: mdi:waves-arrow-up conditions: - entity: vacuum.roborock_s7 attribute: waterBoxMode value: 202 tooltip: Change mop intensity tap_action: action: call-service service: vacuum.send_command service_data: command: set_water_box_custom_mode params: 203 target: entity_id: vacuum.roborock_s7 - icon: mdi:waves conditions: - entity: vacuum.roborock_s7 attribute: waterBoxMode value: 203 tooltip: Change mop intensity tap_action: action: call-service service: vacuum.send_command service_data: command: set_water_box_custom_mode params: 200 target: entity_id: vacuum.roborock_s7 - icon: mdi:waves conditions: - entity: vacuum.roborock_s7 attribute: waterBoxMode value_not: 200 - entity: vacuum.roborock_s7 attribute: waterBoxMode value_not: 201 - entity: vacuum.roborock_s7 attribute: waterBoxMode value_not: 202 - entity: vacuum.roborock_s7 attribute: waterBoxMode value_not: 203
Dashboard
Der Code für die Vertikaler-Stack Karte mit den Buttons, die diverse Automationen starten.

type: vertical-stackcards: - type: horizontal-stack cards: - show_name: true show_icon: true type: button tap_action: action: call-service service: automation.trigger target: entity_id: automation.vac_wohnung_saugen data: skip_condition: true entity: vacuum.roborock_s7 name: Wohnung saugen hold_action: action: none - show_name: true show_icon: true type: button tap_action: action: call-service service: automation.trigger target: entity_id: automation.vac_wohnung_saugen data: skip_condition: true entity: vacuum.roborock_s7 name: Wohnung saugen hold_action: action: none - type: horizontal-stack cards: - show_name: true show_icon: true type: button tap_action: action: call-service service: automation.trigger target: entity_id: automation.vac_wohnbereich_saugen data: skip_condition: true entity: vacuum.roborock_s7 name: Wohnbereich saugen hold_action: action: none - show_name: true show_icon: true type: button tap_action: action: call-service service: automation.trigger target: entity_id: automation.vac_wohnbereich_kombifahrt data: skip_condition: true entity: vacuum.roborock_s7 name: Wohnbereich Kombi hold_action: action: none icon: mdi:robot-vacuum-alert - type: horizontal-stack cards: - show_name: true show_icon: true type: button tap_action: action: call-service service: automation.trigger target: entity_id: automation.vac_badezimmer_saugen data: skip_condition: true entity: vacuum.roborock_s7 name: Bad Saugen hold_action: action: none - show_name: true show_icon: true type: button tap_action: action: call-service service: automation.trigger target: entity_id: automation.vac_clean_bath data: skip_condition: true entity: vacuum.roborock_s7 name: Bad Tiefenreinigung hold_action: action: none icon: mdi:robot-vacuum-alert
Automationen
Einstellwerte
Quelle: https://community.home-assistant.io/t/s7-mop-control/317393/44
vacuum_mode Werte (Saugstärke)
silent | 101 |
balanced | 102 |
turbo | 103 |
max | 104 |
off (Kann man bei nur Wischen setzen) | 105 |
custom | 106 |
mopping mode Werte (Wischintensität)
off | 200 |
low | 201 |
medium | 202 |
high | 203 |
custom | 204 |
mopping route Werte (Wischroute)
standard | 300 |
deep | 301 |
custom | 302 |
deep+ | 303 |
Wohnbereich saugen (einfach)
Hier werden die Räume anhand ihrer Nummern angegeben, praktisch zum kopieren 😉
alias: VAC - Wohnbereich saugendescription: ""trigger: []condition: []action: - service: vacuum.send_command data: command: set_water_box_custom_mode params: 200 target: entity_id: vacuum.roborock_s7 alias: Kein Mop - service: vacuum.send_command data: command: set_custom_mode params: 104 target: entity_id: vacuum.roborock_s7 alias: Vac Mode Max - service: roborock.vacuum_clean_segment data: segments: - "18" - "20" - "19" target: entity_id: vacuum.roborock_s7mode: single
Bad Saugen → Andocken → Bad Wischen
Hier wir der Bereich durch ein Segment festgelegt, ein Raum wäre natürlich genau wie oben auch möglich.
alias: VAC - Badezimmer Tiefenreinigungdescription: ""trigger: []condition: []action: - service: vacuum.send_command data: command: set_water_box_custom_mode params: 200 target: entity_id: vacuum.roborock_s7 alias: Kein Mop - service: vacuum.send_command data: command: set_custom_mode params: 104 target: entity_id: vacuum.roborock_s7 alias: Vac Mode Max - service: vacuum.send_command data: command: app_zoned_clean params: - - 27567 - 24994 - 29479 - 28633 - 2 target: entity_id: vacuum.roborock_s7 alias: Fahr 2x Badezimmer - wait_for_trigger: - platform: state entity_id: - vacuum.roborock_s7 to: docked for: hours: 0 minutes: 1 seconds: 0 timeout: hours: 0 minutes: 15 seconds: 0 milliseconds: 0 continue_on_timeout: false - service: vacuum.send_command data: command: set_water_box_custom_mode params: 202 target: entity_id: vacuum.roborock_s7 alias: Mop Mode "medium" - service: vacuum.send_command data: command: set_mop_mode params: 303 target: entity_id: vacuum.roborock_s7 alias: Mop Route "Deep+" - service: vacuum.send_command data: command: app_zoned_clean params: - - 27567 - 24994 - 29479 - 28633 - 2 target: entity_id: vacuum.roborock_s7 alias: Fahr 2x Badezimmermode: single
Hausflur reinigen – mit Benachrichtigung & TTS
alias: VAC - Hausflur Tiefenreinigungdescription: ""trigger: []condition: []action: - service: vacuum.send_command data: command: set_water_box_custom_mode params: 200 target: entity_id: vacuum.roborock_s7 alias: Kein Mop enabled: true - service: vacuum.send_command data: command: set_custom_mode params: 104 target: entity_id: vacuum.roborock_s7 alias: Vac Mode Max enabled: true - service: vacuum.send_command data: command: app_zoned_clean params: - - 15943 - 30246 - 29724 - 35539 - 2 target: entity_id: vacuum.roborock_s7 alias: Fahr 2x Hausflur enabled: true - wait_for_trigger: - platform: state entity_id: - vacuum.roborock_s7 to: returning for: hours: 0 minutes: 0 seconds: 0 timeout: hours: 2 minutes: 0 seconds: 0 milliseconds: 0 alias: Max 2 Stunden warten auf Rückfahrt - service: notify.notify data: title: Tür Öffnen!!! message: Der Saugroboter fährt zurück, bitte die Wohnungstür öffnen! - service: tts.google_translate_say data: cache: true entity_id: media_player.homepod_mini_schlafzimmer message: Bitte die Wohnungstüre öffnen, um Saugroboter reinfahren zu lassen language: de - wait_for_trigger: - platform: state entity_id: - vacuum.roborock_s7 to: docked for: hours: 0 minutes: 1 seconds: 0 timeout: hours: 0 minutes: 10 seconds: 0 milliseconds: 0 alias: Max 10 Min warten auf Ende continue_on_timeout: false enabled: true - service: vacuum.send_command data: command: set_water_box_custom_mode params: 203 target: entity_id: vacuum.roborock_s7 alias: Mop Mode "high" - service: vacuum.send_command data: command: set_mop_mode params: 303 target: entity_id: vacuum.roborock_s7 alias: Mop Route "Deep+" - service: vacuum.send_command data: command: app_zoned_clean params: - - 15943 - 30246 - 29724 - 35539 - 1 target: entity_id: vacuum.roborock_s7 alias: Fahr 1x Hausflur - wait_for_trigger: - platform: state entity_id: - vacuum.roborock_s7 to: returning for: hours: 0 minutes: 0 seconds: 0 timeout: hours: 2 minutes: 0 seconds: 0 milliseconds: 0 alias: Max 2 Stunden warten auf Rückfahrt - service: notify.notify data: title: Tür Öffnen!!! message: Der Saugroboter fährt zurück, bitte die Wohnungstür öffnen! - service: tts.google_translate_say data: cache: true entity_id: media_player.homepod_mini_schlafzimmer message: Bitte die Wohnungstüre öffnen, um Saugroboter reinfahren zu lassen language: demode: single
Fazit
Indem man den Saugroboter in Home Assistant integriert, erhält man die Möglichkeit, den Reinigungsprozess zu automatisieren, Zeitpläne festzulegen und sogar benutzerdefinierte Reinigungsbereiche festzulegen.
Durch die Integration kann man den Saugroboter nahtlos in andere Smart Home-Abläufe und -Automatisierungen einbinden. Beispielsweise kann man ihn so programmieren, dass er automatisch mit dem Ausschalten der Lichter startet oder dass er seine Reinigungsaufgaben beginnt, sobald niemand zu Hause ist. Dadurch wird nicht nur der Komfort erhöht, sondern auch die Energieeffizienz gesteigert.
Wenn du Fragen oder Anmerkungen hast, zögere nicht, sie mir unten in den Kommentaren mitzuteilen und ich werde mein Bestes tun, um dir zu helfen. Vielen Dank fürs Zuschauen!
FAQs
In Home Assistant Roborock Saugroboter einrichten? ›
Tap the(icon)in the top right corner then tap Vacuum Settings, and turn on Map Saving. Open the map and check how rooms have been marked. If you would like to make changes, tap Edit Map to combine or divide rooms.
How do you get Roborock to remap a room? ›Tap the(icon)in the top right corner then tap Vacuum Settings, and turn on Map Saving. Open the map and check how rooms have been marked. If you would like to make changes, tap Edit Map to combine or divide rooms.
Can you add Roborock to Apple home? ›Homebridge plugin for Xiaomi / Roborock Vacuum Cleaner's
This homebridge plugin allows you to control the Xiaomi vacuum robots in your Apple Home App (HomeKit).
Roborock S6 MaxV, S6, S5 Max, S6 Pure and S4 robots are compatible with Google Home! That means with a few simple steps you can command your robot with the power of your voice. Support for other Roborock robots is coming soon. Is the vacuum charging?
What is the difference between Roborock and Xiaomi? ›The Roborock S7 is slightly better than the Xiaomi Mi Robot Vacuum. The Roborock feels better-built, maneuvers itself more effectively, has more automation features, and can clean high-pile carpet.
How do I get Roborock to clean my new room? ›Yes. Enable map saving mode and simply tap on the room you want cleaned in the app and the robot will clean that room.
Can I put floor cleaner in my Roborock? ›Floor Cleaner should be diluted 1:300, or 1 part roborock Floor Cleaner to 300 parts water.
Can I connect my Roborock to Alexa? ›Roboorck Plus is a skill that will allow users to bind their Roboorck ID to the Amazon Alexa. After account linked, users will be able to control the Roborock devices via Alexa.
Can Siri control Roborock? ›Adding a Siri shortcut
First we make it possible for Siri (and thus Shortcuts) to start the vacuum at all. In the vacuum's "Xiaomi Home" app, go to the top-level "Automation" tab. Press "+", select "Complete manually", select your vacuum and the "Start cleaning" action. Save.
However, without the app, you lose advanced features such as room-specific cleaning, scheduled cleaning, and suction power strength selection. You can buy the S7 without the dock for $650 (the Plus moniker in the name indicates it comes with the dock).
Can Roborock work without app? ›
A: It will work manually, you will not be able to tell it what room needs cleaning.
Can two people have Roborock app? ›No. We suggest others use the owner's app account as one account could be signed in on multiple phones at the same time.
Is Roborock a Chinese brand? ›Roborock (also known as Beijing Roborock Technology Co. Ltd.; Chinese: 北京石頭世紀科技有限公司) is a Chinese consumer goods company known for its robotic sweeping and mopping devices and handheld cordless stick vacuums. Xiaomi played a key role in the company's founding.
Can you use Roborock without mop? ›Yes, remove mop water tank when vacuuming only. You program go/ no go zones for vacuuming with the tank removed, and mop only zones with the tank installed.
Does Roborock sell your data? ›We do not sell any personal information to third parties. We may disclose your personal information on occasion to third parties (as described below) in order to provide the products or services that you have requested. In that case, we will obtain your consent in advance.
Can I put vinegar in my Roborock mop? ›Cleaning Tips and Materials
After sweeping your floor, simply pour one cup of apple cider vinegar into a gallon of warm water. Dampen your mop with the mixture and wipe your floors clean instantly.
Deep Clean Monthly
At least once a month you should give your robot vacuums a thorough cleaning. Give the sensors a good wipe so that your robot vacuum can see where it's going. Clean all the wheels by removing any dust and hair that might be wrapped around them.
Yes. The robot cleaner work without Wi-Fi and can carry out full-home cleanups, spot cleanups, and return to their dock with the push of a button. Connecting to Wi-Fi enables advanced features including scheduled cleaning, suction power strength selection, and more.
Can I name my Roborock? ›On the map screen, tap the three dots on the top right corner then tap “General settings.” In this menu tap “Change device name,” make the changes you want, then press “OK.”
What is the alternative to Roborock? ›- Dreametech. Dreametech DreameBot D10 Plus. Best robot vacuum overall. ...
- Roborock. Roborock S7 MaxV Ultra. Best robot vacuum splurge. ...
- iRobot. iRobot Roomba J7 Plus. Best poop-detecting robot vacuum. ...
- Alison DeNisco Rayome/CNET. iRobot Roomba Combo J7 Plus. ...
- Amazon. Eufy RoboVac 25C.
Can I put vinegar in my robot mop? ›
Don't mix water with detergent, vinegar, or anything else. Adding extra cleaners like this can damage the robot mop and prevent it from working properly in the future.
Can you use Roborock without dust bag? ›First Roborock Robot Vacuum Cleaner with an auto-empty dock. Top performance in almost all areas. Self-emptying base can optionally be used with / or without a disposable dust bag.
Is Roborock safe for hardwood? ›Will Roborock robot vacuum damage or scratch hardwood floors? No, it won't. Don't worry. The 2 wheels of Roborock robot vacuum are made by rubber and won't damage floor.
How do I tell Alexa to start Roborock? ›...
- ”Alexa, ask robo rock to start cleaning.”
- ”Alexa, ask robo rock to stop cleaning.”
- ”Alexa, ask robo rock to recharge.”
You can select up to 3 rooms to clean, then click "Start Cleaning". Or: Use the voice command through Amazon Alexa or Google Home to clean 1 room. "Alexa, tell Shark to clean the (name of the room)." "Ok Google, tell Shark to clean the (name of the room)."
Can I control Home Assistant with Siri? ›The HomeKit integration allows you to make your Home Assistant entities available in Apple HomeKit, so they can be controlled from Apple's Home app and Siri; even if those devices do not natively support HomeKit.
How do I connect Roborock to Apple HomeKit? ›- 3.1 Tap the “+” icon to add a device.
- 3.2 Tick “Blue Light Blinking”.
- 3.3 Select your home Wi-Fi and input your Wi-Fi password.
- 3.4 Tap “Connect to robot Wi-Fi”.
- 3.5 Select Wi-Fi network named roborock-vacuum-xxxx to connect.
Yes. Mi Home app supports the feature. You could use your phone to control the robot cleaner. It applies to all products.
Can you use Roborock on carpet? ›If you're looking for a well-rounded robot vacuum that can handle debris on bare floors and carpets, the Roborock S7 MaxV is an excellent, if pricey, option. While it offers okay overall performance on carpets, it doesn't do as well as the Ecovacs DEEBOT OZMO T8 AIVI.
Should you turn off Roborock? ›The product must be switched off and the plug must be removed from socket outlet before cleaning or maintaining the product.
Does Roborock have cameras? ›
Difference 1: The Roborock S7 MaxV has dual front cameras for obstacle avoidance, the S7 does not. The “MaxV” in the name of the Roborock S7 MaxV refers to its artificial vision system. It is equipped with dual front-facing cameras to map and avoid obstacles in its path. This feature is great if you have pets.
Can you manually control Roborock? ›Installing the current Roborock firmware is recommended for smooth operation of the remote control. Then you start the manual Roborock control by going to the area Remote control navigates. By default, a virtual joystick is active here, with which you can chase the robo in the appropriate directions.
How do I turn on Roborock remote viewing? ›- Go to Camera functions-Remote viewing page to turn it on first.
- Go back to the Home page and you will see a camera icon on the right side.
- Click it and you can enjoy the Remote Viewing features. Including Remote control, Map and Audio.
- Open the Google Home app.
- Tap the plus symbol at the top of the screen.
- Tap Set Up Device.
- Tap Works with Google.
- In the search field, search for your robot manufacturer's name ( i.e. iRobot, Roborock, Ecovac, Eufy)
- Enter your robot vac's account details to authorize account linking.
Tap on the room you would like to delete. Tap on the top right "Pencil" icon to edit the room. For each of the devices in your room, tap the "Pencil" icon that appears on the device rows. While in Device Settings for each device, swipe down to the Room selection and deselect the existing room.
What app to use for Roborock? ›The Roborock app has been designed to give you total control over your Roborock robot, from home layout to cleaning schedules, cleaning strength, and more. Once you've set it up the way you want it, you can leave your robot to work.
Can a robot vacuum clean multiple rooms? ›Robot vacuums with mapping capabilities are not just able to clean multiple rooms, they're also very good at it.
Is Roborock Made in USA? ›Roomba vacuums are manufactured in Bedford, Massachusetts, U.S. Roborock vacuums are headquartered in Beijing, with Research & Development and branch offices in Shanghai and Shenzhen. History.
Can I trust Roborock? ›Robots have been vacuuming my house and office floors for at least five years, and after testing out a few brands, Roborock has proven to be reliable, powerful, functional, and easy to control.
What is better than Roborock S7? ›If you want a no-nonsense vacuuming robot that will inhale debris, look no further than the Roomba S9 . The plus version comes with a clean base station that empties the dustbin for you after every run. Like the Roborock S7, it utilizes a bagged system but with a lower capacity of around 2.5-liters. What is this?
How long do Roborock batteries last? ›
The Roborock's mapping system may be the best I've seen, but its battery life is hands down the best I've seen. The machine is powered by a 5200 mAh Li-ion battery that lasts much longer than other robot vacuums. The battery can last up to nearly three hours on one charge.
Can Roborock use detergent? ›That probably involved a bucket of hot water, detergent, and a mop. In the Roborock S7 (or any other version) there is no way to use cleaning detergent. While this is good for the environment, it's not great for stains. You also can't use this robovac to mop up spillages.
Do you put detergent in robot mop? ›It's also important to note that most robot vacuum mops work using only water and the compatible wipe attachment - you can't add any disinfectant or cleaning product to the water reservoir.
Can Roborock see in the dark? ›Unlike robot vacuums that rely on visual navigation, the Roborock S6 uses laser navigation to get around. Visual navigation uses onboard cameras to maneuver, but those cameras often fail in low light conditions.
Does Roborock pick up dog hair? ›If you're looking for a cheaper vacuum that offers identical stain-cleaning performance, the Roborock S7 is a good option. It has the same highly-effective ultrasonic mopping system and is similarly effective in tackling pet hair.
What company is Roborock under? ›In September 2014, we received the investment from Xiaomi and became a member enterprise of Xiaomi ecological chain.
Can you remap one room with Irobot? ›i3/i4/i5 Roomba can only support one (1) Smart Map. If you would like to remap your original space or map a different floor, you will need to delete your existing Smart Map.
What is room mapping for robot vacuum? ›Robot vacuum mapping is a process by which robot vacuums map your house during the initial cleaning. Mapping helps the robot understand how the house looks like, making it easier to clean all areas, and the majority of high-end models are capable of cleaning hard surfaces and carpets alike.
How long does it take for iRobot to map your house? ›It typically takes three (3) to five (5) cleaning missions or Mapping Runs to generate a fully developed Imprint™ Smart Map that you can then customize and use. Simply select Clean All in the iRobot® HOME APP to have Roomba clean and learn an entire level of your home during the cleaning cycle.
Do you need room mapping for robot vacuum? ›The mapping may not seem necessary, but it offers significant benefits. When a robot has a floor plan, it can map out the most efficient cleaning route. This is why mapping robots move in a seemingly straight pattern, while others move randomly.
How do robot vacuums map your house? ›
Most companies developing high-end robot vacuums use visual simultaneous localization and mapping (VSLAM) or LiDAR technology to build a virtual map of the room. These technologies enable the robot vacuum to move around more efficiently, covering an entire level of a home with multiple rooms.
How do I customize my iRobot map? ›...
From there, you will have the following options:
- Delete map.
- Rename map.
- Save map orientation.
You are able to have unlimited Android or iOS mobile devices connected to a single Wi-Fi enabled robot. Through your account on the iRobot® HOME app you can have up to 10 robots connected. If trying to connect more than 10 you would need to use another account and mobile device.
Can I program Roomba to avoid an area? ›Keep-Out Zones allow you to designate areas in your home where you don't want your robot to go. Keep-Out Zones can be added in the iRobot HOME App by adding rectangular zones to your Imprint™ Smart Map.
How does Roborock know where it is? ›The Roborock S5 uses its laser, along with the SLAM algorithm, to navigate. SLAM is a complex robot mapping process that allows the machine to create a map while simultaneously figuring out where it is located within that space. Using the map it creates, the Roborock vacuum begins by cleaning the border of the room.
Which robot vacuum has the best mapping? ›We found that the Ecovacs DeeBot T9+ Vacuum and Mop Combo was the best robot vacuum with mapping, as it easily navigated around obstacles during our real-world tests.
What is the best robot vacuum for 3d mapping? ›- Roborock S7 MaxV Ultra. The best overall. Jump to details. ...
- Neato Botvac D10. The best for battery life. Jump to details. ...
- iRobot Roomba j7+ The best cleaning tech. Jump to details. ...
- Eufy RoboVac X8 Hybrid. The best for pet hair. ...
- Samsung Jet Bot AI+ The best for home security.