Skip to content

10.1-inch JC8012P4A1 V2

This is the new panel firmware for rear-case markings 2628 or higher. The newer panel may not have a V2 label.

Check the chip revision first

If ESPHome logs or esptool reports ESP32-P4 v3.x production silicon, use the V3 page regardless of the case date. Case dates are only a fallback when V3 silicon is not present.

Install

Connect the display to your computer with a USB-C data cable, then install.

Preparing installer...
Having unreliable Wifi?

This P4 panel uses a separate ESP32-C6 Wifi processor. If it repeatedly disconnects, disappears from Home Assistant, or cannot finish initial setup, use the USB C6 recovery installer.

For WiFi setup and Home Assistant pairing, follow the Install guide.

ESPHome Manual Setup

yaml
substitutions:
  name: "kitchen-screen"
  friendly_name: "Kitchen Screen"

wifi:
  ssid: !secret wifi_ssid
  password: !secret wifi_password

packages:
  setup:
    url: https://github.com/jtenniswood/espcontrol/
    file: devices/guition-esp32-p4-jc8012p4a1-v2/packages.yaml
    refresh: 1sec