Skip to content
Jim McGinness edited this page Apr 17, 2024 · 8 revisions

Welcome to the WeatherStation02 wiki!

This is a very simple weather station.

  • D1 Mini NodeMCU ESP8266 module
  • generic DHT shield

Connecting to Weather Underground (wunderground.com) over WiFi. May also record data to another IOT database, undetermined at this point, but most likely either Phant (I know, Sparkfun has discontinued Phant, but my local server can run the Phant code as long as I need it to) or ThingSpeak.

weather station 02

2017-12-31

Added barometric pressure sensor.

2023-04-12

Time for some updates. This project had been running for years, but quit working when the thumbprint for the destination server changed.

Note that it is still set up to report to my local Phant server and to WeatherUnderground. I haven't changed out the sensors, though I do have some BME280 modules available.

Oh, I should probably mention somewhere that I went from using the Arduino IDE to PlatformIO under VS Code.

2024-04-16

Finally circling back to look at this project again. I expect to add syslog and repair the WeatherUnderground parts, meanwhile refactoring into a more modular form. It's an aspiration, but no promises on the time to completion.

Clone this wiki locally