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

Distinguish Between "Rain Over Last 24 Hours" and "Rain Since Midnight" #18

Closed
leoherzog opened this issue Sep 1, 2023 · 7 comments
Closed
Labels
bug Something isn't working

Comments

@leoherzog
Copy link
Owner

Update every sender and receiver to distinguish between these two values

@leoherzog leoherzog added the bug Something isn't working label Sep 1, 2023
@aolfish
Copy link

aolfish commented Sep 6, 2023

CWOP has input values showing : (rain 1hr), (rain 24hr) & (rain mn). My weather reports only showed values under the (rain 1hr) column.

@leoherzog
Copy link
Owner Author

Added support to cwop.rest to distinguish the two.

leoherzog/cwop.rest@06f7449

https://web.archive.org/web/20230716040809/http://www.wxqa.com/faq.html item number 7

@leoherzog
Copy link
Owner Author

Done!

@aolfish
Copy link

aolfish commented Sep 12, 2023

Finally got a smidge of rain today. Only 0.06 in. My CWOP weather reports on findu.com only showing rain in 1hr column. Nothing (0.00) in the 24hr and MN columns. Using the V2.5.0

@leoherzog
Copy link
Owner Author

@aolfish What is your data source?

@aolfish
Copy link

aolfish commented Sep 12, 2023

Sorry ... Acurite

@leoherzog
Copy link
Owner Author

Sure. If you uncomment the console.log(JSON.stringify(acuriteConditions)); line in the refreshFromMyAcurite_() function, you'll start to see what data I get from them in the ☰▶ Execution Log on the left. There's a "Rainfall" one that I can grab for the precipitation rate, but MyAcurite doesn't give me any stats on hourly rainfall or totals over 24 hours/since midnight. Unless there's another "get historical data" API endpoint that I don't know of, I think we're out of luck. It's tough to develop for this API specifically since it's an undocumented, internal API that could change or go away at any time. Official, Acurite offers no API for MyAcurite.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants