E-paper display

Bought mine on AliExpress. Yes it’s a bit expensive, 25€ for a 4.2".

Mine is attached to a Lolin D32, SDS011 (Air Quality), a BME280 (Temp, Humidity and Pressure), a buzzer and a LED (for notification). More info here: Air Quality Sensors + E-Ink Display using ESPHome

Done here: Air Quality Sensors + E-Ink Display using ESPHome

Sorry for the delay

Hi Makai,
I have the same display ?
Have you a code to share ?

Salutations Francaises :slight_smile:

Hi Twinsen68!

Click on the link in the post just above yours :slight_smile:

Bonne lecture :slight_smile:

Sorry i didn’t read all the post :flushed:

Started mine yesterday. Need something to put the board in. But for now I like the look.

7 Likes

I’ve found it already on aliexpress. Didn’t know they sold the cases separately.

Would you mind sharing your esp home code for your display setup? Thanks!

The case looks nice. Can you share a link?

Hey @Alexandru_Cruceanu, can you please share your YAML or a link to your github repo? I have a 2.7 inch ePaper display and thought it’d be easier to modify your code rather than starting from the bigger displays.

Thanks!

Hi @LUNZ.
Sorry, but i had to rebuild my Home Assistant Setup and i have lost all my ESPHOME config.
I hope to rewrite it as soon as possible and i’ll post the yaml here.
Thanks.

thanks for the quick response @Alexandru_Cruceanu! I’m looking forward to your post!

check out this addon to create automatic backups to google drive: https://github.com/sabeechen/hassio-google-drive-backup

@fredrike thanks for linking your code! it really helped me figure it out with my specific device. I’m using an Oracle Code Card badge I got at a conference. It has a 2.7 inch screen.

I’ve posted my code here:

Two questions:

  1. The moon_tpl sensor is not automatically rendering a value. When I set a value in Home Assistant’s Developer Tools, the moon icon displays on the screen. Also, the sensor.moon is working and returning “waxing crescent” etc.

  2. The high/low temperatures on the forecast (on the right hand side) is not displaying but the days of the week and weather icons are.

Do you have any suggestions for why the moon template sensor and high/low forecast temperatures are not rendering?

Thanks for your inspiration and help!

3 Likes

Wow it looks amazing!

Do you use the home-assistant package: esphome-nodes/homeassistant-config/package-display_node.yaml at f7a3a225c417d651b4a3937708ea4d4b2d0827ed · fredrike/esphome-nodes · GitHub

Yes I do have the Home Assistant package configured. But it’s probably worth me looking at again

Also, I wanted to ask, how long does it take for your display to refresh? Mine is configured to refresh every minute and takes seven seconds to fully cycle so I’m wondering if I should refresh less often or is there a way to quickly update the clock without a full refresh.

Mine takes several seconds, unfortunately doesn’t the library/backend I’m using support partial updates.

1 Like

Heres my weather station. Main temperatures are from actual temperature sensors inside and outside the house.
Weather forcast from openweathermap.
Used three 2.9" waveshare epaper screens because I wanted partial display refresh. Clock updates every second for seconds to update. Other 2 screen every 2 minute update, Full refresh every 12hours.
Designed my own case and 3D printed.

27 Likes

Very, very nicely done. Nice case design as well.

I am thinking about a project like this myself. It’s a bit difficult to see the actual size of the “clock”. Could you maybe share the dimensions or make a picture with some reference material in it (like a mobile phone or whatever). I would like to be able to read the time from a bit of distance so this is why I am wondering.

Thanks in advance and again, nice job!

Have you connected all threefold a single esp32 or Pi?

Beautiful work! I would love more details if you would like to share.