I’ve been really busy with long days and way too much Factorio (factorio.com) but here is a dump of my esphome based nodes: https://github.com/fredrike/esphome-nodes I’ve added the package-display_node.yaml which is a package file to be used on the homeassistant side. I believe contains everything from the homeassistant side needed to get the display node to work, let me know if something is missing.
Edit: Here is my updated display. The black blob is moonphase and the energy readings at the bottom is from an ESP Sparsnäs and an IoTaWatt.
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
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.
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.
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.
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?
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.