Overview
Energenie Power-Sockets allow homeowners to manage their power strips effortlessly through USB control. This capability enhances convenience by enabling remote and automated power management, reducing energy waste and improving overall efficiency.
Benefits
- Remote control of appliances plugged into Energenie power strips enhances convenience.
- Automated scheduling of power on/off times can lead to significant energy savings.
- Ability to monitor power usage for connected devices helps in managing energy consumption.
Intent
The purpose of this capability is to provide homeowners with easy control over their Energenie Power-Sockets via USB. This facilitates energy management and adds convenience to daily routines.
Preconditions
- Energenie Power-Strips must be connected and integrated with a compatible system.
- Home Assistant must be installed and configured to manage the devices.
- USB control must be enabled in the Energenie settings.
- Home Assistant installed and configured.
- Integration available and authenticated: Zigbee2MQTT.
- Device installed and reachable: Energy Monitoring.
Actors
- Homeowner
- Family member
- Guest
Trigger
The capability is triggered when a specific command is sent via USB to the Energenie Power-Sockets, either manually or through an automated schedule.
Workflow Diagram
flowchart TD
A[USB Command Sent] -->|check| B{{Is Device Connected?}}
B -->|Yes| C[Power Socket Responds]
C --> D[Device Turns On/Off]
B -->|No| E[Error Notification]
Workflow Description
1. Check Device Connection
The system verifies if the Energenie Power-Socket is properly connected and recognized.
2. Send USB Command
The user sends a command via USB to the Energenie Power-Socket to turn it on or off.
3. Receive Command
The Energenie Power-Socket receives the USB command and processes it.
4. Execute Action
The socket either powers on or off based on the received command.
5. Provide Feedback
The system sends a notification confirming the action taken by the power socket.
Postconditions
After the command is executed, the Energenie Power-Socket reflects the new power state (on or off) and updates the system accordingly.
Optional Enhancements
- Integrate with voice assistants for hands-free control.
- Add energy monitoring features for real-time usage tracking.
- Create custom routines that automate on/off schedules based on user preferences.
Recommended Components
| Recommended Applications | Recommended Integrations | Recommended Devices |
|---|---|---|
| Home Assistant | Zigbee2MQTT, Z-Wave JS | Energy Monitoring, Emporia | VUE002 |
Source Examples
- 2026.1: Home is where the dashboard is ?? – Home Assistant (homeassistant)