Overview
OpenZWave now supports window covers, allowing homeowners to automate and control their window treatments seamlessly. This capability enhances convenience, enabling users to manage natural light and privacy with ease.
Benefits
- Automated control of window covers for improved convenience and energy efficiency.
- Customizable settings for different times of day, enhancing comfort and privacy.
- Integration with other smart home devices for synchronized operations.
Intent
The purpose of this capability is to provide homeowners with the ability to automate their window covers through OpenZWave. This leads to greater control over lighting and privacy in the home environment.
Preconditions
- OpenZWave integration is set up in Home Assistant.
- Compatible window cover devices are installed and configured.
- Home Assistant is running version 0.113 or later.
- Home Assistant installed and configured.
- Integration available and authenticated: Zigbee2MQTT.
- Device installed and reachable: Door and Window Sensors.
Actors
- Homeowner managing home capability
- Family members adjusting settings remotely
- Guests experiencing enhanced comfort
Trigger
The capability can be triggered by time schedules, sensor readings (like light levels), or manual controls through the Home Assistant interface.
Workflow Diagram
flowchart TD
A[Trigger Event] -->|Check Schedule| B{{Schedule Active?}}
B -->|Yes| C[Adjust Window Covers]
C --> D[Window Covers Adjusted]
B -->|No| E[Exit]
Workflow Description
1. Check Trigger Conditions
The system checks if the current time matches any predefined schedule for window cover adjustments.
2. Evaluate Light Levels
If no schedule is active, the system may evaluate light sensor readings to determine if window covers should be adjusted.
3. Execute Adjustment
Based on the evaluations, the system commands the window covers to open or close as necessary.
4. Confirm Adjustment
The system confirms that the window covers have been adjusted and logs the action for user reference.
5. Notify Users
If enabled, the system sends notifications to users about the status of the window covers.
Postconditions
After execution, the window covers are adjusted according to the specified conditions, enhancing the home environment’s comfort and energy efficiency.
Optional Enhancements
- Integration with voice assistants for hands-free control.
- Geofencing to automate window cover adjustments based on homeowner presence.
- Customizable scenes that include window cover positions for different activities.
Recommended Components
| Recommended Applications | Recommended Integrations | Recommended Devices |
|---|---|---|
| Home Assistant | Zigbee2MQTT, Z-Wave JS | Door and Window Sensors, TP-Link | HS100 |
Source Examples
- 2026.1: Home is where the dashboard is ?? – Home Assistant (homeassistant)