Skip to content

Features Weather

Dennis Braun edited this page Mar 12, 2026 · 1 revision

Weather Integration

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.

Data Source

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.

Setup

  1. Go to Settings > Weather
  2. Toggle Enable weather data collection
  3. Enter your Latitude and Longitude (find your coordinates at latlong.net)
  4. 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.

What You Get

  • 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

Configuration

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.

API Endpoints

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)

Related

Clone this wiki locally