ayushsharma82 / ESP-DASH

Realtime Dashboard UI Library for ESP32 / ESP8266
https://espdash.pro
GNU General Public License v3.0
922 stars 197 forks source link

Is library working throw Ethernet #159

Open gorlanovmax opened 12 months ago

gorlanovmax commented 12 months ago

Is your feature request related to a problem? Please describe. For my information, library ESPAsyncWebServer work via Wi-Fi.

In my controller, communication is carried out either via wi-fi or via etnernet I used some another libraries. It is all ok, when controller connected via Wi-Fi But if controller connected via Ethernet, library is not working.

What is situation in this DASH Pro library?

gorlanovmax commented 12 months ago

And also interesting working via SIM800 module

adojang commented 11 months ago

Just from my own experience and struggling, the Ethernet interface might the the issue here. Perhaps writing some kind of wrapper that disguises the interface so it looks like the WiFi one might help?

stale[bot] commented 4 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you are still facing the problem, please tag the author of repository and state your concern.

github-actions[bot] commented 1 week ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

AZERTYUIO1234567890 commented 1 week ago

I have a problem here is the error message : In file included from C:\Users\Downloads\esp32_oled_ac_v8.111\esp32_oled_ac_v8.111.ino:48:0: C:\Users\Documents\Arduino\libraries\ESP-DASH\src/ESPDash.h:17:10: fatal error: functional: No such file or directory

include functional

      ^~~~~~~~~~~~

compilation terminated. exit status 1

Compilation error: exit status 1**

Can someone help me ?

mathieucarbou commented 1 week ago

atal error: functional: No such file or directory

you need to specify how you build: IDE, board, versions of libraries, etc.

if you are on AVR, this is not supportd.