NSpanel local time does not work

I have a SNpanel flashed with esphome. also a esp3288 tesboard. The local time in the nspanel is wrong and i cant find any solution. The testboard is working fine.

The Yaml code for bouth boards is:

time:
  - platform: homeassistant
    id: homeassistant_time
    
interval:
  - interval: 10 sec
    then:
    - lambda: |-
        float h_ha = id(homeassistant_time).now().hour;
        float m_ha = id(homeassistant_time).now().minute;
        ESP_LOGD("main", "hora_HA %f, minutos_HA %f",h_ha,m_ha);

Here are the logs:

NSPanel:

INFO Reading configuration /config/esphome/nspanel.yaml...
INFO Updating https://github.com/esphome/esphome.git@pull/2956/head
INFO Detected timezone 'America/Santiago'
WARNING GPIO4 is a Strapping PIN and should be avoided.
Attaching external pullup/down resistors to strapping pins can cause unexpected failures.
See https://esphome.io/guides/faq.html#why-am-i-getting-a-warning-about-strapping-pins
INFO Starting log output from nspanel.local using esphome API
INFO Successfully connected to nspanel.local
[11:10:21][I][app:102]: ESPHome version 2022.12.8 compiled on Jan 30 2023, 08:04:47
[11:10:21][C][wifi:504]: WiFi:
[11:10:21][C][wifi:362]:   Local MAC: 
[11:10:21][C][wifi:363]:   SSID: [redacted]
[11:10:21][C][wifi:364]:   IP Address: 192.168.
[11:10:21][C][wifi:366]:   BSSID: [redacted]
[11:10:21][C][wifi:367]:   Hostname: 'nspanel'
[11:10:21][C][wifi:369]:   Signal strength: -44 dB ▂▄▆█
[11:10:21][C][wifi:373]:   Channel: 6
[11:10:21][C][wifi:374]:   Subnet: 255.255.255.0
[11:10:21][C][wifi:375]:   Gateway: 192.168.1.1
[11:10:21][C][wifi:376]:   DNS1: 200.28.
[11:10:21][C][wifi:377]:   DNS2: 200.28.
[11:10:21][C][logger:293]: Logger:
[11:10:21][C][logger:294]:   Level: DEBUG
[11:10:21][C][logger:295]:   Log Baud Rate: 115200
[11:10:21][C][logger:296]:   Hardware UART: UART0
[11:10:21][C][logger:298]:   Level for 'sensor': WARN
[11:10:21][C][logger:298]:   Level for 'resistance': WARN
[11:10:21][C][logger:298]:   Level for 'text_sensor': WARN
[11:10:21][C][logger:298]:   Level for 'ntc': WARN
[11:10:21][C][uart.arduino_esp32:108]: UART Bus 1:
[11:10:21][C][uart.arduino_esp32:109]:   TX Pin: GPIO16
[11:10:21][C][uart.arduino_esp32:110]:   RX Pin: GPIO17
[11:10:21][C][uart.arduino_esp32:112]:   RX Buffer Size: 256
[11:10:21][C][uart.arduino_esp32:114]:   Baud Rate: 115200 baud
[11:10:21][C][uart.arduino_esp32:115]:   Data Bits: 8
[11:10:21][C][uart.arduino_esp32:116]:   Parity: NONE
[11:10:21][C][uart.arduino_esp32:117]:   Stop bits: 1
[11:10:21][C][ledc.output:118]: LEDC Output:
[11:10:21][C][ledc.output:119]:   Pin GPIO21
[11:10:21][C][ledc.output:120]:   LEDC Channel: 0
[11:10:21][C][ledc.output:121]:   Frequency: 1319.0 Hz
[11:10:21][C][switch.gpio:076]: GPIO Switch 'nspanel-dev Relay 1'
[11:10:21][C][switch.gpio:099]:   Restore Mode: restore defaults to OFF
[11:10:21][C][switch.gpio:031]:   Pin: GPIO22
[11:10:21][C][switch.gpio:076]: GPIO Switch 'nspanel-dev Relay 2'
[11:10:21][C][switch.gpio:099]:   Restore Mode: restore defaults to OFF
[11:10:21][C][switch.gpio:031]:   Pin: GPIO19
[11:10:22][C][switch.gpio:076]: GPIO Switch 'nspanel-dev Screen Power'
[11:10:22][C][switch.gpio:099]:   Restore Mode: always ON
[11:10:22][C][switch.gpio:031]:   Pin: GPIO4
[11:10:22][C][template.switch:076]: Template Switch 'nspanel-dev Nextion inited'
[11:10:22][C][template.switch:099]:   Restore Mode: restore defaults to OFF
[11:10:22][C][template.switch:059]:   Restore State: NO
[11:10:22][C][template.switch:060]:   Optimistic: YES
[11:10:22][C][template.text_sensor:021]: Template Sensor 'nspanel-dev Uptime Human Readable'
[11:10:22][C][template.text_sensor:021]:   Icon: 'mdi:clock-start'
[11:10:22][C][template.number:050]: Template Number 'nspanel-dev Brightness'
[11:10:22][C][template.number:050]:   Unit of Measurement: '%'
[11:10:22][C][template.number:051]:   Optimistic: NO
[11:10:22][C][template.number:052]:   Update Interval: 60.0s
[11:10:22][C][template.number:050]: Template Number 'nspanel-dev Brightness dimdown'
[11:10:22][C][template.number:050]:   Unit of Measurement: '%'
[11:10:22][C][template.number:051]:   Optimistic: NO
[11:10:22][C][template.number:052]:   Update Interval: 60.0s
[11:10:22][C][gpio.binary_sensor:015]: GPIO Binary Sensor 'nspanel-dev Left Button'
[11:10:22][C][gpio.binary_sensor:016]:   Pin: GPIO14
[11:10:22][C][gpio.binary_sensor:015]: GPIO Binary Sensor 'nspanel-dev Right Button'
[11:10:22][C][gpio.binary_sensor:016]:   Pin: GPIO27
[11:10:22][C][template.switch:076]: Template Switch 'nspanel-dev Alarm screen'
[11:10:22][C][template.switch:099]:   Restore Mode: restore defaults to OFF
[11:10:22][C][template.switch:059]:   Restore State: NO
[11:10:22][C][template.switch:060]:   Optimistic: YES
[11:10:22][C][template.switch:076]: Template Switch 'nspanel-dev Disable dim-down'
[11:10:22][C][template.switch:099]:   Restore Mode: restore defaults to OFF
[11:10:22][C][template.switch:059]:   Restore State: YES
[11:10:22][C][template.switch:060]:   Optimistic: YES
[11:10:22][C][template.switch:076]: Template Switch 'nspanel-dev Disable screensaver'
[11:10:22][C][template.switch:099]:   Restore Mode: restore defaults to OFF
[11:10:22][C][template.switch:059]:   Restore State: YES
[11:10:22][C][template.switch:060]:   Optimistic: YES
[11:10:22][C][template.switch:076]: Template Switch 'nspanel-dev Disable go to home'
[11:10:22][C][template.switch:099]:   Restore Mode: restore defaults to OFF
[11:10:22][C][template.switch:059]:   Restore State: YES
[11:10:22][C][template.switch:060]:   Optimistic: YES
[11:10:22][C][uptime.sensor:031]: Uptime Sensor 'nspanel-dev Uptime Sensor'
[11:10:22][C][uptime.sensor:031]:   Device Class: 'duration'
[11:10:22][C][uptime.sensor:031]:   State Class: 'total_increasing'
[11:10:22][C][uptime.sensor:031]:   Unit of Measurement: 's'
[11:10:22][C][uptime.sensor:031]:   Accuracy Decimals: 0
[11:10:22][C][uptime.sensor:031]:   Icon: 'mdi:timer-outline'
[11:10:22][C][restart.button:017]: Restart Button 'nspanel-dev Restart'
[11:10:22][C][rtttl:018]: Rtttl
[11:10:22][C][adc:087]: ADC Sensor 'ntc_source'
[11:10:22][C][adc:087]:   Device Class: 'voltage'
[11:10:22][C][adc:087]:   State Class: 'measurement'
[11:10:22][C][adc:087]:   Unit of Measurement: 'V'
[11:10:22][C][adc:087]:   Accuracy Decimals: 2
[11:10:22][C][adc:097]:   Pin: GPIO38
[11:10:22][C][adc:112]:  Attenuation: 11db
[11:10:22][C][adc:126]:   Update Interval: 60.0s
[11:10:22][C][version.text_sensor:021]: Version Text Sensor 'nspanel-dev ESPHome Version'
[11:10:22][C][version.text_sensor:021]:   Icon: 'mdi:new-box'
[11:10:23][C][nextion:123]: Nextion:
[11:10:23][C][nextion:124]:   Device Model:     NX4832F035_011C
[11:10:23][C][nextion:125]:   Firmware Version: 69
[11:10:23][C][nextion:126]:   Serial Number:    4765340153B88742
[11:10:23][C][nextion:127]:   Flash Size:       16777216
[11:10:23][C][nextion:128]:   Wake On Touch:    True
[11:10:23][C][homeassistant.time:010]: Home Assistant Time:
[11:10:23][C][homeassistant.time:011]:   Timezone: '<-04>4<-03>,M9.1.6/24,M4.1.6/24'
[11:10:23][C][mdns:103]: mDNS:
[11:10:23][C][mdns:104]:   Hostname: nspanel
[11:10:23][C][ota:093]: Over-The-Air Updates:
[11:10:23][C][ota:094]:   Address: nspanel.local:3232
[11:10:23][C][api:138]: API Server:
[11:10:23][C][api:139]:   Address: nspanel.local:6053
[11:10:23][C][api:143]:   Using noise encryption: NO
[11:10:23][C][wifi_signal.sensor:009]: WiFi Signal 'nspanel-dev WiFi Signal Sensor'
[11:10:23][C][wifi_signal.sensor:009]:   Device Class: 'signal_strength'
[11:10:23][C][wifi_signal.sensor:009]:   State Class: 'measurement'
[11:10:23][C][wifi_signal.sensor:009]:   Unit of Measurement: 'dBm'
[11:10:23][C][wifi_signal.sensor:009]:   Accuracy Decimals: 0
[11:10:23][C][wifi_info:009]: WifiInfo IPAddress 'nspanel-dev IP address'
[11:10:23][C][homeassistant.text_sensor:023]: Homeassistant Text Sensor 'sun_sun'
[11:10:23][C][homeassistant.text_sensor:024]:   Entity ID: 'sun.sun'
[11:10:23][C][homeassistant.sensor:030]: Homeassistant Sensor 'current_temperature'
[11:10:23][C][homeassistant.sensor:030]:   State Class: ''
[11:10:23][C][homeassistant.sensor:030]:   Unit of Measurement: ''
[11:10:23][C][homeassistant.sensor:030]:   Accuracy Decimals: 1
[11:10:23][C][homeassistant.sensor:031]:   Entity ID: 'weather.home'
[11:10:23][C][homeassistant.sensor:033]:   Attribute: 'temperature'
[11:10:23][C][homeassistant.sensor:030]: Homeassistant Sensor 'temp_feelslike'
[11:10:23][C][homeassistant.sensor:030]:   State Class: ''
[11:10:23][C][homeassistant.sensor:030]:   Unit of Measurement: ''
[11:10:23][C][homeassistant.sensor:030]:   Accuracy Decimals: 1
[11:10:23][C][homeassistant.sensor:031]:   Entity ID: 'sensor.openweathermap_feels_like_temperature'
[11:10:23][C][homeassistant.text_sensor:023]: Homeassistant Text Sensor 'music_artist'
[11:10:23][C][homeassistant.text_sensor:024]:   Entity ID: 'media_player.nesthub44af'
[11:10:23][C][homeassistant.text_sensor:026]:   Attribute: 'media_artist'
[11:10:23][C][homeassistant.text_sensor:023]: Homeassistant Text Sensor 'music_title'
[11:10:23][C][homeassistant.text_sensor:024]:   Entity ID: 'media_player.nesthub44af'
[11:10:23][C][homeassistant.text_sensor:026]:   Attribute: 'media_title'
[11:10:23][C][homeassistant.text_sensor:023]: Homeassistant Text Sensor 'weather_symbol'
[11:10:23][C][homeassistant.text_sensor:024]:   Entity ID: 'weather.home'
[11:10:23][C][homeassistant.text_sensor:023]: Homeassistant Text Sensor 'weather_symbol_0'
[11:10:23][C][homeassistant.text_sensor:024]:   Entity ID: 'sensor.forecast_0'
[11:10:23][C][homeassistant.text_sensor:023]: Homeassistant Text Sensor 'f_t_max_0'
[11:10:23][C][homeassistant.text_sensor:024]:   Entity ID: 'sensor.forecast_0'
[11:10:23][C][homeassistant.text_sensor:026]:   Attribute: 'temperature'
[11:10:23][C][homeassistant.text_sensor:023]: Homeassistant Text Sensor 'f_t_min_0'
[11:10:23][C][homeassistant.text_sensor:024]:   Entity ID: 'sensor.forecast_0'
[11:10:23][C][homeassistant.text_sensor:026]:   Attribute: 'templow'
[11:10:23][C][homeassistant.text_sensor:023]: Homeassistant Text Sensor 'day_0'
[11:10:23][C][homeassistant.text_sensor:024]:   Entity ID: 'sensor.forecast_0'
[11:10:23][C][homeassistant.text_sensor:026]:   Attribute: 'day'
[11:10:24][C][homeassistant.text_sensor:023]: Homeassistant Text Sensor 'weather_symbol_1'
[11:10:24][C][homeassistant.text_sensor:024]:   Entity ID: 'sensor.forecast_1'
[11:10:24][C][homeassistant.text_sensor:023]: Homeassistant Text Sensor 'f_t_max_1'
[11:10:24][C][homeassistant.text_sensor:024]:   Entity ID: 'sensor.forecast_1'
[11:10:24][C][homeassistant.text_sensor:026]:   Attribute: 'temperature'
[11:10:24][C][homeassistant.text_sensor:023]: Homeassistant Text Sensor 'f_t_min_1'
[11:10:24][C][homeassistant.text_sensor:024]:   Entity ID: 'sensor.forecast_1'
[11:10:24][C][homeassistant.text_sensor:026]:   Attribute: 'templow'
[11:10:24][C][homeassistant.text_sensor:023]: Homeassistant Text Sensor 'day_1'
[11:10:24][C][homeassistant.text_sensor:024]:   Entity ID: 'sensor.forecast_1'
[11:10:24][C][homeassistant.text_sensor:026]:   Attribute: 'day'
[11:10:24][C][homeassistant.text_sensor:023]: Homeassistant Text Sensor 'weather_symbol_2'
[11:10:24][C][homeassistant.text_sensor:024]:   Entity ID: 'sensor.forecast_2'
[11:10:24][C][homeassistant.text_sensor:023]: Homeassistant Text Sensor 'f_t_max_2'
[11:10:24][C][homeassistant.text_sensor:024]:   Entity ID: 'sensor.forecast_2'
[11:10:24][C][homeassistant.text_sensor:026]:   Attribute: 'temperature'
[11:10:24][C][homeassistant.text_sensor:023]: Homeassistant Text Sensor 'f_t_min_2'
[11:10:24][C][homeassistant.text_sensor:024]:   Entity ID: 'sensor.forecast_2'
[11:10:24][C][homeassistant.text_sensor:026]:   Attribute: 'templow'
[11:10:24][C][homeassistant.text_sensor:023]: Homeassistant Text Sensor 'day_2'
[11:10:24][C][homeassistant.text_sensor:024]:   Entity ID: 'sensor.forecast_2'
[11:10:24][C][homeassistant.text_sensor:026]:   Attribute: 'day'
[11:10:24][C][homeassistant.text_sensor:023]: Homeassistant Text Sensor 'weather_symbol_3'
[11:10:24][C][homeassistant.text_sensor:024]:   Entity ID: 'sensor.forecast_3'
[11:10:24][C][homeassistant.text_sensor:023]: Homeassistant Text Sensor 'f_t_max_3'
[11:10:24][C][homeassistant.text_sensor:024]:   Entity ID: 'sensor.forecast_3'
[11:10:24][C][homeassistant.text_sensor:026]:   Attribute: 'temperature'
[11:10:24][C][homeassistant.text_sensor:023]: Homeassistant Text Sensor 'f_t_min_3'
[11:10:24][C][homeassistant.text_sensor:024]:   Entity ID: 'sensor.forecast_3'
[11:10:24][C][homeassistant.text_sensor:026]:   Attribute: 'templow'
[11:10:24][C][homeassistant.text_sensor:023]: Homeassistant Text Sensor 'day_3'
[11:10:24][C][homeassistant.text_sensor:024]:   Entity ID: 'sensor.forecast_3'
[11:10:24][C][homeassistant.text_sensor:026]:   Attribute: 'day'
[11:10:24][C][homeassistant.text_sensor:023]: Homeassistant Text Sensor 'wonka'
[11:10:24][C][homeassistant.text_sensor:024]:   Entity ID: 'light.switch_pasillo_entrada_right'
[11:10:24][C][homeassistant.text_sensor:023]: Homeassistant Text Sensor 'wonka_name'
[11:10:24][C][homeassistant.text_sensor:024]:   Entity ID: 'light.switch_pasillo_entrada_right'
[11:10:24][C][homeassistant.text_sensor:026]:   Attribute: 'friendly_name'
[11:10:24][C][homeassistant.text_sensor:023]: Homeassistant Text Sensor 'orlando'
[11:10:24][C][homeassistant.text_sensor:024]:   Entity ID: 'light.tira_led_entrada'
[11:10:24][C][homeassistant.text_sensor:023]: Homeassistant Text Sensor 'orlando_name'
[11:10:24][C][homeassistant.text_sensor:024]:   Entity ID: 'light.tira_led_entrada'
[11:10:24][C][homeassistant.text_sensor:026]:   Attribute: 'friendly_name'
[11:10:24][C][homeassistant.text_sensor:023]: Homeassistant Text Sensor 'couch'
[11:10:24][C][homeassistant.text_sensor:024]:   Entity ID: 'switch.couch_lamp_plug'
[11:10:24][C][homeassistant.text_sensor:023]: Homeassistant Text Sensor 'couch_name'
[11:10:24][C][homeassistant.text_sensor:024]:   Entity ID: 'switch.couch_lamp_plug'
[11:10:24][C][homeassistant.text_sensor:026]:   Attribute: 'friendly_name'
[11:10:24][C][homeassistant.text_sensor:023]: Homeassistant Text Sensor 'dinning'
[11:10:24][C][homeassistant.text_sensor:024]:   Entity ID: 'switch.dinning_lights'
[11:10:24][C][homeassistant.text_sensor:023]: Homeassistant Text Sensor 'dinning_name'
[11:10:24][C][homeassistant.text_sensor:024]:   Entity ID: 'switch.dinning_lights'
[11:10:24][C][homeassistant.text_sensor:026]:   Attribute: 'friendly_name'
[11:10:24][C][homeassistant.text_sensor:023]: Homeassistant Text Sensor 'entrance'
[11:10:24][C][homeassistant.text_sensor:024]:   Entity ID: 'switch.entrance_lights'
[11:10:24][C][homeassistant.text_sensor:023]: Homeassistant Text Sensor 'entrance_name'
[11:10:24][C][homeassistant.text_sensor:024]:   Entity ID: 'switch.entrance_lights'
[11:10:24][C][homeassistant.text_sensor:026]:   Attribute: 'friendly_name'
[11:10:24][C][homeassistant.text_sensor:023]: Homeassistant Text Sensor 'garage'
[11:10:24][C][homeassistant.text_sensor:024]:   Entity ID: 'switch.garage_lights'
[11:10:24][C][homeassistant.text_sensor:023]: Homeassistant Text Sensor 'garage_name'
[11:10:24][C][homeassistant.text_sensor:024]:   Entity ID: 'switch.garage_lights'
[11:10:24][C][homeassistant.text_sensor:026]:   Attribute: 'friendly_name'
[11:10:24][C][homeassistant.text_sensor:023]: Homeassistant Text Sensor 'trash'
[11:10:24][C][homeassistant.text_sensor:024]:   Entity ID: 'switch.trash_light'
[11:10:24][C][homeassistant.text_sensor:023]: Homeassistant Text Sensor 'trash_name'
[11:10:24][C][homeassistant.text_sensor:024]:   Entity ID: 'switch.trash_light'
[11:10:24][C][homeassistant.text_sensor:026]:   Attribute: 'friendly_name'
[11:10:24][C][homeassistant.text_sensor:023]: Homeassistant Text Sensor 'patio'
[11:10:24][C][homeassistant.text_sensor:024]:   Entity ID: 'switch.patio_lights'
[11:10:24][C][homeassistant.text_sensor:023]: Homeassistant Text Sensor 'patio_name'
[11:10:24][C][homeassistant.text_sensor:024]:   Entity ID: 'switch.patio_lights'
[11:10:24][C][homeassistant.text_sensor:026]:   Attribute: 'friendly_name'
[11:10:24][C][homeassistant.text_sensor:023]: Homeassistant Text Sensor 'lrfan'
[11:10:24][C][homeassistant.text_sensor:024]:   Entity ID: 'switch.switch_garage_door_trigger'
[11:10:24][C][homeassistant.text_sensor:023]: Homeassistant Text Sensor 'lrfan_name'
[11:10:25][C][homeassistant.text_sensor:024]:   Entity ID: 'switch.switch_garage_door_trigger'
[11:10:25][C][homeassistant.text_sensor:026]:   Attribute: 'friendly_name'
[11:10:26][D][main:1331]: hora_HA 18.000000, minutos_HA 10.000000
[11:10:36][D][main:1331]: hora_HA 18.000000, minutos_HA 10.000000
[11:10:46][D][main:1331]: hora_HA 18.000000, minutos_HA 10.000000
[11:10:56][D][main:1331]: hora_HA 18.000000, minutos_HA 10.000000
[11:11:06][D][main:1331]: hora_HA 18.000000, minutos_HA 11.000000
[11:11:16][D][main:1331]: hora_HA 18.000000, minutos_HA 11.000000

and here is the testboard:

Logs test-board.yaml
INFO Reading configuration /config/esphome/test-board.yaml...
INFO Detected timezone 'America/Santiago'
INFO Starting log output from test-board.local using esphome API
INFO Successfully connected to test-board.local
[11:10:24][I][app:102]: ESPHome version 2022.12.8 compiled on Jan 30 2023, 09:47:30
[11:10:25][C][wifi:504]: WiFi:
[11:10:25][C][wifi:362]:   Local MAC: E8:9F:6D:93:2C:56
[11:10:25][C][wifi:363]:   SSID: [redacted]
[11:10:25][C][wifi:364]:   IP Address: 192.168.1.180
[11:10:25][C][wifi:365]:   BSSID: [redacted]
[11:10:25][C][wifi:367]:   Hostname: 'test-board'
[11:10:25][C][wifi:369]:   Signal strength: -55 dB ▂▄▆█
[11:10:25][C][wifi:373]:   Channel: 11
[11:10:25][C][wifi:374]:   Subnet: 255.255.255.0
[11:10:25][C][wifi:375]:   Gateway: 192.168.1.1
[11:10:25][C][wifi:376]:   DNS1: 200.28.4.130
[11:10:25][C][wifi:377]:   DNS2: 200.28.4.129
[11:10:25][C][logger:293]: Logger:
[11:10:25][C][logger:294]:   Level: DEBUG
[11:10:25][C][logger:295]:   Log Baud Rate: 115200
[11:10:25][C][logger:296]:   Hardware UART: UART0
[11:10:25][C][switch.gpio:076]: GPIO Switch 'test Relay 1'
[11:10:25][C][switch.gpio:098]:   Restore Mode: restore defaults to OFF
[11:10:25][C][switch.gpio:031]:   Pin: GPIO16
[11:10:25][C][switch.gpio:076]: GPIO Switch 'test Relay 2'
[11:10:25][C][switch.gpio:098]:   Restore Mode: restore defaults to OFF
[11:10:25][C][switch.gpio:031]:   Pin: GPIO14
[11:10:25][C][switch.gpio:076]: GPIO Switch 'test Relay 3'
[11:10:25][C][switch.gpio:098]:   Restore Mode: restore defaults to OFF
[11:10:25][C][switch.gpio:031]:   Pin: GPIO12
[11:10:25][C][switch.gpio:076]: GPIO Switch 'test Relay 4'
[11:10:25][C][switch.gpio:098]:   Restore Mode: restore defaults to OFF
[11:10:25][C][switch.gpio:031]:   Pin: GPIO13
[11:10:25][C][switch.gpio:076]: GPIO Switch 'test Relay 5'
[11:10:25][C][switch.gpio:098]:   Restore Mode: restore defaults to OFF
[11:10:25][C][switch.gpio:031]:   Pin: GPIO15
[11:10:25][C][switch.gpio:076]: GPIO Switch 'test Relay 6'
[11:10:25][C][switch.gpio:098]:   Restore Mode: restore defaults to OFF
[11:10:25][C][switch.gpio:031]:   Pin: GPIO0
[11:10:25][C][switch.gpio:076]: GPIO Switch 'test Relay 7'
[11:10:25][C][switch.gpio:098]:   Restore Mode: restore defaults to OFF
[11:10:25][C][switch.gpio:031]:   Pin: GPIO4
[11:10:25][C][switch.gpio:076]: GPIO Switch 'test Relay 8'
[11:10:25][C][switch.gpio:098]:   Restore Mode: restore defaults to OFF
[11:10:25][C][switch.gpio:031]:   Pin: GPIO5
[11:10:25][C][uptime.sensor:031]: Uptime Sensor 'Uptime Sensor_sc'
[11:10:25][C][uptime.sensor:031]:   Device Class: 'duration'
[11:10:25][C][uptime.sensor:031]:   State Class: 'total_increasing'
[11:10:25][C][uptime.sensor:031]:   Unit of Measurement: 's'
[11:10:25][C][uptime.sensor:031]:   Accuracy Decimals: 0
[11:10:25][C][uptime.sensor:031]:   Icon: 'mdi:timer-outline'
[11:10:25][C][restart:076]: Restart Switch 'Restart Radiadores Valvula'
[11:10:25][C][restart:078]:   Icon: 'mdi:restart'
[11:10:25][C][restart:098]:   Restore Mode: restore defaults to OFF
[11:10:25][C][homeassistant.time:010]: Home Assistant Time:
[11:10:25][C][homeassistant.time:011]:   Timezone: '<-04>4<-03>,M9.1.6/24,M4.1.6/24'
[11:10:25][C][captive_portal:088]: Captive Portal:
[11:10:25][C][mdns:103]: mDNS:
[11:10:25][C][mdns:104]:   Hostname: test-board
[11:10:25][C][ota:093]: Over-The-Air Updates:
[11:10:25][C][ota:094]:   Address: test-board.local:8266
[11:10:25][C][ota:097]:   Using Password.
[11:10:25][C][api:138]: API Server:
[11:10:25][C][api:139]:   Address: test-board.local:6053
[11:10:25][C][api:141]:   Using noise encryption: YES
[11:10:25][C][wifi_signal.sensor:009]: WiFi Signal 'WiFi_sc'
[11:10:25][C][wifi_signal.sensor:009]:   Device Class: 'signal_strength'
[11:10:25][C][wifi_signal.sensor:009]:   State Class: 'measurement'
[11:10:25][C][wifi_signal.sensor:009]:   Unit of Measurement: 'dBm'
[11:10:25][C][wifi_signal.sensor:009]:   Accuracy Decimals: 0
[11:10:33][D][main:102]: hora_HA 11.000000, minutos_HA 10.000000
[11:10:40][D][sensor:126]: 'Uptime Sensor_sc': Sending state 4974.28613 s with 0 decimals of accuracy
[11:10:43][D][main:102]: hora_HA 11.000000, minutos_HA 10.000000
[11:10:44][D][sensor:126]: 'WiFi_sc': Sending state -50.00000 dBm with 0 decimals of accuracy
[11:10:53][D][main:102]: hora_HA 11.000000, minutos_HA 10.000000
[11:11:03][D][main:102]: hora_HA 11.000000, minutos_HA 11.000000
[11:11:13][D][main:102]: hora_HA 11.000000, minutos_HA 11.000000
[11:11:23][D][main:102]: hora_HA 11.000000, minutos_HA 11.000000
[11:11:33][D][main:102]: hora_HA 11.000000, minutos_HA 11.000000

As you can see the local time in the nspanel is 18:10, and in the testboard is 11:10 witch is the correct one.

Im going crazy about it… any suggestion?