Meteobreeze
Meteobreeze
Meteobreeze Docs
Start Here
Live Data Sources
Set Up Meteobridge Live SyncSet Up CumulusMX Live SyncSet Up Weather Display Live SyncSet Up Custom HTTP Live SyncCheck Whether Data Is Arriving
Historical Data
Help
Live Data Sources

Set Up Meteobridge Live Sync

Configure Meteobridge to push live weather data into Meteobreeze.

Set Up Meteobridge Live Sync

Use this guide if you want Meteobridge to push live observations into Meteobreeze over HTTP.

Meteobridge sends a request whenever your event fires. Meteobreeze receives the packet, stores the current values, and rolls the data into the live dashboard.

When to use it

  • You use Meteobridge as your station bridge or automation layer
  • You want live data flowing into Meteobreeze without custom scripting
  • You want to send metric values directly from Meteobridge

Before you start

  • Create a live source in Meteobreeze
  • Copy the generated ingest URL
  • Make sure your station is already set up

Tag mapping

Meteobridge uses template placeholders inside the HTTP request URL. Meteobreeze expects these canonical fields:

Official Meteobridge reference: Templates

Meteobreeze fieldMeteobridge template
observedAt[epoch]000
temperatureAvgC[th0temp-act.2:--]
temperatureMaxC[th0temp-max5.2:--]
temperatureMinC[th0temp-min5.2:--]
dewPointAvgC[th0dew-act.2:--]
humidityAvgPct[th0hum-act.0:--]
windDirectionAvgDeg[wind0dir-act.0:--]
windSpeedAvg[wind0wind-act.2:--]
windGustMax[wind0wind-max2.2:--]
pressureAvg[thb0seapress-act.2:--]
rainRateAvg[rain0rate-act.2:--]
rainTotalMm[rain0total-sumday.2:--]
solarRadiationAvg[sol0rad-act.1:--]
uvIndexAvg[uv0index-act.1:--]

Step-by-step

  1. Open Meteobridge.
  2. Go to Services > Events.
  3. Add a new event.
  4. Choose HTTP Request.
  5. Paste the Meteobreeze ingest URL.
  6. Keep the success string set to ok.
  7. Save the event.
  8. Trigger a test event or wait for the next observation.

Common issues

  • If no packets arrive, check that the event is enabled and the URL is correct.
  • If Meteobridge reports a failure, make sure the success string still matches what Meteobreeze expects.
  • If sensor values are missing, the station may not have that sensor active.
  • If your values look wrong, confirm the template placeholders are outputting the units you expect before they reach Meteobreeze.

FAQ

  • Do I need to convert units first? No. The generated Meteobridge URL uses the expected values.
  • Can I edit the URL by hand? Only if you keep the parameter names and format unchanged.

Related pages

  • Check whether data is arriving
  • Units

Image needed: a screenshot of the Meteobridge Push Services event editor with the HTTP Request action and the pasted Meteobreeze URL.

Live Data Sources

Send ongoing live weather observations into Meteobreeze.

Set Up CumulusMX Live Sync

Configure CumulusMX to send live weather observations to Meteobreeze.

On this page

Set Up Meteobridge Live SyncWhen to use itBefore you startTag mappingStep-by-stepCommon issuesFAQRelated pages