ESPClock
ESPClock copied to clipboard
ESP8266-based touchscreen clock and light controller with WiFi
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.
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?