Overview
The Salt Fiber Box device tracker allows homeowners to monitor the status and performance of their internet connection. This capability provides real-time updates and alerts, ensuring that users can quickly identify any issues and maintain a stable network environment.
Benefits
- Real-time monitoring of internet service status
- Immediate notifications for connectivity issues
- Enhanced troubleshooting capabilities for network problems
Intent
This capability aims to provide homeowners with a reliable method to track the operational status of their Salt Fiber Box. By integrating this tracker into their home network system, users can ensure their internet connection remains stable and address any issues proactively.
Preconditions
- Salt Fiber Box device must be installed and connected.
- Home Assistant must be configured to recognize the Salt Fiber Box.
- Home Assistant installed and configured.
- Integration available and authenticated: UniFi.
- Device installed and reachable: Synology 1621+ Network Attached Storage (NAS).
Actors
- Homeowner checking internet status
- Family member reporting connectivity issues
Trigger
The capability is triggered by changes in the network status reported by the Salt Fiber Box, such as a connectivity loss or restoration.
Workflow Diagram
flowchart TD
A[Network Status Change] -->|check| B{{Is Device Online?}}
B -->|Yes| C[Notify User of Stable Connection]
C --> D[Log Status]
B -->|No| E[Send Alert to User]
E --> D[Log Issue]
Workflow Description
1. Check Network Status
The system continuously monitors the Salt Fiber Box for any changes in connectivity.
2. Evaluate Device Status
When a status change is detected, the system evaluates whether the device is online or offline.
3. Notify User
If the device is online, the user is notified of a stable connection through a push notification.
4. Send Alert
If the device is offline, an alert is sent to the user indicating a disruption in service.
5. Log Status Changes
All status changes and alerts are logged for future reference and troubleshooting.
Postconditions
After the capability completes, users receive timely notifications regarding the status of their Salt Fiber Box, allowing them to act quickly in case of any connectivity issues.
Optional Enhancements
- Integrate with smart home assistants for voice notifications
- Add historical performance tracking for analysis
- Implement automated troubleshooting suggestions based on status
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)