-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
Liquid Accumulation Forecast incorrect #285
Comments
Thanks for creating this issue. Whats happening here is the integration sends a request to get data from the API in scientific units which is then converted to your unit of choice. When I was setting up the V2 specific sensors I missed converting those sensors from mm to inches. So the value you see there is in mm with inches as the unit. I have a PR ready to merge and will then shortly afterwards release a new version with the fix. |
Cheers, I appreciate it! I knew it had to be something like that. |
Also corrects the datetime low temperature time to read the correct variable (low instead of min). The entity name is kept the same for compatibility
Describe the bug
Comparing expected liquid accumulation to other sources, this is not correct.
Nearly 2 inches of rain in a day would be quite an event for us here in Wisconsin.
I've seen this enough times to stop dismissing it and get it reported :)
Expected behavior
Display a reasonable liquid accumulation forecast.
Actual behavior
Displaying a value that isn't remotely realistic.
Home Assistant version
2024.7.3
Integration version
1.5.3
Other details
By the time I finished writing this report, the accumulation amount for "PirateWeather Liquid Accumulation 0d" dropped to .7008, which is still higher than any source I can find.
Troubleshooting steps
The text was updated successfully, but these errors were encountered: