Overview
The introduction of control modes for Shelly Cury devices allows users to customize their home appliance interactions based on specific scenarios, such as energy saving or comfort. This capability enhances user convenience and maximizes the efficiency of home systems.
Benefits
- Allows homeowners to tailor appliance behavior for different times of day or activities.
- Improves energy efficiency by enabling eco-friendly settings.
- Simplifies device management by grouping controls for similar tasks.
Intent
This capability enables users to set various control modes for their Shelly Cury devices, allowing for personalized and context-aware interactions. The outcome is a more efficient and user-friendly home environment.
Preconditions
- Shelly Cury devices are installed and operational.
- Home Assistant is set up to integrate with Shelly devices.
- User has configured control modes within the Home Assistant interface.
- Home Assistant installed and configured.
- Integration available and authenticated: Shelly.
- Device installed and reachable: Door and Window Sensors.
Actors
- Homeowner managing energy consumption
- Family member adjusting settings for comfort
- Guest using home appliances
Trigger
The capability is triggered when a user selects a specific control mode from the Home Assistant dashboard or through voice commands.
Workflow Diagram
flowchart TD
A[User selects control mode] -->|check mode availability| B{{Is mode available?}}
B -->|Yes| C[Apply selected mode]
C --> D[Devices adjust settings]
B -->|No| E[Notify user of unavailability]
Workflow Description
1. User Accesses Control Mode
The user opens the Home Assistant application and navigates to the Shelly device settings.
2. Select Control Mode
The user chooses a desired control mode from the available options, such as ‘Eco’, ‘Comfort’, or ‘Schedule’.
3. System Validates Selection
Home Assistant checks if the selected mode is compatible with the current devices and settings.
4. Mode is Applied
If valid, the control mode is activated, and devices adjust their operational parameters accordingly.
5. User Receives Feedback
The system provides feedback to the user about the successful application of the control mode or any issues encountered.
Postconditions
The selected control mode is successfully applied to the Shelly Cury devices, altering their behavior to match the user’s preferences.
Optional Enhancements
- Add support for custom user-defined control modes.
- Integrate with external weather data to adjust settings based on conditions.
- Enable scheduling for automatic mode changes at specified times.
Recommended Components
| Recommended Applications | Recommended Integrations | Recommended Devices |
|---|---|---|
| Home Assistant | Shelly | Door and Window Sensors, TP-Link | HS100 |
Source Examples
- 2026.1: Home is where the dashboard is ?? – Home Assistant (homeassistant)