You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,6 @@ If you are using the PlatformIO environment for building
57
57
***NTP Client**: a NTP based time class written by Fabrice Weinberg
58
58
***OpenWeatherMap Client**: A REST client for the OpenWeatherMap.com service, providing weather information
59
59
***Aeris Client**: Client for the service provided by aerisweather.com. Fully functional initial version. After the Wunderground incident (see [upgrade notes](#upgrade-notes)) we first targeted Aeris before we settled with OpenWeatherMap. This code is unmaintained but will remain part of this library for the time being.
60
-
***Wunderground Client - DEPRECATED**: fetches current weather and forecast from wunderground.com. Please note: Wunderground stopped their free tier service and previous demos are now using the OpenWeatherMap client.
61
60
***Thingspeak Client**: fetches data from Thingspeak which you might have collected with another sensor node and posted there.
62
61
***Astronomy**: algorithms to calculate current lunar phase and illumination.
63
62
***SunMoonCalc**: a calculator for sun and moon properties for a given date & time and location. This implementation is port of a [Java class by T. Alonso Albi](http://conga.oan.es/~alonso/doku.php?id=blog:sun_moon_position) from OAN (Spain).
@@ -70,6 +69,8 @@ We will gladly list it here as third party library...
70
69
71
70
## Upgrade Notes
72
71
72
+
**Version 2, January 2020, removes WU support, see below**
73
+
73
74
**Replace Wunderground with OpenWeatherMap as weather data provider**
74
75
75
76
The weather information provider we used so far (Wunderground) [recently stopped their free tier](https://thingpulse.com/weather-underground-no-longer-providing-free-api-keys/) without previous notice on May 15, 2018. This release adds support for a new provider with a free tier for weather information: OpenWeatherMap.com. The basic demo (WeatherStationDemo) has been adapted to use this new API through the OpenWeatherMapCurrent and OpenWeatherMapForecast REST clients.
@@ -84,4 +85,4 @@ The ESP8266 OLED Library changed a lot with the latest release of version 3.0.0.
84
85
85
86
| Announcement | Module | Removal |
86
87
|---------------|---------|----------|
87
-
| 2018-06-13 | all **Wunderground** related code, see [our blog](https://thingpulse.com/hello-openweathermap-bye-bye-wunderground/) for details |June 2019|
88
+
| 2018-06-13 | all **Wunderground** related code, see [our blog](https://thingpulse.com/hello-openweathermap-bye-bye-wunderground/) for details |January 2020, version 2.0.0|
0 commit comments