Last Updated:

Adjust Cutting Height and Define Zones for Husqvarna Automower

S.C.O.R.E.ConvenienceDeviceControl

Overview

The ability to set the cutting height of your Husqvarna Automower and designate specific zones helps tailor lawn maintenance to individual preferences and lawn conditions. This capability enhances convenience by ensuring the mower operates efficiently while avoiding sensitive areas.

Convenience icon

Benefits

  • Customizable cutting height allows for optimal grass health and appearance.
  • Zone management prevents the mower from damaging delicate plants or flower beds.
  • Increased efficiency by reducing the need for manual adjustments or interventions.

Intent

The purpose of this capability is to provide homeowners with greater control over their lawn care practices. By enabling specific height settings and zone restrictions, users can ensure their lawn is maintained to their liking while protecting certain areas from being mowed.

Preconditions

  • Husqvarna Automower must be connected to your home capability system.
  • The user must have access to the control interface (e.g., via Home Assistant).
  • Home Assistant installed and configured.
  • Integration available and authenticated: Z-Wave JS.
  • Device installed and reachable: Outdoor Sun Shades.

Actors

  • Homeowner adjusting the settings
  • Family member monitoring the lawn care process
  • Guest unfamiliar with the mower’s operation

Trigger

The capability is triggered when the homeowner modifies the settings through the home capability interface.

Workflow Diagram

flowchart TD
    A[User Adjusts Settings] -->|check| B{{Is Cutting Height Set?}}
    B -->|Yes| C[Apply Cutting Height]
    C --> D[Result: Mower Adjusts Height]
    B -->|No| E[Exit]
    A -->|check| F{{Are Zones Defined?}}
    F -->|Yes| G[Apply Zone Restrictions]
    G --> D
    F -->|No| E

Workflow Description

1. Access Control Interface

The homeowner opens the home capability app or platform to access the Automower settings.

2. Adjust Cutting Height

The homeowner selects their preferred cutting height from the provided options.

3. Define Restricted Zones

The homeowner specifies areas where the mower should not operate, ensuring sensitive plants are protected.

4. Save Settings

The homeowner saves the changes, which are sent to the Automower.

5. Mower Executes New Settings

The Automower starts its next mowing cycle using the updated height and zone restrictions.

Postconditions

The Husqvarna Automower operates according to the newly set cutting height and avoids the designated zones during its mowing cycles.

Optional Enhancements

  • Integrate weather forecasting to adjust mowing times based on rain predictions.
  • Enable remote notifications when mowing is completed or if the mower encounters issues.
  • Implement voice control for adjustments via smart speakers.

Recommended Components

Recommended ApplicationsRecommended IntegrationsRecommended Devices
Home AssistantZ-Wave JS, ESPHomeOutdoor Sun Shades, Permanent Holiday Lights

Source Examples