Overview
The new switches available in AVM FRITZ!Box Tools allow users to manage their network devices efficiently. This capability enhances the convenience of controlling various smart devices in the home from a single interface.
Benefits
- Easily control connected devices without needing multiple apps.
- Streamline home capability setups by integrating network management.
- Increase efficiency in troubleshooting network issues through direct control.
Intent
This capability aims to simplify the management of network-connected devices by providing a consolidated interface for control. It achieves seamless interaction between smart devices and the home’s network infrastructure.
Preconditions
- AVM FRITZ!Box router configured and connected to the home network.
- Home Assistant installed and integrated with AVM FRITZ!Box Tools.
- Compatible switches added to the AVM FRITZ!Box Tools.
- Home Assistant installed and configured.
- Integration available and authenticated: UniFi.
- Device installed and reachable: Synology 1621+ Network Attached Storage (NAS).
Actors
- Homeowner
- Family member
- Guest
Trigger
The capability is initiated when a user interacts with the AVM FRITZ!Box Tools interface to toggle a switch.
Workflow Diagram
flowchart TD
A[User toggles switch] -->|check| B{{Is device online?}}
B -->|Yes| C[Execute action on device]
C --> D[Device responds as expected]
B -->|No| E[Notify user device is offline]
Workflow Description
1. Access AVM FRITZ!Box Tools
User logs into the Home Assistant interface and navigates to the AVM FRITZ!Box Tools section.
2. Select Device Switch
User identifies and selects the specific switch they wish to control from the list of available devices.
3. Toggle Switch
User clicks the toggle button to turn the switch on or off, initiating the control command.
4. Monitor Device Status
The system checks the status of the device to confirm whether it is online and can respond to the command.
5. Receive Feedback
User receives immediate feedback on the action taken, confirming whether the device was successfully controlled.
Postconditions
After the capability completes, the selected device should reflect the new state (on/off) as confirmed by the feedback provided to the user.
Optional Enhancements
- Add capability triggers based on device status changes.
- Integrate voice control for hands-free operation of switches.
- Create customizable dashboards for easier access to frequently used controls.
Recommended Components
| Recommended Applications | Recommended Integrations | Recommended Devices |
|---|---|---|
| Home Assistant | UniFi, Zigbee2MQTT | Synology 1621+ Network Attached Storage (NAS), Smart Switch Lights |
Source Examples
- 2026.1: Home is where the dashboard is ?? – Home Assistant (homeassistant)