Overview
The integration of the Roborock Zeo washer/dryer with Home Assistant streamlines laundry management by allowing users to control their laundry appliances remotely. This capability enhances convenience by enabling users to monitor and manage laundry tasks directly from their smart home system.
Benefits
- Control the washer/dryer from anywhere in the home using a smartphone or voice commands.
- Receive notifications on laundry status, such as when a cycle is complete.
- Schedule laundry tasks to run at optimal times, reducing energy costs.
Intent
This capability aims to provide seamless control over laundry appliances through the Roborock integration, ensuring users can efficiently manage their laundry tasks. The outcome is a more organized and efficient laundry routine.
Preconditions
- Roborock Zeo washer/dryer is installed and configured.
- Home Assistant is set up and connected to the Roborock integration.
- User has access to the Home Assistant app or web interface.
- Home Assistant installed and configured.
- Integration available and authenticated: Zigbee2MQTT.
- Device installed and reachable: Sonoff | Smart Plug-in Unit.
Actors
- Homeowner managing household chores
- Family members assisting with laundry tasks
- Elderly parent needing assistance with laundry
Trigger
The capability is triggered when the washer/dryer is turned on or off, or when a cycle is completed.
Workflow Diagram
flowchart TD
A[Washer/Dryer Cycle Status] -->|changed| B{{Is Cycle Complete?}}
B -->|Yes| C[Send Notification]
C --> D[Notify User]
B -->|No| E[Monitor Status]
Workflow Description
1. User Checks Status
The homeowner opens the Home Assistant app to check the current status of the washer/dryer.
2. Start Cycle Remotely
The user initiates a wash or dry cycle through the app, selecting the desired settings.
3. Receive Notifications
The user receives a notification when the cycle starts and when it completes.
4. Monitor Progress
The homeowner can monitor the cycle progress in real-time via the Home Assistant interface.
5. End Cycle
Once the cycle is complete, the washer/dryer automatically turns off, and the user is notified.
Postconditions
The washer/dryer completes the selected cycle, and the user receives a notification confirming the end of the process.
Optional Enhancements
- Integrate with smart home routines to automatically start laundry when energy rates are low.
- Add voice control capability through Google Home or Alexa for easier management.
- Create custom alerts for maintenance reminders based on usage patterns.
Recommended Components
| Recommended Applications | Recommended Integrations | Recommended Devices |
|---|---|---|
| Home Assistant | Zigbee2MQTT, Z-Wave JS | Sonoff | Smart Plug-in Unit, Door and Window Sensors |
Source Examples
- 2026.1: Home is where the dashboard is ?? – Home Assistant (homeassistant)