Weather Dish Network
Connect ground “weather dishes” to stream real-world telemetry into Quatrix.
Sign in to create stations and keep your sensor network private. Log in.
Create station
Sign in to create stations and ingest readings.
Your stations
No stations yet.
Station ingest
Use this token from your hardware “weather dish”.
POST to /api/weather/stations/ingest with JSON:
{
"token": "<station_token>",
"observed_at": "2026-02-23T18:12:00Z",
"data": {
"temp_c": 12.3,
"humidity": 0.45,
"pressure_hpa": 840.1,
"wind_mps": 5.2,
"wind_dir_deg": 270,
"rain_mm": 0.0
}
}Recent readings
Select a station.