Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thebluntblade/tibberprice_e-ink-display
A display for energy prices at Tibber.
https://github.com/thebluntblade/tibberprice_e-ink-display
esp32 lilygo tibber tibberapi
Last synced: about 1 month ago
JSON representation
A display for energy prices at Tibber.
- Host: GitHub
- URL: https://github.com/thebluntblade/tibberprice_e-ink-display
- Owner: thebluntblade
- Created: 2024-10-09T19:00:08.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-12-21T14:06:44.000Z (about 2 months ago)
- Last Synced: 2025-01-06T00:42:58.231Z (about 1 month ago)
- Topics: esp32, lilygo, tibber, tibberapi
- Language: C
- Homepage:
- Size: 4.84 MB
- Stars: 13
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The project is largely based on the source code from https://github.com/MakeMagazinDE/Preisrahmen, but uses the T5 4.7" display from Lilygo (https://www.lilygo.cc/products/t5-4-7-inch-e-paper-v2-3), i.e. a combination of ESP32 and EPD (e-paper display). The instructions for adapting the source code to the Lilygo can be found here: https://github.com/Xinyuan-LilyGO/LilyGo-EPD47.
The case I used is from Thingiverse https://www.thingiverse.com/thing:6167178
Compared to the original device based on the link above, this solution has some advantages and disadvantages.
Advantages:
- Easier, as you just buy the combined EPD with ESP.
- Cheaper for the same reason.
Disadvantages:
- Smaller display.
- No battery and probably much higher power consumption as there is no hardware optimisation.How to:
- Rename Credentials-example.h to Credentials.h and add your SSID, password and tibber api token.