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

I just switched from ESP-UI to ESP-Dash and I really like it. Thank you for the great work I intend to use it on multiple microcontrollers in the same network,...

feature_request

Hi, I tried running the bare example from https://ayushsharma82.github.io/ESP-DASH/guide/getting-started.html on my ESP32 but the ESP keeps crashing. In my serial monitor I see hundreds of messages saying `ERROR: Too many...

I have a need for displaying lines of text (as they become available from the ESP program). Would be great to have a text card onto which the text lines...

I have a project and I want to read the temperature of a ds18b20 sensor and show it on the phone using esp-dash but when I went to compile it...

**Describe the bug** Compiling the library should not throw warning, as it imply potential problems. **To Reproduce** Compile latest lib version with platformio. Dash version: 3.0.8 Target: esp8266 (wemos d1...

I have this code: Card jas_den(&dashboard, SLIDER_CARD, "Jas den", "", 0, 1023); jas_den.attachCallback([&](uint16_t value){ if (value > intenzita_noc){ intenzita_den = value; jas_den.update(value); dashboard.sendUpdates(); } else { jas_den.update(intenzita_den); dashboard.sendUpdates(); } });...

Stale

Please is possible set Card slider for steping by 0,1 or 0,5? I need set temperature with 0,1 or 0,5 resolution. But with slider is step 1 only. Thanx.

feature_request

If you try to use the button card as described in the documentation you will get an error. This is because in card.cpp there is no reference to Card::attachCallback accepting...

enhancement

Hello, I buy ESP Dash Pro today. Upload to platformio workspace lib directory and change #include to #include . What next is need? But it shows error: lib\ESP-DASH-Pro-4.0.4\src/Card.h:61:10: note: candidate:...

Hi ! Is there a way to have gauge cards in next release ?

feature_request