Overview
This capability allows users to seamlessly integrate lighting controls into their Velbus system, enhancing convenience and energy efficiency. Homeowners can easily manage their lighting preferences using existing Velbus devices, creating a more comfortable living environment.
Benefits
- Automate lighting based on occupancy or time, reducing energy waste.
- Easily control multiple lights from a single interface, increasing user convenience.
- Enhance home ambiance by setting lighting scenes tailored to activities.
Intent
The purpose of this capability is to expand the Velbus integration to include lighting controls, allowing users to manage their home lighting effectively. The outcome is a fully integrated smart lighting system that enhances the user experience and provides greater control over home lighting.
Preconditions
- A Velbus integration is already set up and operational.
- Smart lighting devices compatible with Velbus are installed in the home.
- Home Assistant installed and configured.
- Integration available and authenticated: Zigbee2MQTT.
- Device installed and reachable: Lutron Caseta Dimmer.
Actors
- Homeowner managing daily lighting preferences
- Family members adjusting lighting for different activities
- Guests utilizing preset lighting scenes
Trigger
The capability is triggered by the homeowner’s command via the Velbus app or automated schedules set within the system.
Workflow Diagram
flowchart TD
A[Trigger: Lighting Command] -->|check| B{{Lighting Device Available?}}
B -->|Yes| C[Activate Lighting Scene]
C --> D[Result: Lights Adjusted]
B -->|No| E[Exit: No Action Taken]
Workflow Description
1. Receive Command
The system receives a lighting command from the homeowner through the Velbus interface.
2. Check Device Availability
The system checks if the requested lighting devices are connected and available for control.
3. Execute Command
If devices are available, the system executes the command to adjust the lighting settings.
4. Confirm Action
The system confirms that the lighting adjustments have been made and may provide feedback to the user.
5. Log Activity
The system logs the action for future reference and potential capability improvements.
Postconditions
The desired lighting settings are in effect, enhancing the comfort and ambiance of the home as per the homeowner’s specifications.
Optional Enhancements
- Integrate voice control capabilities for hands-free lighting adjustments.
- Create automated schedules based on user routines to optimize energy usage.
- Implement geofencing to automatically adjust lighting when homeowners arrive or leave.
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)