Dashboard for office Co2 and some plant swag
Inspired by: https://github.com/maxmacstn/HA-ePaper-Display
Thanks for the nice repository!
- Waveshare 4.2" ePaper module
- ESP32 NODEMCU
I did not find anything fitting yet, so currently attempting my own design.
With the dashboard sitting on my desk it most prominently displays Co2 ppm from a Netatmo weatherstation to remind me to open the windows.
It also shows temperature and humidity from the same station. In addition stats from a VegTrug Soil Tester is shown on the bottom half.
Waveshare | ESP32 Pin |
---|---|
BUSY | GPIO27 |
RST | GPIO33 |
DC | GPIO25 |
CS | GPIO26 |
CLK | GPIO18 |
MOSI | GPIO23 |
GND | GND |
3.3v | 3.3v |
- Install ESPhome on your computer or Home Assistant Add-on
- Get the yaml file and download the fonts (Roboto and materialdesignicons-webfont.ttf) to your ESPhome folder.
- Edit your Wi-Fi SSID/Password, sensors entity ID, etc. as your own preference.
- Connect hardwares together.
- Flash the firmware.
- Go to Home Assistant, it should automatically discovered your espHome display. If not, add it manually using IP address via ESPhome integration.
- Enjoy!