The Shift Toward Unified ePaper Standards in the Smart Home
For years, ePaper displays in the Home Assistant ecosystem have been a hardware-rich but software-poor experience. While devices like the reTerminal E-series, M5Paper, and LilyGO T5 have been readily available, the “glue” holding them together—firmware and integration—was often a fragmented stack of community efforts, vendor-specific sketches, and complex ESPHome configurations.
The emergence of OpenDisplay marks a pivotal shift. By establishing an open-source protocol from the ground up, the project is moving away from the licensing constraints that limited previous efforts like OpenEpaperLink. This allows for direct collaboration with hardware manufacturers, such as Seeed Studio, ensuring that the “first-party feeling” is baked into the hardware and software experience.
upload_image action, the HACS version unlocks drawcustom, a powerful layout-based rendering system for dynamic widgets. Ultra-Low Power: The nRF Revolution
One of the most significant trends in smart display evolution is the move toward extreme energy efficiency. While ESP32 chips are popular due to their low cost and availability, they are relatively power-hungry. An ESP32 advertising over BLE pulls approximately 80mA, whereas an nRF52811 performing the same task pulls only about 20µA.

This massive gap in power consumption is enabling a modern generation of “set and forget” displays. We are seeing the viability of hardware that doesn’t even require a traditional battery. Using a small solar panel and a supercapacitor, it is now possible to create photo frames that update every fifteen minutes with effectively infinite battery life.
For those using traditional batteries, the numbers are equally impressive. A Seeed EN04 driver paired with a 4.26-inch black-and-white panel and a 2000mAh battery can potentially last six months, even with updates every ten minutes. Even larger 7.3-inch Spectra 6 color panels can achieve similar longevity with hourly updates.
Beyond e-Ink: A Universal Display Protocol
While the current focus is on e-ink, the architecture of OpenDisplay is designed to be display-agnostic. The long-term vision is an open protocol for any small surface capable of rendering an image from Home Assistant. This opens the door for several future implementations:
- LCD and OLED Integration: Bringing non-ePaper panels into the same unified system.
- Cross-Platform Clients: Small clients running on desktops or mobile devices.
- Hardware Upcycling: Reusing old electronic shelf labels (ESLs) by flashing firmware over BLE, turning discarded commercial hardware into cheap, long-lasting smart home nodes.
This trajectory suggests a future where the specific screen technology matters less than the protocol used to drive it. Whether it’s a high-contrast e-ink panel or a small LCD, the integration remains seamless within the Home Assistant environment.
Connectivity Evolution: From BLE to Hybrid Mesh
Currently, OpenDisplay relies exclusively on BLE to maintain its low-power profile, utilizing Home Assistant’s BLE proxies to extend coverage across a home. This eliminates the need for dedicated access points or complex infrastructure.

Yet, the roadmap includes Wi-Fi support, which is already in testing. This will create a hybrid ecosystem: BLE will remain the gold standard for battery-operated, remote sensors, while Wi-Fi will power wall-mounted, plug-in information panels that require more frequent updates or higher data throughput.
FAQ: OpenDisplay and ePaper Integration
What is the difference between the Core and HACS OpenDisplay integrations?
The Core integration is built into Home Assistant and supports basic image uploads. The HACS integration provides full support for drawcustom, allowing for complex, template-based dashboards.
Can I use OpenDisplay with my existing ESP32 boards?
Yes, OpenDisplay supports the ESP32-C3, C6, and S3, as well as nRF52840 and nRF52811 chips.
Why use nRF chips over ESP32 for ePaper?
nRF chips are significantly more power-efficient. An nRF52811 uses about 20µA while advertising, compared to 80mA for an ESP32, enabling much longer battery life or the use of energy harvesting.
What do you think about the move toward open protocols for smart displays? Are you planning to repurpose old shelf labels or invest in nRF-based hardware? Let us know in the comments below!
