Installing ESPhome on GEEKMAGIC Smart Weather Clock (smalltv/pro)

@pplucky

I also have the gm32-n16 n4xx Pro version.

How did you get esphome on this device ?

I compiled a very minimum version

esphome:
  name: espminidisplay2
  friendly_name: ESP MiniDisplay 2

esp32:
  board: esp32dev
  framework:
    type: esp-idf

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

  # Enable fallback hotspot (captive portal) in case wifi connection fails
  ap:
    ssid: "Fallback Hotspot"
    password: "00000000000000"

captive_portal:


#enable HA API
api:

ota:
  - platform: esphome

#enable logger
logger:

instead of esp-idf I also tried arduino as recommended by an other user, but no difference

I tried the OTA and the factory version to upload via the original webinterface.
For the OTA version, its rebooting but only with the original firmware. With the Factory version, the ESP is doing nothing.

Connecting via cable does not work.