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 field | Meteobridge 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
- Open Meteobridge.
- Go to
Services>Events. - Add a new event.
- Choose
HTTP Request. - Paste the Meteobreeze ingest URL.
- Keep the success string set to
ok. - Save the event.
- 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
Image needed: a screenshot of the Meteobridge Push Services event editor with the HTTP Request action and the pasted Meteobreeze URL.