Overview
The addition of basic Supla cover support allows homeowners to control their window coverings seamlessly through their smart home system. This integration simplifies the management of blinds and shades, enhancing convenience and improving energy efficiency.
Benefits
- Allows remote operation of window coverings from mobile devices or smart home interfaces.
- Increases energy efficiency by automating the opening and closing of blinds based on time or sunlight.
- Enhances privacy and security by enabling scheduled operation of coverings.
Intent
The purpose of this capability is to integrate Supla cover support into existing home capability systems, allowing for easy management of window coverings. The outcome is a more efficient and comfortable living environment.
Preconditions
- Home Assistant installed and configured.
- Supla cover devices properly set up and connected.
- Internet access for remote control functionality.
- Integration available and authenticated: Zigbee2MQTT.
- Device installed and reachable: Door and Window Sensors.
Actors
- Homeowner controlling the window coverings
- Family members adjusting the blinds for comfort
- Guests using a smart home interface to manage privacy
Trigger
The capability is triggered by a predetermined schedule, a user command through a mobile app, or a change in environmental conditions such as sunlight intensity.
Workflow Diagram
flowchart TD
A[User Command] -->|check| B{{Is the cover device connected?}}
B -->|Yes| C[Execute Cover Control]
C --> D[Cover Opened/Closed]
B -->|No| E[Notify User of Connection Issue]
Workflow Description
1. User Command Issued
The homeowner uses a mobile app or voice command to issue a command to open or close the window coverings.
2. Connection Check
The system checks if the Supla cover device is connected to the home capability network.
3. Execute Command
If connected, the system sends the command to the Supla cover device to perform the requested action.
4. Action Confirmation
The system confirms the action has been completed, either by visual feedback or notification.
5. Notify User
If the device is not connected, the system notifies the user of the issue for troubleshooting.
Postconditions
The window coverings are adjusted as per the user command, improving comfort and energy management in the home.
Optional Enhancements
- Integrate with environmental sensors to automate blinds based on sunlight levels.
- Add voice control capabilities through smart assistants like Alexa or Google Home.
- Create custom schedules for opening and closing blinds at specific times.
Recommended Components
| Recommended Applications | Recommended Integrations | Recommended Devices |
|---|---|---|
| Home Assistant | Zigbee2MQTT, Z-Wave JS | Door and Window Sensors, Sonoff | Smart Plug-in Unit |
Source Examples
- 2026.1: Home is where the dashboard is ?? – Home Assistant (homeassistant)