Skip to content

Latest commit

 

History

History
66 lines (41 loc) · 1.63 KB

Changelog.md

File metadata and controls

66 lines (41 loc) · 1.63 KB

Changelog


Version 2

When: January 2020
What:     Removes Wunderground Support


Wunderground ➞ OpenWeatherMap

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.



OLED Library Upgrade


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.