OpenEVSE / openevse_esp32_firmware

OpenEVSE V4 WiFi gateway using ESP32
153 stars 107 forks source link

Wrong time #836

Closed SergioRius closed 1 month ago

SergioRius commented 1 month ago

Version: master_3acace00_modified

The header and the time configuration page shows a wrong time. I have it configured to get time from router NTP server and TZ "Europe/Madrid" aka CEST.

imagen

Time of the NTP server: imagen

It seems that is applying two times the timezone, omitting the TZ reported by the server.

I was investigating intermittent network disconnects from the openevse and perhaps that would explain it. Could be that it's being rejected by the network.

Other appliances in the same network segment have the right time: imagen

SergioRius commented 1 month ago

Closing it, as it seems it was something to do with the last update. After changing it to manual and back to NTP, the time was corrected, and remains that way after a reboot.