sairon/esphome-nspanel-lovelace-ui

HMI file too big ?

konceptnet opened this issue · 1 comments

Nspanel have only 4MB flash but the HMI file is 7.8MB.
Hown can I install it on the nspanel ?

HMI file is not saved to the flash connected to the ESP32, yet it's uploaded over a proprietary UART protocol to the Nextion display, which has a separate firmware and flash memory.

Moreover, ESPHome can only use flash memory up to the size defined in the partition table, which is by default 1.25 MiB (1310720 bytes). Thankfully, if you don't try to integrate too many ESPHome components in the configuration, you should be fine with that ;)