The Meteomatics driver connects to the Meteomatics Weather API to retrieve high-precision weather data, forecasts, and historical weather information. Meteomatics provides professional-grade weather data used in energy, agriculture, aviation, and building management.
The driver supports:
now, today, yesterday, tomorrow, or custom date/time offsets.
Create a new gateway and select the Meteo Matics driver. Configure:
Once started, insert addresses for the weather parameters you need. The address builder provides a searchable list of all available Meteomatics parameters.
| Label | JSON Key | Description |
|---|---|---|
| Name | name | A descriptive name. |
| Cluster ID | cluster | Cluster identifier. |
| Description | description | Optional description. |
| Username | username | Meteomatics API username. |
| Password | password | Meteomatics API password. |
| Parallel queries | parallelReads | Number of simultaneous API requests. Default: 10. |
| Latitude | latitude | Geographic latitude of the location (e.g. 46.9481). |
| Longitude | longitude | Geographic longitude of the location (e.g. 7.4474). |
Addresses use the prefix %meteomatics: followed by a time reference and parameter path:
%meteomatics:<dateRef><operator><delta><unit>/<parameter>
Preset format examples:
%meteomatics:now/t_2m:C — current temperature at 2m in Celsius%meteomatics:now+1H/wind_speed_10m:ms — wind speed 1 hour from now%meteomatics:today/sunshine_duration_1h:min — today's sunshine duration%meteomatics:now/* — all available parameters for current timeTime references: now, today, yesterday, tomorrow, or custom date/time.
Operators: + or - with a delta value and unit (H = hours, M = minutes).
The address builder in the UI provides a searchable modal to browse and select from all available Meteomatics parameters.
| Label | JSON Key | Description |
|---|---|---|
| Name | name | The Meteomatics address (built using the preset or custom format). |
| Description | description | Optional description. |
| Polling | polling | Refresh interval in milliseconds. |
| Tab | Description |
|---|---|
| Addresses | Weather data addresses. |
| Statistics | Statistical/aggregated data. |
| Driver | Driver system information. |