Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
buzurk26 opened this issue Jun 21, 2023 · 8 comments
Open

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

buzurk26 opened this issue Jun 21, 2023 · 8 comments

Comments

@buzurk26
Copy link

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
Copy link
Contributor

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
Copy link

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
Copy link
Contributor

DanKoloff commented Jul 6, 2023

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

@woodenplastic
Copy link

woodenplastic commented Jul 6, 2023

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

@woodenplastic
Copy link

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
Copy link
Contributor

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
Copy link

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
Copy link

thermseekr commented Aug 10, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants