Overview
devolo Home Control now supports light devices, providing users with seamless control over their home lighting. This feature enhances convenience by allowing for automated and remote management of lighting, improving both energy efficiency and ambiance.
Benefits
- Easily control lighting from anywhere using a mobile app or voice commands.
- Automate lighting schedules for energy savings and security.
- Create customizable lighting scenes to enhance different activities or moods.
Intent
The purpose of this capability is to integrate light devices into the devolo Home Control ecosystem, allowing users to manage their home lighting effortlessly. This integration achieves a smarter home environment where lighting can be tailored to user preferences and routines.
Preconditions
- A compatible light device that supports Z-Wave or Zigbee.
- devolo Home Control hub must be installed and configured.
- Home network must be operational for remote access.
- Home Assistant installed and configured.
- Integration available and authenticated: Zigbee2MQTT.
- Device installed and reachable: WLED Light Controller.
Actors
- Homeowner controlling ambient lighting
- Family member adjusting lights for movie night
- Guest using voice commands to change lighting
Trigger
A specific event such as a user command, scheduled time, or motion detected by a sensor activates the lighting control feature.
Workflow Diagram
flowchart TD
A[User Command or Sensor Trigger] -->|check| B{{Is device connected?}}
B -->|Yes| C[Adjust Light Settings]
C --> D[Lighting Changes Applied]
B -->|No| E[Error Message Displayed]
Workflow Description
1. Initiate Control
The user opens the devolo Home Control app or uses a voice command to initiate lighting control.
2. Check Device Status
The system verifies if the light device is connected and ready for control.
3. Adjust Light Settings
Based on user preferences or capability settings, the system adjusts the light’s brightness, color, or on/off state.
4. Apply Changes
The adjustments are sent to the light device, and the changes are applied in real-time.
5. Feedback Confirmation
The system provides feedback to the user, confirming that the lighting adjustments have been successfully made.
Postconditions
The light device reflects the new settings as per user commands or capability, enhancing the home environment.
Optional Enhancements
- Integrate with motion sensors for automatic lighting adjustments.
- Add support for additional smart home ecosystems like Google Home or Alexa.
- Implement energy monitoring features to track electricity usage of lighting.
Recommended Components
| Recommended Applications | Recommended Integrations | Recommended Devices |
|---|---|---|
| Home Assistant | Zigbee2MQTT, Z-Wave JS | WLED Light Controller, Door and Window Sensors |
Source Examples
- 2026.1: Home is where the dashboard is ?? – Home Assistant (homeassistant)