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

Trouble with Humidity from MyAcurite to CWOP #17

Closed
aolfish opened this issue Aug 29, 2023 · 6 comments
Closed

Trouble with Humidity from MyAcurite to CWOP #17

aolfish opened this issue Aug 29, 2023 · 6 comments

Comments

@aolfish
Copy link

aolfish commented Aug 29, 2023

Line 54 should = true
Humidity not being reported from Acurite to CWOP

@leoherzog
Copy link
Owner

Hi @aolfish!

As to your first point, and as the instructions explain, all of the various forwarding destinations start off as false. You're correct that if you want to begin reporting to CWOP, you'll want to set line 54 to true in your project... but not everyone will want to do so.

As for the humidity thing, it is currently set up to receive from MyAcurite and send to CWOP. I can confirm that my station is showing up on FindU with the current relative humidity listed along the top. Where/how are you viewing your station's CWOP data?

@leoherzog leoherzog changed the title CWOP Trouble with Humidity from MyAcurite to CWOP Aug 29, 2023
@aolfish
Copy link
Author

aolfish commented Aug 29, 2023

http://www.findu.com/cgi-bin/wx.cgi?call=n4trf
www1.findu.com/cgi-bin/raw.cgi?call=n4trf

@leoherzog
Copy link
Owner

@aolfish I think I found the problem! Thank you for making me aware of it. Give the latest version a try and see if it fixes the problem for you.

@aolfish
Copy link
Author

aolfish commented Aug 29, 2023

Now I'm getting the following error

Error
Problem fetching https://api.weather.com/v2/pws/observations/current?stationId=KXXXXXXXXXX&format=json&units=e&numericPrecision=decimal&apiKey=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
fetchJSON_ @ code.gs:900
refreshFromIBM_ @ code.gs:121
Schedule @ code.gs:78

@leoherzog
Copy link
Owner

Are you trying to fetch your readings from Wunderground or from MyAcurite? Which data source have you chosen on Line 10?

@aolfish
Copy link
Author

aolfish commented Aug 29, 2023

Thank you. Was in a hurry to get it reset up and missed Line 10. Humidity is showing up on data received now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants