09-02-2023, 06:58 AM
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
# 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