Overview
This capability allows homeowners to integrate Supla switches into their smart home system, providing seamless control over lighting. By adding support for these switches, users can conveniently manage their lights through their home capability platform, enhancing both comfort and energy efficiency.
Benefits
- Easier control of lighting through capability and remote access
- Improved energy management and potential cost savings on electricity bills
- Enhanced convenience for family members and guests to control lights
Intent
The purpose of this capability is to enable users to incorporate Supla switches into their smart home setup, allowing for automated lighting control based on various triggers. This integration aims to streamline the lighting experience, making it more efficient and user-friendly.
Preconditions
- Supla switches must be installed and configured in the home.
- Home Assistant must be set up and running with the appropriate integrations.
- Home Assistant installed and configured.
- Integration available and authenticated: Zigbee2MQTT.
- Device installed and reachable: Smart Switch Lights.
Actors
- Homeowner configuring the system
- Family members using the automated lighting
- Guests interacting with the lighting controls
Trigger
The capability is triggered by specific events such as manual switch activation, time-based schedules, or sensor readings indicating presence.
Workflow Diagram
flowchart TD
A[User activates Supla switch] -->|send command| B{Is Home Assistant active?}
B -->|Yes| C[Process command in Home Assistant]
C --> D[Adjust lighting state]
B -->|No| E[Exit process]
Workflow Description
1. Switch Activation
A user activates the Supla switch, either manually or via an automated schedule.
2. Command Sent to Home Assistant
The Supla switch sends a command to Home Assistant indicating the desired action.
3. Home Assistant Processes Command
Home Assistant receives the command and verifies system status and user permissions.
4. Lighting Adjustment
Based on the command, Home Assistant makes the necessary adjustments to the lighting system.
5. Feedback to User
The system provides feedback to the user, confirming the action taken (e.g., lights on/off).
Postconditions
The lighting state is updated based on the user input, and the system is ready for further commands.
Optional Enhancements
- Integrate voice control options via Amazon Echo Devices or Google Nest Mini
- Set up automated scenes that adjust multiple lights based on time or occupancy
- Enable remote access control for Supla switches via mobile apps
Recommended Components
| Recommended Applications | Recommended Integrations | Recommended Devices |
|---|---|---|
| Home Assistant | Zigbee2MQTT, Z-Wave JS | Smart Switch Lights, Door and Window Sensors |
Source Examples
- 2026.1: Home is where the dashboard is ?? – Home Assistant (homeassistant)