Overview
The Arris TG2492LG router can now support device tracking, allowing homeowners to monitor connected devices more effectively. This capability provides insights into device usage and enhances network management.
Benefits
- Identify which devices are connected to the network at any given time
- Improve network security by monitoring unauthorized devices
- Optimize bandwidth allocation based on device usage patterns
Intent
The purpose of this capability is to enable homeowners to track devices connected to their Arris TG2492LG router, providing a comprehensive view of network activity. This tracking facilitates better network management and security.
Preconditions
- Arris TG2492LG router configured with Home Assistant.
- Home Assistant running and connected to the router.
- Devices connected to the network must be powered on.
- Home Assistant installed and configured.
- Integration available and authenticated: UniFi.
- Device installed and reachable: Arris Cable Modem.
Actors
- Homeowner
- Family member
- Guest
Trigger
The capability is triggered when a device connects or disconnects from the Arris TG2492LG router.
Workflow Diagram
flowchart TD
A[Device Connects/Disconnects] -->|check| B{{Is Device New?}}
B -->|Yes| C[Log Device Activity]
C --> D[Update Device List]
B -->|No| E[Exit]
Workflow Description
1. Device Connection Detection
The router detects a new device connecting to the network and sends a notification to Home Assistant.
2. Device Identification
Home Assistant identifies the device based on MAC address and IP assignment.
3. Log Device Activity
The device connection event is logged in the Home Assistant for tracking and analysis.
4. Update Device List
The current list of connected devices is updated, reflecting any changes in the network.
5. Notify Homeowner
Homeowners receive an alert in Home Assistant if an unauthorized device connects.
Postconditions
After the capability completes, the homeowner has an updated list of all devices currently connected to their network, enhancing their ability to monitor and manage network usage.
Optional Enhancements
- Integrate with smart home security systems for alerts on unauthorized devices
- Provide historical data on device connections for better analysis
- Create user-defined rules for bandwidth allocation based on device type
Recommended Components
| Recommended Applications | Recommended Integrations | Recommended Devices |
|---|---|---|
| Home Assistant | UniFi, Zigbee2MQTT | Arris Cable Modem, Synology 1621+ Network Attached Storage (NAS) |
Source Examples
- 2026.1: Home is where the dashboard is ?? – Home Assistant (homeassistant)