OLIMEX / ESP32-POE

ESP32 IoT development board with 100Mb Ethernet and 802.3 Power Over Ethernet (POE)
Apache License 2.0
304 stars 111 forks source link

Do these boards use the ethernet for network too? #39

Open buzurk26 opened 1 year ago

buzurk26 commented 1 year ago

Hi

Looking at these boards for home automation and want hard wired where possible, I have a PoE switch already

Do these boards also communicate over the ethernet port to your network or are yous till required to joint he esp32 module to your WIFI?

Do these support running ESPHome??

DanKoloff commented 1 year ago

Do these boards also communicate over the ethernet port to your network or are yous till required to joint he esp32 module to your WIFI?

I don't understand this question. Please paraphrase. Are you asking of Ethernet and WIFI can work simultaneously?

Do these support running ESPHome??

A lot of customers have reported success in using ESP32-POE with esphome. Just Google "ESP32-POE esphome" and check the results for customer feedback.

woodenplastic commented 1 year ago

Hi, when i try the examples i cant get a ethernet connection. Wifi works, POE aswell. There seeems to be an issue Dan. Can you please tell me how to give you information?

DanKoloff commented 1 year ago

@woodenplastic Which Olimex ESP32 board exactly do you own? ESP32-POE? Which hardware revision?

woodenplastic commented 1 year ago

ESP32-POE-ISO-EA-IND , revision k. Im using arduino ide.

woodenplastic commented 1 year ago

digging through some forums i found this solution: when using the arduino IDE you have to change your example posted here. all SYSTEM_EVENT_ETH... commands have to be changed to ARDUINO_EVENT_ETH.... then everything works. why that is i dont know. maybe you could make the examples clearer for beginners like me.

DanKoloff commented 1 year ago

The ETH_LAN8720 example code from Arduino IDE works just fine with ESP32-POE-ISO board and should be used as starting point. No need of any changes.

esp32-poe-iso

Make sure you have selected Olimex ESP32-POE-ISO from the board selector.

If the issue remains with same code and settings, then probably the issue is somewhere in your network equipment or settings (like bad LAN cable, no DHCP enabled, router filtering or blocking the board, etc).

B48D81EFCC commented 1 year ago

Do these support running ESPHome??

Hi,

I am using several ESP-POE and ESP-POE-ISO modules exclusively with esphome. I use the RJ45 for the network connection (and power supply of course). I disabled Wifi. The modules are running 24/7. No issues so far.

thermseekr commented 1 year ago

Take a look at the Tasmota project here on Github. It is an open source firmware to the ESP8266 and ESP32. I think it will do basically everything you need regarding home automation. And there is a template to enable the ethernet port on the ESP32-POE and -POE-ISO.

https://github.com/arendst/Tasmota