I'm trying to create my first wall panel to display some HA data.
I've installed the ESPHome addon and Device Builder part and flashed initially to
an EnkPi 4.2 inch ePaper display and it shows "online" in the device but how do I put the values on the display?
This device has a Rpi pico W and a 4.2 inch panel with 6 butttons.
There is a hardware schematic at https://github.com/sbcshop/EnkPi_4.2_Hardware/blob/main/Design Data/SCH EnkPi 4.2 INCH.pdf
What platform should I use in the yaml file?
Maybe I need to define the i2c pins per the schematic?
text_sensor:
- platform: homeassistant
name: "Leak Sensor"
entity_id: binary_sensor.leak_sensor_moisture
on_value:
then:
- lambda: 'id(data_updated) = true;'
i2c:
sda: GPIO06
scl: GPIO07
display:
- platform: ???
GitHub
EnkPi is a series of 4 ePaper displays mounted on PCBs to provide sturdiness and comfort to the users. Powered with Raspberry Pi Pico W, these EnkPi boards have Partial Refresh Support with up to 1...