mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-07 03:28:58 +00:00
1.6 KiB
1.6 KiB
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_release |
---|---|---|---|---|---|---|---|---|---|---|
page | ZAMG Sensor | Instructions how to integrate ZAMG sensors within Home Assistant. | 2016-12-06 08:00 | true | false | true | true | zamg.png | Weather | 0.35 |
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 publically available. You can check the list of stations in CSV format.
To add ZAMG to your installation, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
sensor:
- platform: zamg
station_id: 11035
monitored_conditions:
- temperature
- humidity
Configuration variables:
- station_id (Optional): The ID number for a supported ZAMG station.
- name (Optional): Additional name for the sensors. Defaults to platform name.
- monitored_conditions array (Required): Conditions to display in the frontend.
- pressure: Pressure at station level
- pressure_sealevel: Pressure at sea Level
- humidity: Humidity
- wind_speed: Wind speed
- wind_bearing: Wind bearing
- wind_max_speed: Top wind speed
- wind_max_bearing: Top wind bearing
- sun_last_hour: Sun last hour percentage
- temperature: Temperature
- precipitation: Precipitation
- dewpoint: Dew point
This sensor is an alternative to the [`zamg`](/components/weather.zamg/) weather platform. The weather platform is easier to configure but less customisable.