Overview
This capability improves the interaction with Lutron RadioRA2 systems by adding support for new switches and customizable lighting scenes. Users can easily control their lighting environment, enhancing comfort and convenience in their homes.
Benefits
- Easier control of multiple lighting zones with new switches.
- Ability to create personalized lighting scenes for various activities.
- Increased capability options for home lighting systems.
Intent
The purpose of this capability is to extend the functionality of Lutron RadioRA2 by integrating additional switches and scenes. This allows homeowners to customize their lighting setup and automate their lighting needs effectively.
Preconditions
- Existing Lutron RadioRA2 setup with compatible devices.
- Home Assistant platform installed and configured.
- Basic understanding of Home Assistant integrations.
- Home Assistant installed and configured.
- Integration available and authenticated: Zigbee2MQTT.
- Device installed and reachable: Lutron Caseta Dimmer.
Actors
- Homeowner adjusting lighting settings
- Family member activating scenes
- Guest enjoying customized lighting
Trigger
The capability is triggered when a user manually activates a switch or when a specific time or event is reached, such as sunset or occupancy detection.
Workflow Diagram
flowchart TD
A[User activates switch] -->|check| B{{Switch recognized?}}
B -->|Yes| C[Activate scene]
C --> D[Lighting changes accordingly]
B -->|No| E[Exit without action]
Workflow Description
1. User selects switch
The homeowner or family member manually selects a switch to control the lighting.
2. System verifies switch
The system checks if the selected switch is recognized and correctly configured in Home Assistant.
3. Trigger lighting scene
If the switch is recognized, the corresponding lighting scene is triggered based on the user’s settings.
4. Adjust lighting
The system adjusts the lighting levels and colors as defined in the activated scene.
5. Confirm action
The system confirms the action has been completed successfully, and the user can see the changes.
Postconditions
After the capability completes, the selected lighting scene is activated, and the home environment reflects the desired lighting setup.
Optional Enhancements
- Integrate with voice assistants for hands-free control.
- Add remote access capabilities for controlling lights from anywhere.
- Create timed capability for lighting scenes.
Recommended Components
| Recommended Applications | Recommended Integrations | Recommended Devices |
|---|---|---|
| Home Assistant | Zigbee2MQTT, Z-Wave JS | Lutron Caseta Dimmer, Smart Switch Lights |
Source Examples
- 2026.1: Home is where the dashboard is ?? – Home Assistant (homeassistant)