Overview
The ability to add switches (on/off zones) to Geniushub allows homeowners to control specific lighting areas efficiently, enhancing the overall convenience and customization of their home lighting system. This capability simplifies the management of lights, making it easier to create desired atmospheres and improve energy efficiency.
Benefits
- Improved control over lighting in specific areas of the home.
- Energy savings by turning off lights in unused zones.
- Enhanced personalization of home environment based on activities or time of day.
Intent
This capability is designed to enable users to define specific on/off zones within their Geniushub setup. It achieves a more tailored lighting experience, allowing for targeted illumination based on user needs or preferences.
Preconditions
- Geniushub platform set up and operational.
- Compatible smart switches or bulbs installed in the home.
- Home Assistant installed and configured.
- Integration available and authenticated: Zigbee2MQTT.
- Device installed and reachable: Smart Switch Lights.
Actors
- Homeowner managing the lighting setup
- Family members adjusting lighting for activities
- Guests utilizing the lighting control system
Trigger
The capability is triggered manually by the homeowner or family members through the Geniushub interface or an integrated app.
Workflow Diagram
flowchart TD
A[User Interaction] -->|selects zone| B{Zone Defined?}
B -->|Yes| C[Set On/Off State]
C --> D[Lighting Adjusted]
B -->|No| E[Exit without Action]
Workflow Description
1. Select Lighting Zone
The user opens the Geniushub interface and selects the specific area they wish to control.
2. Define On/Off State
The user chooses whether to turn the lights on or off for the selected zone.
3. Confirm Action
The user confirms the on/off state to apply the changes to the selected lighting zone.
4. Receive Feedback
The system provides immediate feedback, indicating the current state of the selected lighting zone.
5. Adjust Further if Needed
The user can make additional adjustments to other zones or settings as desired.
Postconditions
The selected lighting zone is now set to the desired on/off state, enhancing the user’s control over their home lighting environment.
Optional Enhancements
- Integrate voice control for hands-free operation.
- Create scheduled lighting routines for different times of the day.
- Add capability based on occupancy sensors to enhance energy efficiency.
Recommended Components
| Recommended Applications | Recommended Integrations | Recommended Devices |
|---|---|---|
| Home Assistant | Zigbee2MQTT, Z-Wave JS | Smart Switch Lights, Nintendo Switch |
Source Examples
- 2026.1: Home is where the dashboard is ?? – Home Assistant (homeassistant)