(09-02-2023, 06:58 AM)admin Wrote: suggest you add static ip config command, such as:
# Optional manual IP
manual_ip:
static_ip: 10.0.0.42
gateway: 10.0.0.1
subnet: 255.255.255.0
replace by your static IP for A32 board.
here is details of ESPHome: https://esphome.io/components/ethernet.html
I flashed the A32 board with the ESP32-A32 bin from your website. I can only get it to work with WIFI in both ESP32-Dev and KC868-A32 Tasmota.
Not working if connected to ethernet at all, no matter how much I tried. The static IP did not work, if the ethernet port is NOT working.
That's why I think the board may have a defective ethernet port, as I cannot get it to work any other way.
I even tried loading your ESPHome script to the WIFI static ip, but it did not work, with the following message:
INFO Connecting to 192.168.1.183
ERROR Connecting to 192.168.1.183:3232 failed: [Errno 111] Connection refused
Do you have the ESPhome bin file, that I can flash the board to work with the ethernet port?
Thanks