Zentralanstalt für Meteorologie und Geodynamik (ZAMG)
The zamg
platform uses meteorological details published by the Austrian weather service Zentralanstalt für Meteorologie und Geodynamik (ZAMG).
Only observations for capital cities are publicly available. You can check the list of stations in CSV format.
There is currently support for the following device types within Home Assistant:
-
Weather - Easier to configure but less customizable and doesn’t have support for conditions which is a key feature of the
weather
platforms. - Sensor
Weather
To add ZAMG weather platform to your installation, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
weather:
- platform: zamg
Configuration Variables
Latitude coordinate to monitor weather of (required if longitude is specified).
Defaults to coordinates defined in your configuration.yaml
file.
Sensor
To add ZAMG sensor platform to your installation, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
sensor:
- platform: zamg
Configuration Variables
Latitude coordinate to monitor weather of (required if longitude is specified).
Defaults to coordinates defined in your configuration.yaml
file.
Longitude coordinate to monitor weather of (required if latitude is specified).
Defaults to coordinates defined in your configuration.yaml
file.
Conditions to display in the frontend.
A full configuration example:
# Example configuration.yaml entry
sensor:
- platform: zamg
station_id: 11035
name: Wien
monitored_conditions:
- temperature
- humidity