Skip to content

Commit 631cb53

Browse files
committed
Added readme file
1 parent 820aeb6 commit 631cb53

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,18 @@ New version of the ESP8266 Weather Station
55
## Setup
66

77
* Download this project either with a git checkout or press "Download as zip"
8-
* Install the following librarys with your Arduino Library Manager:
9-
**
8+
* Install the following librarys with your Arduino Library Manager in Sketch > Include Library > Manage Libraries...
9+
* Json Streaming Parser (by Daniel Eichhorn)
10+
* ESP8266 Oled Driver for SSD1306 display (by me as well)
11+
* Go to http://wunderground.com, create an account and get an API Key
12+
* Open the sketch in the Arduino Include and
13+
* Enter the Wunderground API Key
14+
* Enter your Wifi credentials
15+
* Adjust the location according to Wunderground API, e.g. Zurich, CH
16+
* Adjust UTC offset
17+
18+
## Known issues
19+
Many people asked me to finally publish the new version. I'm doing that now, knowing that some things are not perfect or stable enough. If you detect or even fix one of these issues, please contact me or create a pull request
20+
* Time is running out of sync. Sometimes off my many minutes. I assume it has something todo with the implementation of the millis() function which I based the time sync upon
21+
* The precipitation value from Wunderground currently always returns 0.0mm for my location. Maybe this looks better in other locations
22+
* Sometimes the WeatherStation crashes. I didn't have time to debug this behavior. If you have any clue, please let me know.

0 commit comments

Comments
 (0)