ESP-DASH icon indicating copy to clipboard operation
ESP-DASH copied to clipboard

Blazing fast library to create a functional dashboard on ESP8266 or ESP32

Results 38 ESP-DASH issues
Sort by recently updated
recently updated
newest added

**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...

feature_request

I just created a new project using the provided example code. This is my platformio.ini: ``` [env:lolin32] platform = espressif32 board = lolin32 framework = arduino lib_ldf_mode=deep lib_deps = ayushsharma82/ESP-DASH...

Please add an upload card with a file input allowing to chose a file. The file can just be passed as a form to an existing implemented upload handler in...

feature_request

Hi, I have a UI where some cards and actions have to be disabled or enabled. There is no such concept at the moment wher ewe could set such flag,...

feature_request

Dark Mode is there by default on ElegantOTA, it really miss in ESP-Dash ;-) That's weird to switch from white to black. I've tried settin `-webkit-filter: invert(90%);` on html tag,...

feature_request

Here is an optimisation for the charts I also did in my dev branch for the pro version. I have an app with 3 charts of 120 points each, which...

Hi, First, thank you for this product, it's great and makes things more easily and accessible :) So, DASH-Pro user here, I have just migrated the code from the Lite...

feature_request

I am using ESP-DASH for my smart van project and bought Pro today. Thank you for the great work and quick support getting the Pro download working. As I have...

feature_request

ESP-DASH is a dashboard based on websocket, so many usages of graph will include streaming real-time data. Here, I have an app with a JSY sensor which is refreshed each...