Overview
The WiLight support capability enhances home lighting management by allowing homeowners to control their lighting systems through a seamless integration with various smart home platforms. This feature improves convenience and efficiency in managing home lighting, making it easier to create the perfect ambiance for any occasion.
Benefits
- Effortless control of all WiLight-compatible lights from a single interface.
- Ability to automate lighting settings based on time, presence, or events.
- Increased energy efficiency by optimizing lighting use.
Intent
The purpose of the WiLight support capability is to provide homeowners with a unified control system for their smart lighting. This capability enables automated and manual adjustments to lighting, improving user experience and energy management.
Preconditions
- WiLight-compatible lighting devices installed in the home.
- Home Assistant platform configured with WiLight integration.
- Stable home network connection for device communication.
- Home Assistant installed and configured.
- Integration available and authenticated: Zigbee2MQTT.
- Device installed and reachable: Door and Window Sensors.
Actors
- Homeowner adjusting lighting settings
- Family members enjoying a movie night
- Guests entering the home
Trigger
The capability is triggered by a scheduled time, a sensor detecting presence, or manual commands from the user interface.
Workflow Diagram
flowchart TD
A[User Command Received] -->|check| B{{Is it time to adjust lighting?}}
B -->|Yes| C[Adjust Lighting Settings]
C --> D[Lighting Changes Effective]
B -->|No| E[Exit]
Workflow Description
1. User Command Initiation
The user sends a command via the Home Assistant interface to adjust the lighting.
2. Check Conditions
The system checks if the conditions for lighting adjustment are met, such as time or presence.
3. Execute Lighting Adjustment
If conditions are met, the system communicates with the WiLight devices to change the lighting settings.
4. Feedback Confirmation
The system provides feedback to the user confirming the lighting adjustments have been made.
5. Monitor and Optimize
The system continuously monitors lighting usage and can suggest further optimizations based on patterns.
Postconditions
The lighting system reflects the new settings as per the user’s command, creating the desired atmosphere in the home.
Optional Enhancements
- Integration with voice assistants for hands-free control.
- Customization of lighting scenes for different activities.
- Energy monitoring features to track usage patterns.
Recommended Components
| Recommended Applications | Recommended Integrations | Recommended Devices |
|---|---|---|
| Home Assistant | Zigbee2MQTT, Z-Wave JS | Door and Window Sensors, Lutron Caseta Dimmer |
Source Examples
- 2026.1: Home is where the dashboard is ?? – Home Assistant (homeassistant)