Overview
Managing airOS devices can be challenging without proper insights into their performance. The Ubiquiti UISP airOS integration allows users to monitor and manage their wireless point-to-point infrastructure, providing critical performance metrics and device status information.
Benefits
- Real-time performance tracking enhances network reliability.
- Simplifies troubleshooting with immediate access to device status.
- Informs energy consumption patterns, contributing to energy resilience.
Intent
This capability aims to provide home technology enthusiasts with the tools to effectively monitor and manage their airOS devices. The outcome is increased network stability and informed decisions regarding wireless infrastructure.
Preconditions
- Ubiquiti UISP airOS devices installed and operational.
- Local API access enabled for airOS devices.
- Home capability platform (e.g., Home Assistant) integrated with airOS API.
- Home Assistant installed and configured.
- Integration available and authenticated: UniFi.
- Device installed and reachable: Synology 1621+ Network Attached Storage (NAS).
Actors
- Homeowner
- Family member
Trigger
The monitoring process is triggered by a scheduled check or an event indicating a change in device status (e.g., loss of connectivity).
Workflow Diagram
flowchart TD
A[Scheduled Check or Status Change] -->|check| B{{Device Connected?}}
B -->|Yes| C[Fetch Performance Metrics]
C --> D[Update Status Dashboard]
B -->|No| E[Notify User of Connectivity Issue]
Workflow Description
1. Initiate API Connection
Establish a connection to the local API of the airOS devices to retrieve data.
2. Check Device Status
Assess whether each airOS device is currently connected and operational.
3. Collect Performance Metrics
Retrieve key performance indicators such as signal strength, bandwidth usage, and error rates.
4. Update User Interface
Display the performance metrics and device status on the management dashboard.
5. Alert User of Issues
If any devices are found to be disconnected, send notifications to the user for immediate action.
Postconditions
The user has an updated view of their network performance, along with alerts for any connectivity issues, allowing for proactive management.
Optional Enhancements
- Integration with Home Assistant for capability triggers based on performance metrics.
- Visualization tools for historical performance data analysis.
- Custom alerts based on user-defined performance thresholds.
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)