Skip to content

Print out the Tibber electric price on a TTGO e-paper display

Notifications You must be signed in to change notification settings

jesperalmstrom/tibber_price

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Display Tibber price on Arduino E-Paper

Print out the Tibber electric price on a Lilygo TTGO e-paper display 2.13 inch ESP32

TTGo E-Paper

Device

Used Arduino IDE with ESP32 Dev Module board settings.

Development

In the loop the time (from NTP) and electric price (from Tibber API) will be printed once every hour.

Library

  • 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

About

Print out the Tibber electric price on a TTGO e-paper display

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published