ESPClock icon indicating copy to clipboard operation
ESPClock copied to clipboard

ESP8266-based touchscreen clock and light controller with WiFi

Results 6 ESPClock issues
Sort by recently updated
recently updated
newest added

Add lamp on/off timers, possibly emulating old X10 button interface: repeatedly tapping "On" increments an off timer interval; for on timers, configure presets via web UI, and cycle through them...

Write HTML for light control web UI; API endpoints already there (untested).

Update UI screen to display current weather conditions.

Minifier (css-html-js-minify.py) does not really support HTML with embedded JS; current minified settings.html is broken.

bug

Use SPIFFS for static content; put CSS and JS into separate files.

Sort out the AP->AP+STA->STA transitions and make initial setup work more smoothly. Currently, it's either AP or STA, until reboot. Disconnecting from the soft-AP got the station i/f to hang?