The AWEKAS server expects a single string of values delimited by
semicolons. The position of each value matters, for example position 1
is the awekas username and position 2 is the awekas password.
Positions 1-25 are defined for the basic API:
Pos1: user (awekas username)
Pos2: password (awekas password MD5 Hash)
Pos3: date (dd.mm.yyyy) (varchar)
Pos4: time (hh:mm) (varchar)
Pos5: temperature (C) (float)
Pos6: humidity (%) (int)
Pos7: air pressure (hPa) (float) [22dec15. This should be SLP. -tk personal communications]
Pos8: precipitation (rain at this day) (float)
Pos9: wind speed (km/h) float)
Pos10: wind direction (degree) (int)
Pos11: weather condition (int)
0=clear warning
1=clear
2=sunny sky
3=partly cloudy
4=cloudy
5=heavy cloundy
6=overcast sky
7=fog
8=rain showers
9=heavy rain showers
10=light rain
11=rain
12=heavy rain
13=light snow
14=snow
15=light snow showers
16=snow showers
17=sleet
18=hail
19=thunderstorm
20=storm
21=freezing rain
22=warning
23=drizzle
24=heavy snow
25=heavy snow showers
Pos12: warning text (varchar)
Pos13: snow high (cm) (int) if no snow leave blank
Pos14: language (varchar)
de=german; en=english; it=italian; fr=french; nl=dutch
Pos15: tendency (int)
-2 = high falling
-1 = falling
0 = steady
1 = rising
2 = high rising
Pos16. wind gust (km/h) (float)
Pos17: solar radiation (W/m^2) (float)
Pos18: UV Index (float)
Pos19: brightness (LUX) (int)
Pos20: sunshine hours today (float)
Pos21: soil temperature (degree C) (float)
Pos22: rain rate (mm/h) (float)
Pos23: software flag NNNN_X.Y, for example, WLIP_2.15
Pos24: longitude (float)
Pos25: latitude (float)