Print out the Tibber electric price on a Lilygo TTGO e-paper display 2.13 inch ESP32
Used Arduino IDE with ESP32 Dev Module board settings.
In the loop the time (from NTP) and electric price (from Tibber API) will be printed once every hour.
- WiFi to connect to SSID to access internet
- HTTPClient to talk to the Tibber API (Token needed)
- ArduinoJson to parse the response from Tibber API
- GxEPD2 to setup and print to the E-Paper
- Adafruit GFX Fonts
time.h
to ask for current time from NTP