Hello everyone. First time poster and a newbie to ESPHome.
I’m trying to build an Ethernet connected PoE powered Thermometer using an esp32-poe-iso board purchased for this task (it seemed to tick all the boxes).
My first step was to get the Ethernet up which has succeeded using DHCP, but I really need static addressing and when i use the example esphome gives me this “Component not found: manual_ip” error.
Can anyone smarter than me know what the problem here might be? I’ve managed to stumble my way along with getting python, esphome and home assistant installed.
Here’s the code. It only works if I remove the manual_ip part.
esphome:
name: esp_poe
platform: ESP32
board: esp32-poe-iso
ethernet:
type: LAN8720
mdc_pin: GPIO23
mdio_pin: GPIO18
clk_mode: GPIO17_OUT
phy_addr: 0
power_pin: GPIO12
# Optional manual IP
manual_ip:
static_ip: 10.0.0.46
gateway: 10.0.0.139
subnet: 255.0.0.0