Hi,
I have olimex poe32-poe board, I connected it to HA with ESPHOME. It appears when it is powered from POE, then it gets hot, I think about 60-70 C, barely can touch it, but it works some how. There is no much code, just this:
esphome:
name: olm-common-15
esp32:
board: esp32-poe
framework:
type: arduino
ethernet:
type: LAN8720
mdc_pin: GPIO23
mdio_pin: GPIO18
clk_mode: GPIO17_OUT
phy_addr: 0
power_pin: GPIO12
logger:
api:
encryption:
key: ""
ota:
password: ""
I have tested 10 boards, and all of them becoming hot. I’ve tried 2 POE switches, still same. But when it is powered by 5v and connected with Ethernet, then it ok. Does anybody have such issue? How to remedy this?