-
-
Notifications
You must be signed in to change notification settings - Fork 156
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
Comments
Yep. I had a feeling that would happen at some point. OpenWeatherMap. may be a better option. See this issue on the SPI Plugins repo: 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 |
The old API Keys may still be working. |
https://openweathermap.org/api does not seem to provide historical data for the |
Yes, it would require keeping history. After three days of running, it would have as much history as is currently used. For the first three days it would be less accurate.
WU has better coverage, but if it is not accessible to new users, that seems very limiting. It does seem to have a grandfathering or existing keys, at least for now. I don’t have one, unfortunately, so am enthusiastic about an alternative!
David
David Laidlaw, Brown CS
Box 1910, Prov., RI 02912
+1.401.354.2819
… On Jul 16, 2018, at 00:05, Marco Walther ***@***.***> wrote:
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:-(
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
There is a difference between historical forecast and actual measured data.:-( |
True, but the actual current weather is available in addition to the forecast, and the current weather can be saved to use as history.
D
David Laidlaw, Brown CS
Box 1910, Prov., RI 02912
+1.401.354.2819
… On Jul 16, 2018, at 16:27, Marco Walther ***@***.***> wrote:
There is a difference between historical forecast and actual measured data.:-(
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
The weather_level_adj plugin is working with OpenWeatherMap. |
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.
The text was updated successfully, but these errors were encountered: