SenseCAP_Indicator_ESP32 icon indicating copy to clipboard operation
SenseCAP_Indicator_ESP32 copied to clipboard

indicator_ha showing one hour less

Open jardous opened this issue 1 year ago • 8 comments

indicator_hr is showing one hour less than it should

Time Auto Update: ON

timezone Europe/Berlin

two possible culprits:

  1. daylight saving time is not taken into account
  2. ntp is not working properly - I see some errors in the log:
E (9522) esp-tls-mbedtls: mbedtls_ssl_setup returned -0x7F00
E (9523) esp-tls: create_ssl_handle failed
E (9524) esp-tls: Failed to open new connection
E (9534) city: Connection failed...
I (10536) city: Get time zone...
E (10583) esp-tls-mbedtls: mbedtls_ssl_setup returned -0x7F00
E (10584) esp-tls: create_ssl_handle failed
E (10584) esp-tls: Failed to open new connection
E (10595) city: Connection failed...
I (11596) city: Get time zone...
E (11642) esp-tls-mbedtls: mbedtls_ssl_setup returned -0x7F00
E (11643) esp-tls: create_ssl_handle failed
E (11643) esp-tls: Failed to open new connection

jardous avatar Feb 23 '24 08:02 jardous