Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Weather data not correct (location) #145

Open
1 task done
martijntenpas opened this issue May 13, 2024 · 5 comments
Open
1 task done

Weather data not correct (location) #145

martijntenpas opened this issue May 13, 2024 · 5 comments
Labels
API issue bug Something isn't working

Comments

@martijntenpas
Copy link

martijntenpas commented May 13, 2024

Did you read the instructions?

The problem

I have provided the configuration with the LAT / LON data from my location. The data in Home Assistant is not the same as the data I find on "weerlive" for the same location (city). I see some other value's at max temperature / air pressure.

Data in HA
image

Data on Weerlive
image

Hourly forecast
image

Integration version

2.1.0

Home Assistant version

2024.5.2 / 12.3

Python version

3.11.8

Home Assistant log

No response

Diagnostics

No response

Additional information

No response

@martijntenpas martijntenpas added the bug Something isn't working label May 13, 2024
@golles
Copy link
Owner

golles commented May 13, 2024

Can you please provide your diagnostics file as well, that will make it easier to investigate

@martijntenpas
Copy link
Author

@golles
Copy link
Owner

golles commented May 13, 2024

When I look at the json data (parsed and raw) from the diagnostics file you provided the max temp for today is 24

...
      "wk_verw": [
        {
          "dag": "13-05-2024",
          "image": "regen",
          "max_temp": 24,
          "min_temp": 16,
        }
...

While indeed looking into the hourly forecast, the "current hour" is 24 while a few upcoming hours have 25:

...

      "uur_verw": [
        {
          "uur": "13-05-2024 12:00",
          "timestamp": 1715594400,
          "image": "zonnig",
          "temp": 24,
          ...
        },
        {
          "uur": "13-05-2024 13:00",
          "timestamp": 1715598000,
          "image": "zonnig",
          "temp": 25,
          ...
        },
        {
          "uur": "13-05-2024 14:00",
          "timestamp": 1715601600,
          "image": "halfbewolkt",
          "temp": 25,
          ...
        },
        {
          "uur": "13-05-2024 15:00",
          "timestamp": 1715605200,
          "image": "zonnig",
          "temp": 25,
          ...
        },
        {
          "uur": "13-05-2024 16:00",
          "timestamp": 1715608800,
          "image": "bewolkt",
          "temp": 25,
          ...
        },
        {
          "uur": "13-05-2024 17:00",
          "timestamp": 1715612400,
          "image": "regen",
          "temp": 22,
          ...
        },
...

Since the value is taken from the API, I'll need to report this to the API supplier

@martijntenpas
Copy link
Author

Dankje Sander, we wachten af!

Copy link

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

@github-actions github-actions bot added the Stale label Jun 13, 2024
@golles golles removed the Stale label Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API issue bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants