-
-
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
Rain estimates from homeassistant service call are off from merrysky.net values by an order of magnitude #166
Comments
@alexander0042 I suspect the change made in #122 may also be affecting things here. Not sure what the best solution is as in metric EDIT: Was looking through the code and found the issue. Will create a PR for you to review. |
Hi @K-Money I've created a PR which should fix the issue but while we wait for it to be merged I've created a beta release which should fix the issue that you can test to confirm the issue is fixed. |
@cloneofghosts Awesome, thank you! I've loaded it in my home assistant instance but there's not really any rain in the forecast at the moment. I'll keep an eye on it and report back when some rain shows in the forecast so I can make an actual verification. Thanks again! |
I released another beta this morning as I realized that the conversion from cm to mm was incorrect. It was converting by a factor of 100 instead of 10 so hopefully that fix combined with the other one fixes things for you. |
I've gone ahead and merged the PR since the dev seems to be prioritizing version 2.0 of the API. The release will continue as a beta version for a while longer to confirm that the issue is fixed. I'm going to open a separate issue shortly for feedback on the fix so feel free to comment there. |
Describe the bug
Rain estimates have been extremely off in my area (e.g. predicting 11.31 inches of rain when merrysky.net says 1.2 and accuweather says 1.02).
Expected behavior
Rain values that match with merrysky.net (e.g. 1.2 inches)
Actual behavior
Rain values extremely different from merrysky.net (e.g. 11.31 inches)
Home Assistant version
2023.12.3
Integration version
1.3.5
Other details
Below is the service call, its response, and a screenshot of the merrysky info for the same duration. USA zip code 90706.
I originally added this as an issue on the wrong repository and cloneofghosts indicated that this line might be the culprit.
Troubleshooting steps
The text was updated successfully, but these errors were encountered: