Overview
The Universal Powerline Bus (UPB) Scene support enables seamless control of multiple lighting devices in your home through a single command. This capability enhances convenience and energy efficiency, allowing for personalized lighting scenes that fit different moods or activities.
Benefits
- Easily control multiple lights with a single command for convenience.
- Create customized lighting scenes that enhance the ambiance of any room.
- Increase energy efficiency by managing lighting usage through scenes.
Intent
The purpose of this capability is to allow homeowners to group lighting devices into scenes that can be activated together. This results in a more streamlined and enjoyable living experience, particularly during gatherings or specific activities.
Preconditions
- A compatible Universal Powerline Bus (UPB) lighting system installed.
- Integration with a compatible home capability platform, such as Home Assistant.
- Configured scenes within the UPB system.
- Home Assistant installed and configured.
- Integration available and authenticated: Zigbee2MQTT.
- Device installed and reachable: Door and Window Sensors.
Actors
- Homeowner controlling the lighting scenes
- Family members enjoying customized lighting
- Guests experiencing a welcoming atmosphere
Trigger
The capability is triggered by a user command via a smart home app or physical control panel.
Workflow Diagram
flowchart TD
A[User Command] -->|check| B{{Scene Configured?}}
B -->|Yes| C[Activate Scene]
C --> D[Lights Adjusted]
B -->|No| E[Exit with Notification]
Workflow Description
1. User Initiates Command
The homeowner selects a predefined lighting scene via the home capability app.
2. Check Scene Configuration
The system checks if the selected scene is properly configured in the UPB system.
3. Activate Scene
If the scene is configured, the system sends commands to adjust multiple lighting devices according to the scene settings.
4. Adjust Lights
Selected lights dim, brighten, or change color based on the scene requirements.
5. Notify User
If the scene is not configured, the user receives a notification to set it up.
Postconditions
The selected lighting scene is activated, and the appropriate lights are adjusted to create the desired atmosphere in the home.
Optional Enhancements
- Integrate voice control for scene activation via smart speakers.
- Add scheduling options for automatic scene activation at specific times.
- Enable remote access to control scenes when away from home.
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)