Overview
The Sunricher DALI integration provides homeowners with the ability to manage and monitor their DALI-based lighting systems seamlessly. This capability allows for greater control over lighting environments, enhancing both convenience and energy efficiency.
Benefits
- Streamlined management of multiple lighting fixtures through a single platform.
- Automated lighting adjustments based on time of day or occupancy, improving energy savings.
- User-friendly interface for customizing lighting scenes and settings to match personal preferences.
Intent
The purpose of this capability is to enable users to effortlessly control their DALI lighting systems through Home Assistant. This integration achieves an automated and customizable lighting experience, enhancing comfort and energy efficiency within the home.
Preconditions
- Sunricher DALI controller installed and configured.
- Home Assistant set up and running on a compatible device.
- DALI-compatible lighting fixtures connected to the Sunricher DALI system.
- Home Assistant installed and configured.
- Integration available and authenticated: Zigbee2MQTT.
- Device installed and reachable: Lutron Caseta Dimmer.
Actors
- Homeowner managing lighting settings
- Family members adjusting lighting for activities
- Guests experiencing tailored lighting environments
Trigger
The capability is triggered by changes in time, occupancy sensors detecting movement, or manual adjustments made through the Home Assistant interface.
Workflow Diagram
flowchart TD
A[Sensor detects motion] -->|check| B{{Is lighting scheduled?}}
B -->|Yes| C[Adjust lighting based on schedule]
C --> D[Lighting set to desired scene]
B -->|No| E[Wait for manual adjustment]
Workflow Description
1. Detect Occupancy
An occupancy sensor detects movement in the room, signaling that someone is present.
2. Check Lighting Schedule
The system checks if there is a scheduled lighting profile for the current time.
3. Adjust Lighting
If a schedule exists, the lighting is adjusted automatically to the predefined settings.
4. Manual Adjustment Option
Users can manually adjust lighting through the Home Assistant interface if desired.
5. Save Custom Scenes
Users have the option to create and save personalized lighting scenes for future use.
Postconditions
After execution, the lighting system reflects the desired settings based on occupancy and schedule, enhancing comfort and efficiency.
Optional Enhancements
- Integrate with voice assistants for hands-free control.
- Add energy monitoring to track lighting usage.
- Create automated routines based on user preferences and habits.
Recommended Components
| Recommended Applications | Recommended Integrations | Recommended Devices |
|---|---|---|
| Home Assistant | Zigbee2MQTT, Z-Wave JS | Lutron Caseta Dimmer, WLED Light Controller |
Source Examples
- 2026.1: Home is where the dashboard is ?? – Home Assistant (homeassistant)