WLED icon indicating copy to clipboard operation
WLED copied to clipboard

Sync Time if no internet

Open newwolf opened this issue 2 years ago • 2 comments

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.

newwolf avatar Apr 05 '24 08:04 newwolf

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

blazoncek avatar Apr 05 '24 12:04 blazoncek

... 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.

softhack007 avatar Apr 06 '24 15:04 softhack007