Overview
The SmartThings Scene platform allows users to create customized lighting scenarios that enhance the ambiance of their home. By integrating this capability, homeowners can automate lighting based on specific activities or times, improving convenience and energy efficiency.
Benefits
- Easily create lighting moods for different activities like movie nights or dinner parties.
- Automate lighting schedules that sync with daily routines or special occasions.
- Reduce energy consumption by controlling lights based on occupancy or time of day.
Intent
The purpose of this capability is to enable homeowners to set up and manage various lighting scenes through the SmartThings platform. This results in a more personalized living environment and enhances overall comfort and convenience.
Preconditions
- A SmartThings-compatible hub or device must be installed.
- Smart lighting devices must be connected to the SmartThings ecosystem.
- User must have access to the SmartThings app for setup.
- Home Assistant installed and configured.
- Application available and configured: SmartThings.
- Integration available and authenticated: SmartThings.
- Device installed and reachable: Lutron Caseta Dimmer.
Actors
- Homeowner configuring the lighting scenes
- Family members enjoying the customized lighting
- Guests experiencing the ambiance during gatherings
Trigger
The capability is triggered by a set schedule, user command via the SmartThings app, or a sensor detecting occupancy in a room.
Workflow Diagram
flowchart TD
A[User Command or Schedule] -->|check| B{Scene Active?}
B -->|Yes| C[Activate Lighting Scene]
C --> D[Adjust Lights to Desired Settings]
B -->|No| E[Exit Workflow]
Workflow Description
1. Open SmartThings App
Homeowner opens the SmartThings app to access the lighting scene settings.
2. Select Scene
User selects a predefined scene or creates a new one by choosing specific lighting settings.
3. Set Trigger Conditions
Homeowner configures conditions for the scene, such as time of day or specific events.
4. Save and Activate Scene
User saves the scene settings, which can now be activated manually or automatically based on the set triggers.
5. Monitor Scene Activation
System monitors the conditions and activates the scene as per user-defined triggers.
Postconditions
The lighting scene is activated, adjusting lights to the specified settings, enhancing the room’s ambiance according to the user’s preferences.
Optional Enhancements
- Integrate voice control through Alexa or Google Home for hands-free operation.
- Add more complex conditions using motion sensors to trigger scenes automatically.
- Create a scene that adjusts based on weather conditions, such as dimming lights on sunny days.
Recommended Components
| Recommended Applications | Recommended Integrations | Recommended Devices |
|---|---|---|
| SmartThings | SmartThings | Lutron Caseta Dimmer, WLED Light Controller |
Source Examples
- 2026.1: Home is where the dashboard is ?? – Home Assistant (homeassistant)