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

water_level_adj plugin broken due to wunderground api #205

Closed
shred444 opened this issue Jun 2, 2018 · 8 comments
Closed

water_level_adj plugin broken due to wunderground api #205

shred444 opened this issue Jun 2, 2018 · 8 comments

Comments

@shred444
Copy link

shred444 commented Jun 2, 2018

Looks like wunderground has stopped their api access after IBM acquisition. Is there any chance this plugin will be ported to darksky.net? I can plan on making the modifications but it's going to take me significant amount of time to figure out what's going on here.

@Dan-in-CA
Copy link
Owner

Yep. I had a feeling that would happen at some point.
Looks like darksky.net limits the free API to 1000 calls per day total for any application.
From their FAQ:
"Can I require my users to sign up for a developer's API key?
No, your end-users should not sign up for Dark Sky API keys as a means for you to circumvent the daily cap of 1,000 free calls. The 1,000 free calls per day are intended for one developer or company to explore the API."

OpenWeatherMap. may be a better option. See this issue on the SPI Plugins repo:
Dan-in-CA/sip_plugins#31

If you would be willing to try making the modifications that would be great. I would be glad to provide advice.

I am working on on a couple of other urgent projects otherwise I would give it a go.

Dan

@mw46d
Copy link

mw46d commented Jul 16, 2018

t2
It looks like my free API key is still working? What did I right (or wrong)??

@Dan-in-CA
Copy link
Owner

The old API Keys may still be working.

@mw46d
Copy link

mw46d commented Jul 16, 2018

https://openweathermap.org/api does not seem to provide historical data for the free accounts:-( The current plugin uses previous three days + current day forecast + next three days forecast :-( Switching away from the historical data would impact the accuracy:-(

@DavidLaidlaw
Copy link

DavidLaidlaw commented Jul 16, 2018 via email

@mw46d
Copy link

mw46d commented Jul 16, 2018

There is a difference between historical forecast and actual measured data.:-(

@DavidLaidlaw
Copy link

DavidLaidlaw commented Jul 16, 2018 via email

@Dan-in-CA
Copy link
Owner

The weather_level_adj plugin is working with OpenWeatherMap.

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

4 participants