A simple dashboard with weather data, current playing music & data from Home Assistant for ESPHome.
Find a file
2025-05-04 18:35:45 +02:00
fonts adjust to my needs 2025-05-04 16:09:25 +02:00
README.md add images to docs 2025-05-04 18:35:45 +02:00
weatherman.yaml change included glyphs to support french symbols and more 2025-05-04 18:27:18 +02:00

E-Ink Frame/Dashboard for ESPHome

A simple dashboard with weather data, current playing music & data from Home Assistant for ESPHome.

Dashboard Example 1 Dashboard Example 2

Required hardware

Software

  • ESPHome
  • Home Assistant

Installation

  1. No soldering is required since the e-Paper driver board was integrated into the ESP32 board. All you need to do was to connect the e-Paper screen to the driver board, and then connect the driver board to the USB socket on my light switch.
  2. Copy /fonts and weatherman.yaml to your /.config/esphome folder and adjust it your needs.
  3. Flash the configuration to your ESP32 driver board via ESPHome Web
  4. Enjoy!

Features

Weather, music & sensor information

The dashboard shows the current outdoor temperature based on a weather service of choice you added to your Home Assistant. The icon next to it shows you the weather state.

In the center of the screen the current playing media of one or more speakers can be displayed.

At the bottom you find some stats of your Home Assistant instance that you can adjust.

Intelligent Screen Refreshing

To reduce the frequency of screen refreshes and to prolong the life of the e-ink screen, the screen will now only refresh when presence is detected.

Last Refreshed Timestamp

The last update timestamp can be displayed on the screen itself. No more wondering when the screen was last refreshed!

Remote Control and Monitoring

The screen can now be controlled and monitored remotely. The screen can be either refreshed manually, restarted, or safely shut down through buttons in your HA. The number of screen refreshes in its lifetime as well as its last update timestamp and wifi signal strength can also be monitored.

List of available sensors and buttons Refresh Screen Count example

Easy adjustable

The placing can easly be adjusted via the variables inside of the display block.

// General settings
uint multi_info_base_x = 80;
uint text_offset_x = 48;
uint tab_offset_x = 170;
uint multi_info_base_y = music_base_y + 220;
uint text_offset_y = 4;
uint linebreak_offset_y = 60;

References

Here are some other repos that I referenced from: