The Weather driver connects to the free prevision-meteo.ch API to retrieve weather forecast data for locations in Switzerland, France, and Belgium. It automatically creates addresses for all available weather parameters (temperature, humidity, wind, rain, UV, etc.).
This is useful for:
Create a new gateway and select the Weather driver. Configure the Locality by searching for your city in the built-in search dialog (supports city name, postal code, and region).
Once started, the driver periodically fetches weather data from the API and creates addresses prefixed with %weather_ for all available parameters.
| Label | JSON Key | Description |
|---|---|---|
| Name | name | A descriptive name for this weather gateway. |
| Cluster ID | cluster | Cluster identifier. |
| Locality | locality | The location for weather data. Use the search dialog to find your city by name, postal code, or region. |
| Description | description | Optional description. |
Addresses are automatically created and use the prefix %weather_. They cannot be manually inserted or removed. All weather parameters from the prevision-meteo.ch API are exposed as routable and loggable addresses.
| Property | Value |
|---|---|
| Readable | No (values are pushed periodically from the API) |
| Writable | No |
| Routable | Yes |
| Loggable | Yes |