Aircoookie / WLED

Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi!
https://kno.wled.ge
MIT License
14.72k stars 3.16k forks source link

Sync Time if no internet #3881

Open newwolf opened 6 months ago

newwolf commented 6 months ago

Could it be possible to make WLED sync the internal time from your device time. Like on the press of a button (sync device time) and it grabs the local device time (from the browser or something?)

Should be very nice when we are at a internetless location, because we use the light as a night/wakeup light with timers for our kid.

blazoncek commented 6 months ago

It does that when you connect to ESP using phone or PC when NTP is not defined or WLED opens AP.

softhack007 commented 6 months ago

... plus there is the RTC usermod. Just make a custom build with RTC usermod, attach a DS3231 or DS1307 module to I2C, and your WLED will take the time/date from the realtime clock chip at startup.