Overview
The Ubee Router integration enhances home network management by allowing users to track connected devices in real-time. This capability provides homeowners with insights into their home network’s activity, ensuring better control and security.
Benefits
- Monitor all devices connected to the home network for better security.
- Identify unauthorized devices and take action to remove them.
- Receive notifications when new devices connect to the network.
Intent
This capability aims to provide homeowners with a comprehensive view of their network’s connected devices. By integrating the Ubee Router into their smart home setup, users can enhance their network security and management.
Preconditions
- Ubee Router must be installed and configured.
- Home Assistant must be set up and operational.
- Device tracking feature must be enabled in Home Assistant.
- 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 new device connects to the Ubee Router.
Workflow Diagram
flowchart TD
A[New Device Connects] -->|check| B{{Is Device Authorized?}}
B -->|Yes| C[Allow Network Access]
C --> D[Device Listed in Home Assistant]
B -->|No| E[Alert Homeowner]
Workflow Description
1. Device Connection
A new device attempts to connect to the Ubee Router’s network.
2. Authorization Check
The system checks if the connecting device is authorized based on a predefined list.
3. Access Decision
If authorized, the device is granted access and listed in Home Assistant. If not, an alert is sent to the homeowner.
4. Notification
The homeowner receives a notification about the new device connection status.
5. Logging
The connection event is logged for future reference and monitoring.
Postconditions
The Ubee Router maintains an updated list of connected devices, and the homeowner is notified of any unauthorized connections.
Optional Enhancements
- Implement alerts for unusual device activity on the network.
- Add scheduling options to limit access times for certain devices.
- Integrate with other smart home devices for automated responses to unauthorized connections.
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)