Overview
The new capability allows users to reset cutting blade usage time and track error events for their Husqvarna Automower. This ensures optimal performance and maintenance of the lawn mowing robot, enhancing the user experience.
Benefits
- Easily manage and reset blade usage to prolong the life of the cutting blades.
- Monitor error events in real-time to quickly address any operational issues.
- Simplify lawn care management by automating tracking tasks for the mower.
Intent
The purpose of this capability is to provide homeowners with enhanced control over their Husqvarna Automower. By tracking blade usage and error events, users can ensure efficient operation and timely maintenance of their lawn mowing robot.
Preconditions
- Husqvarna Automower device must be integrated with Home Assistant.
- Home Assistant must be updated to version 2025.9 or later.
- Home Assistant installed and configured.
- Integration available and authenticated: Zigbee2MQTT.
- Device installed and reachable: TP-Link | HS100.
Actors
- Homeowner managing lawn care
- Family members assisting with yard maintenance
Trigger
The capability is triggered when the Automower completes a mowing session or encounters an error.
Workflow Diagram
flowchart TD
A[Automower Completes Mowing] -->|check| B{Error Detected?}
B -->|Yes| C[Log Error Event]
C --> D[Notify Homeowner]
B -->|No| E[Reset Blade Usage Time]
E --> F[Update Usage Stats]
Workflow Description
1. Mowing Session Completion
The Automower completes its scheduled mowing session and sends data to Home Assistant.
2. Check for Errors
Home Assistant checks the mower’s status for any error events that occurred during the session.
3. Log Error Events
If an error is detected, it is logged in Home Assistant for review.
4. Notify Homeowner
The homeowner receives a notification regarding the error, prompting them to take action.
5. Reset Blade Usage
Homeowner can manually reset the blade usage time through the Home Assistant interface.
6. Update Usage Stats
The system updates the cutting blade usage statistics for future reference.
Postconditions
After the capability completes, the cutting blade usage time is reset, and any error events are logged and communicated to the homeowner.
Optional Enhancements
- Integrate with smart notifications for error alerts via mobile devices.
- Add a scheduling feature for automatic blade usage resets based on user-defined criteria.
- Implement predictive maintenance alerts based on usage statistics.
Recommended Components
| Recommended Applications | Recommended Integrations | Recommended Devices |
|---|---|---|
| Home Assistant | Zigbee2MQTT, Tasmota | TP-Link | HS100, TP-Link | HS200 |
Source Examples
- 2026.1: Home is where the dashboard is ?? – Home Assistant (homeassistant)