Overview
The LCN component and light platform provides a centralized system for controlling lighting in your home, enhancing convenience and efficiency. It simplifies the management of multiple lighting sources, allowing users to create customized settings and automate their lighting environment.
Benefits
- Easily control all lights from a single interface, improving user experience.
- Set automated schedules and scenes to match daily routines, enhancing comfort.
- Integrate with other smart home devices for more intelligent lighting solutions.
Intent
This capability aims to provide seamless control over home lighting through the LCN platform, enabling users to manage their lighting effortlessly. The outcome is a more personalized and automated living space that adapts to the user’s needs.
Preconditions
- LCN component installed and configured.
- Home Assistant set up with LCN integration.
- Compatible lighting devices connected to the LCN platform.
- Home Assistant installed and configured.
- Integration available and authenticated: Zigbee2MQTT.
- Device installed and reachable: WLED Light Controller.
Actors
- Homeowner adjusting lighting for different activities
- Family member setting up a lighting scene for movie night
- Guest using voice commands to control lights
Trigger
A specific event such as a time schedule, motion detected by a sensor, or a voice command initiates the lighting control capability.
Workflow Diagram
flowchart TD
A[Trigger Event] -->|Detected Motion| B{{Is it Night?}}
B -->|Yes| C[Activate Soft Lighting]
C --> D[Lights Adjusted]
B -->|No| E[Exit to Normal Lighting]
Workflow Description
1. Detect Trigger
The system detects a trigger event such as motion or a scheduled time.
2. Evaluate Conditions
The system checks if conditions are met, such as whether it is day or night.
3. Execute Action
Based on the evaluation, the system adjusts the lighting settings accordingly.
4. Feedback Confirmation
The system provides feedback that the lights have been adjusted to the new settings.
5. Monitor for Further Triggers
The system continues to monitor for any new triggers or changes in conditions.
Postconditions
The lighting in the home is adjusted according to the specified conditions, enhancing the living environment for the occupants.
Optional Enhancements
- Integrate with voice assistants for hands-free control.
- Add sensors for more dynamic lighting adjustments based on occupancy.
- Create customizable lighting profiles for different activities.
Recommended Components
| Recommended Applications | Recommended Integrations | Recommended Devices |
|---|---|---|
| Home Assistant | Zigbee2MQTT, Z-Wave JS | WLED Light Controller, Lutron Caseta Dimmer |
Source Examples
- 2026.1: Home is where the dashboard is ?? – Home Assistant (homeassistant)