-
-
Notifications
You must be signed in to change notification settings - Fork 18
Features Weather
The Weather module overlays outdoor temperature data onto DOCSight's analysis views, helping you spot correlations between weather conditions and connection quality. Temperature extremes can affect coaxial cable signal levels, and this module makes it easy to check whether a signal change lines up with a heat wave or cold snap.
Availability: All modem types and Generic Router mode. Enable in Settings > Weather.
Weather data is fetched from Open-Meteo, a free weather API that requires no API key or account. DOCSight polls hourly temperature readings based on the latitude and longitude you configure.
- Go to Settings > Weather
- Toggle Enable weather data collection
- Enter your Latitude and Longitude (find your coordinates at latlong.net)
- Save
On first enable, DOCSight automatically backfills 90 days of historical temperature data from the Open-Meteo archive API. Subsequent polls run every hour and fetch the latest readings.
- Hourly temperature readings stored locally in DOCSight's database
- Correlation Analysis can include temperature as an overlay alongside signal quality, speedtest results, and events
- Current temperature available via API for dashboards or automation
| Setting | Description |
|---|---|
| Enable | Toggle weather data collection on or off |
| Latitude | Your location's latitude (e.g. 52.52 for Berlin) |
| Longitude | Your location's longitude (e.g. 13.41 for Berlin) |
No API key is needed. All data is stored locally.
| Method | Path | Description |
|---|---|---|
| GET | /api/weather?count=2000 |
Weather history, newest first |
| GET | /api/weather/current |
Latest weather reading |
| GET | /api/weather/range?start=...&end=... |
Weather data for a time range (used by Correlation Analysis) |
Home | Quick Start | Configuration | API Reference | GitHub
- Quick Start
- Installation
- Running without Docker
- Podman Quadlet
- Configuration
- Reverse Proxy
- Example Compose Stacks
- Dashboard
- Connection Monitor
- Signal Trends
- Before/After Comparison
- Channel Timeline & Compare
- Event Log
- Smart Capture
- Gaming Quality Index
- Modulation Performance
- Cable Segment Utilization
- In-App Glossary
- Speedtest Tracker
- BNetzA Breitbandmessung
- ThinkBroadband BQM
- Smokeping
- Weather
- Netzbremse (Peering)
- Home Assistant (MQTT)
- Prometheus Metrics