This is the product description text that will appear here.
Quantity
1
EST-PoE-32 is an ESP32 Power-Over-Ethernet development board with Wi-Fi, Bluetooth LE, and Ethernet. This board is ideal for various Smart Home and IoT projects thanks to it's flexible power options, ease of use and connectivity options.
Pe...
Reviews
4.9
11 ratings
5
4
3
2
1
Excellent piece of kit.
Been looking for this for years.
It would help if you did a link to your examples.
C
Cameron · September 5, 2025
ESPHome config change
The ESP-POE-32 board has been working flawlessly for me to monitor door switches and legacy motion sensors. Note that as of the July 16, 2025 update for ESPHome, the 'clk_mode' option is deprecated and will need to be modified in the config by the end of 2025. To do so, edit the board configuration in ESPHome and find the line:
" clk_mode: GPIO17_OUT"
Replace it with the following three lines:
" clk:",
" pin: GPIO17",
" mode: CLK_OUT"
Pay attention to the indentation. The clk line should be indented the same as the previous cllk_mode line, and the pin and mode lines should be indented by two additional spaces.
K
Ken · July 16, 2025
Perfect for what i need. Thanks Lewis, a great device
Keep up the hard work