The weather icons are available as normal symbols. These can be passed directly to the visualization as follows:
"_weather_ICON"
In this case, the string must be passed from a VISU variable from the PLC to an image element. All symbols of the interface OpenWeatherMap are directly supported.
There are the following options for calculation:
| String | Description |
|---|---|
| "_weather_01n" | Returns the OpenWeatherMap symbol. |
| "_weather_800" | Day/Night independent symbol with high accuracy. |
| "_weather_day-800" | Day symbol with high accuracy. |
| "_weather_night-800" | Night symbol with high accuracy. |
The following example shows the calculation of the symbols in the PLC. It is possible to increase the accuracy if the ID is used instead of the symbol.
![]()
The translation table shows all symbols with the assigned IDs. To display a symbol on the visualization, the complete path must be specified. For example, weather/thunderstorm
| IDs | Symbol |
|---|---|
| 200, 201, 202, 230, 231, 232 | thunderstorm |
| 210, 211, 212, 221 | lightning |
| 300, 301, 321, 500 | sprinkle |
| 302, 311, 312, 314, 501, 502, 503, 504 | rain |
| 310, 511, 611, 612, 615, 616, 620 | rain-mix |
| 313, 520, 521, 522 | showers |
| 531, 901 | storm-showers |
| 600, 601, 621, 622 | snow |
| 602 | sleet |
| 701, 741 | fog |
| 711 | smoke |
| 721 | day-haze |
| 731, 761, 762 | dust |
| 771, 801, 802, 803 | cloudy-gusts |
| 800 | day-sunny or night-clear |
| 804 | cloudy |
| 781, 900 | tornado |
| 902 | hurricane |
| 903 | snowflake-cold |
| 904 | hot |
| 905 | windy |
| 906 | hail |
| 957 | strong-wind |