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

HRRR accumulation with no intensity #406

Open
4 tasks done
cloneofghosts opened this issue Feb 3, 2025 · 0 comments
Open
4 tasks done

HRRR accumulation with no intensity #406

cloneofghosts opened this issue Feb 3, 2025 · 0 comments
Assignees
Labels
awaiting developer response bug Something isn't working

Comments

@cloneofghosts
Copy link
Collaborator

Describe the bug

If you exclude NBM so the API uses the HRRR model instead there are instances of precipAccumulation with no precipIntensity. An example is below:

{
  "time": 1738612800,
  "icon": "snow",
  "summary": "Snow",
  "precipIntensity": 0,
  "precipProbability": 0.91,
  "precipIntensityError": 0.5749,
  "precipAccumulation": 0.9502,
  "precipType": "snow",
  "temperature": -0.15,
  "apparentTemperature": -5.81,
  "dewPoint": -0.65,
  "humidity": 0.96,
  "pressure": 1009.92,
  "windSpeed": 18.33,
  "windGust": 39.15,
  "windBearing": 244.46,
  "cloudCover": 1,
  "uvIndex": 0.78,
  "visibility": 1.2,
  "ozone": 341.56
},

Expected behavior

The API should show non-zero precipIntensity when there is non-zero precipAccumulation

Actual behavior

The API shows zero precipIntensity when there is non-zero precipAccumulation

API Endpoint

Production

Location

Ottawa, ON

Other details

This issue affects both production and the development endpoint and in both cases the summary/icon show snow.

Troubleshooting steps

  • I have searched this repository and Home Assistant Repository to see if the issue has already been reported.
  • I have read through the API documentation before opening this issue.
  • I have not included my API key anywhere in my issue.
  • I have written an informative title.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting developer response bug Something isn't working
Projects
Status: Todo
Development

No branches or pull requests

2 participants