-
-
Notifications
You must be signed in to change notification settings - Fork 31
Negative/Unrealistic UV Index Value & Precipitation Intensity #77
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
Comments
The 1.5.4 update seems to have fixed this as well. Will close for now but if it pops up again I will re-open. |
Just noticed the same issue pop up again. Current UV is 0.03, the daily UV index is -0.0 but the hourly data is fine. |
@alexander0042 I also found that a negative
I found this issue while using these coordinates 47.486771,-52.751787 so maybe it's just a GFS/GEFS issue but I have seen |
Going to bump this before I get the stale notification. I just checked and I'm seeing EDIT: Seeing the negative precipIntensityError for my location currently. |
There's already #88 to take care of the unrealistic UV Index values and the negative values seem to be fixed in the V2 beta. |
Uh oh!
There was an error while loading. Please reload this page.
I noticed late night on Thursday that the API was giving some unrealistic values for the UV index. I first noticed this in my HA installation and checked in the browser and I can confirm that it's an API issue rather than a HA issue.
The first thing I noticed was at 11:50 PM there was a UV index of 0.03 which shouldn't be possible at that point. I wonder if it was using the absolute value of -0.03 which is why it returned 0.03 instead of -0.03.

The second thing I noticed was that the current day has a forecasted UV index of -0.03 which makes no sense. I know I mentioned this in #7 and #4 but it was never fixed.

EDIT: Seems to be a common occurrence late at night (around 10/11pm) as I noticed it again a few days ago.
The text was updated successfully, but these errors were encountered: