Skip to content
Gerry33 edited this page Apr 12, 2018 · 6 revisions

Welcome to the WeatherStation wiki!

It uses the WU language feature, so weekdays, weather descriptions come in your language. Change your Wunderground API key to your's in wunderggroundclient.cpp. Also adapt to your city.

The SSID and Wifi Password must be injected by compiler command line option: -DMY_SSID=YouSSID -DMY_PSK=YourWifiPW since I want to avoid sensitive information in the src- code

Have fun changing and adapting !

Here is a screenshot of my screen layout:

Screenshot

Configuration Screenshot:

Configuration Screenshot:

This project uses the following external libs:

  • EEPROM
  • ESP8266HTTPClient
  • ESP8266HTTPUpdateServer
  • ESP8266WebServer
  • ESP8266WiFi
  • ESP8266httpUpdate
  • JPEGDecoder-master
  • LogSimple (personal; included here)
  • MQTT
  • MyCommon (personal; included here)
  • NtpClient-master
  • SD
  • SPI
  • TFT_eSPI-master
  • Time-master
  • TimeAlarms-master
  • json-streaming-parser-master
Clone this wiki locally