Overview
The VegeHub integration now allows homeowners to control actuators directly through switches, enhancing the versatility of their home capability systems. This capability simplifies the management of connected devices, providing an easier way to interact with home appliances and garden systems.
Benefits
- Streamlined control over various appliances and actuators in the home.
- Enhanced capability possibilities for gardening tasks and environmental management.
- Improved user experience by allowing physical switch control instead of only app-based interactions.
Intent
This capability aims to provide homeowners with a seamless way to manage their actuators via switches, enabling quick actions without the need for a smartphone or voice command. It achieves greater convenience and efficiency in home capability.
Preconditions
- VegeHub integration installed and configured in Home Assistant.
- Compatible switches that can communicate with the VegeHub.
- Actuators connected and operational within the home environment.
- Home Assistant installed and configured.
- Integration available and authenticated: Zigbee2MQTT.
- Device installed and reachable: Nintendo Switch.
Actors
- Homeowner managing garden capability
- Family member adjusting indoor climate controls
- Guest using switches for convenience
Trigger
The capability is triggered when a user activates a physical switch connected to the VegeHub.
Workflow Diagram
flowchart TD
A[Physical Switch Activated] -->|check| B{{Is Actuator Connected?}}
B -->|Yes| C[Control Actuator]
C --> D[Actuator Responds]
B -->|No| E[Exit without Action]
Workflow Description
1. Switch Activation
The user presses the switch connected to the VegeHub.
2. Signal Sent
The switch sends a signal to the VegeHub integration indicating the desired action.
3. Check Actuator Connection
The system verifies if the actuator is properly connected and responsive.
4. Execute Action
If connected, the specified action is executed on the actuator.
5. Feedback to User
The system provides feedback to the user indicating the action has been completed or if there was an issue.
Postconditions
The actuator responds to the switch activation, adjusting its state accordingly, and the user is informed of the action’s success.
Optional Enhancements
- Integrate with voice assistants for additional control options.
- Create schedules for automated control based on time or conditions.
- Add sensors to provide feedback and optimize actuator performance.
Recommended Components
| Recommended Applications | Recommended Integrations | Recommended Devices |
|---|---|---|
| Home Assistant | Zigbee2MQTT, Nintendo Parental Controls | Nintendo Switch, TP-Link | HS100 |
Source Examples
- 2026.1: Home is where the dashboard is ?? – Home Assistant (homeassistant)