OpenSprinkler Forums Third-Party Software wrong dates with WeatherUnderground API Reply To: wrong dates with WeatherUnderground API

#65067

Ray
Keymaster

I just realized something: because you are using your own hardware build, it doesn’t seem like you have an RTC chip (DS1307 or PCF8563 or any RTC). The firmware writes NTP time into RTC and syncs with RTC once every hours or so. If you don’t have RTC, it will certainly get incorrect time. You can comment out any code in main.cpp that has to do with RTC.