Overview
Adding device tracker support for the EE Brightbox 2 router allows homeowners to monitor and manage connected devices more efficiently. This capability enhances home network management by providing real-time visibility into device presence and connectivity status.
Benefits
- Improved visibility of all devices connected to the home network.
- Enhanced security through real-time tracking of device connections.
- Convenient management of networked devices directly from the Home Assistant interface.
Intent
The purpose of this capability is to enable tracking of devices connected to the EE Brightbox 2 router within the Home Assistant ecosystem. This results in greater control over network resources and helps homeowners maintain a secure and efficient home network.
Preconditions
- EE Brightbox 2 router must be operational and connected to the home network.
- Home Assistant should be installed and configured to communicate with the router.
- User must have appropriate permissions to access router settings.
- 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 triggered when a device connects to or disconnects from the EE Brightbox 2 router.
Workflow Diagram
flowchart TD
A[Device Connection Change] -->|check| B{{Device Present?}}
B -->|Yes| C[Update Device Status]
C --> D[Display Status in Home Assistant]
B -->|No| E[Log Disconnection Event]
Workflow Description
1. Device Connects
When a device connects to the EE Brightbox 2 router, a trigger event is generated.
2. Check Device Presence
The system checks if the device is already tracked in Home Assistant.
3. Update Device Status
If the device is present, its status is updated in the Home Assistant dashboard.
4. Notify Homeowner
The homeowner receives a notification of the new device connection.
5. Log Disconnection
If a device disconnects, the event is logged for future reference.
Postconditions
After the capability completes, the homeowner has an updated view of all devices connected to the EE Brightbox 2 router, allowing for better network management.
Optional Enhancements
- Integrate alerts for unauthorized device connections.
- Add automated actions for specific devices when they connect or disconnect.
- Enable historical tracking of device connectivity.
Recommended Components
| Recommended Applications | Recommended Integrations | Recommended Devices |
|---|---|---|
| Home Assistant | UniFi, Zigbee2MQTT | Synology 1621+ Network Attached Storage (NAS), Unifi Networks |
Source Examples
- 2026.1: Home is where the dashboard is ?? – Home Assistant (homeassistant)