When: January 2020
What: Removes Wunderground Support
Weather Data Provider Replacement
Wunderground, the weather information provider
we used so far, stopped their free tier without notice
on May 15, 2018
.
This release adds support for OpenWeatherMap.com
, an
alternate provider with a free tier for weather information.
The WeatherStationDemo
has been adapted to use
this new API through the OpenWeatherMapCurrent
and OpenWeatherMapForecast
REST clients.
Sadly OpenWeatherMap provides less
information than Wunderground does.
If you are missing attributes in the response docs
then please contact the OpenWeatherMap team.
The ESP8266 OLED Library changed
a lot with the latest release of v3.0.0
.
We fixed many bugs, changed the API
a little bit and improved performance.
This means that you might have to adapt
your Weather Station Code if you created
it using older 2.x.x
versions.
Either compare your code to the updated
WeatherStationDemo or read the guide
on how to Upgrade.