AWEKAS - Interface description

    • Offizieller Beitrag

    A description of the reader file that is used by AWEKAS.


    Variation 1: (WSWIN) Text file (OLD - pleas use Direct link)


    1st Line) Empty
    2nd Line) Outside temperature
    3rd Line) Humidity
    4th Line) Air pressure
    5th Line) Precipitation amount in the day
    6th Line) Wind speed (in km/h)
    7th Line) Wind direction (in degrees)
    8th Line) Time of measurement (HH:MM)
    9th Line) Date of measurement (if possible in the format DD.MM.YYYY)
    10th Line) Change in air pressure in the last 6 hours


    All values should have a separate line and should have no description. The decimal point is a COMMA (,)
    My current upload file is here


    Variation 2: (Virtual Weather Display)


    Virtual Weather Station can only supply a CSV file
    This is to be interpreted in the following way.
    pos2: year (2003)
    pos3: month (12)
    pos4: day (22)
    pos5: hours ( 18 )
    pos6: minute (35)
    pos14: outside temp (-3,4)
    pos12: humidity (67)
    pos15: air pressure (918) -> corr.: +94= 1012
    pos17: daily rain quantity (0,5)
    pos9: wind speed ( 18 )
    pos10: wind direction in degrees (273)


    Virtual Weather Display CANNOT give data about change in air pressure!
    Here you see an example


    Variation 3 (Weather Display) Text file (OLD - pleas use Direct link)


    1st Line) Outside temperature
    2nd Line) Humidity
    3rd Line) Air pressure
    4th Line) Daily precipitation quantity
    5th Line) Wind speed (in km/h)
    6th Line) Wind direction (in degrees)
    7th Line) Time of creation (HH:MM)
    8th Line) Date of creation (if possible in the format DD.MM.YYYY)
    9th Line) Change in air pressure in the last 6 hours


    The values can be different to variant 1, however a space must be removed from the numerical value. The decimal point is a FULL STOP (.). As with variation 1 each value has to have a separate line. Please note there is no empty line at the beginning.
    Here you see an example


    Variation 4 (Weather Link) HTM File


    1st Line) Following text: AWEKAS_Template_start
    2nd Line) Outside temperature (float) (unit at line 23 )
    3rd Line) Humidity (int) (unit at line 24)
    4th Line) Air pressure (float) (unit at line 26)
    5th Line) Precipitation amount in the day (float)
    6th Line) Wind speed (float) (unit at line 25)
    7th Line) Wind direction (in degrees)
    8th Line) Time of measurement (HH:MM)
    9th Line) Date of measurement (if possible in the format DD.MM.YYYY)
    10th Line) Change in air pressure in the last 6 hours – text version according to Weather Link specification
    11th Line) Minus sign (-) is a dummy
    12th Line) Minus sign (-) is a dummy
    13th Line) Minus sign (-) is a dummy
    14th Line) Minus sign (-) is a dummy
    15th Line) Minus sign (-) is a dummy
    16th Line) Minus sign (-) is a dummy
    17th Line) Minus sign (-) is a dummy
    18th Line) Gust (float)
    19th Line) Solarradiation (W/m²) (unit at line 28 )
    20th Line) UV Index (float) (unit at line 30)
    21th Line) Rainrate (float) (unit at line 29)
    22th Line) Soil temperature (unit at line 23 ) (float)
    23th Line) Measurement unit temperature ( (degree sign)C oder F ) (string)
    24th Line) Measurement unit humidity (%) (string)
    25th Line) Measurement unit wind speed (km/hr , m/s, mph ) (string)
    26th Line) Measurement unit air pressure (hPa , in) (string)
    27th Line) Measurement unit precipitation (mm, in) (string)
    28th Line) Measurement unit solar (W/m² ) (string)
    29th Line) Measurement unit rain rate (mm/hr, in/hr) (string)
    30th Line) Measurement unit UV (index) (string)
    31th Line) Template version: current Text: Template_V1.5


    All values have to have a separate line and may not have any description. The decimal point is a FULL STOP (.). As a line return a <br> tag has to be included.
    You see an example here

    Beste Grüße
    Othmar
    AWEKAS - Gründer und Admin

    Einmal editiert, zuletzt von Jean-Marie () aus folgendem Grund: changed tiltle