fhem / mod-Buienradar

Niederschlagsvorhersage
The Unlicense
2 stars 3 forks source link

Strange values in region nl, location 53.5653, 10.0014 #299

Open christoph-morrison opened 4 years ago

christoph-morrison commented 4 years ago

Calling https://cdn-secure.buienalarm.nl/api/3.4/forecast.php?lat=53.5653&lon=10.0014&region=nl&unit=mm/u results in a very wet condition, but only for 5 minutes:

{
    "success": true,
    "start": 1589975400,
    "start_human": "13:50",
    "temp": 19,
    "delta": 300,
    "precip": [36517.41, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
    "levels": {
        "light": 0.25,
        "moderate": 1,
        "heavy": 2.5
    },
    "grid": {
        "x": 681,
        "y": 215
    },
    "source": "nl",
    "bounds": {
        "N": 55.973602,
        "E": 10.856429,
        "S": 48.895302,
        "W": 0
    }
}

Same location in region de looks legit.

christoph-morrison commented 3 years ago

That's in the middle of Hamburg

christoph-morrison commented 3 years ago

Reported it on twitter