esp8266-fastled-webserver
esp8266-fastled-webserver copied to clipboard
here's a list of things to consider improving: * [ ] It's currently unclear in the web UI which properties apply for which effects. Maybe hierarchical properties? Maybe query the...
Currently, when the list of palettes or effects changes, any saved configuration is implicitly invalidated. This is because, currently, the value is stored as an integer index into the array....
_Originally posted by @tobi01001 in https://github.com/jasoncoon/esp8266-fastled-webserver/pull/216#discussion_r757542649_ In particular, the following should be moved elsewhere: * [] `power` variable * [] `brightness` variable * [] `setShowClock()` function * [] `setClockBackgroundFade()` function...
_Originally posted by @tobi01001 in https://github.com/jasoncoon/esp8266-fastled-webserver/pull/216#discussion_r757550079_ In `convertToJson()`, the request is to have each unique `Field_t` serialization handled in the switch statement directly, rather than code multiple `if` statements that...
Hi, all my IoT gadget are on a closed seperated network with no dhcp server. i've set static ip in: WiFi.h // config static IP IPAddress ip(192,xx,xx, x); // where...
Hello, that would be so cool to control brightness UP/DOWN via REST. I use actualy a node-red in docker (raspberry). `curl -o /dev/null -s -H "Content-Type:application/json" -X POST http://wemis.local/BrightnessUp?value=10` or...
Adding a page where a 'simpler then simple' remote controller can be configured. I think a page with big buttons (configurable size?), would prove very useful in daily operation. I...
Hello, I love using this webserver! I have a project that has an outline with 58 LEDs, and the interior part with 100 LEDs. Would it be possible to get...
Hi, first of all: Thank you for this great Project! Is it possible to have the Webside automtic actualised (without pressing F5) if a Value (like pattern) has changed?
I don't understand the Palette List (under the Pattern List in the Webserver). I can choose what ever i want, nothing hapends. No matter which pattern is chosen, the colors...