@@ -12,34 +12,11 @@ ha_category: Weather
12
12
ha_release : 0.35
13
13
---
14
14
15
- The ` zamg ` platform uses meteorological details published by the Austrian weather service [ Zentralanstalt für
16
- Meteorologie und Geodynamik (ZAMG)] ( https://www.zamg.ac.at/ ) .
15
+ The ` zamg ` platform uses meteorological details published by the Austrian weather service
16
+ [ Zentralanstalt für Meteorologie und Geodynamik (ZAMG)] ( https://www.zamg.ac.at ) .
17
17
18
- The following stations are available:
19
-
20
- | ` station_id ` | Location |
21
- | :----------- | :---------------------|
22
- | 11010 | Linz/Hörsching |
23
- | 11012 | Kremsmünster |
24
- | 11022 | Retz |
25
- | 11035 | Wien/Hohe Warte |
26
- | 11036 | Wien/Schwechat |
27
- | 11101 | Bregenz |
28
- | 11121 | Innsbruck |
29
- | 11126 | Patscherkofel |
30
- | 11130 | Kufstein |
31
- | 11150 | Salzburg |
32
- | 11155 | Feuerkogel |
33
- | 11157 | Aigen im Ennstal |
34
- | 11171 | Mariazell |
35
- | 11190 | Eisenstadt |
36
- | 11204 | Lienz |
37
- | 11240 | Graz/Flughafen |
38
- | 11244 | Bad Gleichenberg |
39
- | 11265 | Villacher Alpe |
40
- | 11331 | Klagenfurt/Flughafen |
41
- | 11343 | Sonnblick |
42
- | 11389 | St. Pölten |
18
+ Only observations for capital cities are publically available. You can check the
19
+ list of stations in [ CSV format] ( http://www.zamg.ac.at/ogd ) .
43
20
44
21
To add ZAMG to your installation, add the following to your ` configuration.yaml ` file:
45
22
@@ -55,7 +32,7 @@ sensor:
55
32
56
33
Configuration variables:
57
34
58
- - **station_id** (*Required *): Your API key for http://openweathermap.org/ .
35
+ - **station_id** (*Optional *): The ID number for a supported ZAMG station .
59
36
- **name** (*Optional*): Additional name for the sensors. Defaults to platform name.
60
37
- **monitored_conditions** array (*Required*): Conditions to display in the frontend.
61
38
- **pressure**: Pressure at station level
@@ -65,8 +42,12 @@ Configuration variables:
65
42
- **wind_bearing**: Wind bearing
66
43
- **wind_max_speed**: Top wind speed
67
44
- **wind_max_bearing**: Top wind bearing
68
- - **sun_last_hour**: Sun last hourpercentage
45
+ - **sun_last_hour**: Sun last hour percentage
69
46
- **temperature**: Temperature
70
47
- **precipitation**: Precipitation
71
48
- **dewpoint**: Dew point
72
49
50
+ <p class='note'>
51
+ This sensor is an alternative to the [` zamg`](/components/weather.zamg/) weather platform.
52
+ The weather platform is easier to configure but less customisable.
53
+ </p>
0 commit comments