Blackymas / NSPanel_HA_Blueprint

This allows you to configure your complete NSPanel via Blueprint with UI and without changing anything in the code
1.43k stars 259 forks source link

`Bug` cannot upload at 921600 #1793

Closed Doughboy68 closed 8 months ago

Doughboy68 commented 8 months ago

TFT Version

4.2.5

ESPHome Version

4.2.5

Blueprint Version

4.2.5

Panel Model

US

What is the bug?

TFT Upload only 115200

Steps to Reproduce

No response

Your Panel's YAML

No response

ESPHome Logs

No response

Home Assistant Logs

No response

Doughboy68 commented 8 months ago

I am using esp-idf on all my panesl. I updated 5 panels, and none of them uploaded new TFT at 921600. All were at slower 115200. After doing one and noticing this, I enabled the new Update TFT display - Baud rate entity and confirmed it was 921600 before updating tft. I have had no issues at 921600 in the past, but this latest update seems to not work as reliable and I ran into various issues updating in general, panels taking an unusual long time to boot up and several attempts at tft updates.

I tried re-uploading TFT afterwards on a panel that had all components updaated to 4.2.5 and still did it at 115200.

edwardtfn commented 8 months ago

Could you please share the logs of one of these tries to upload at 921600bps?

Doughboy68 commented 8 months ago

Ok this is strange, just before I went to work this morning my nspanel03 I tried updating TFT and it was at 115200. I just tried again remotely from work and appears to be 921600.

Could this have been a mismatch with versions (eg. 921600 did not work with 4.2.5 ESPHome and older 4.2.4 TFT), and also maybe panel had to reboot after updating in order to reset to 921600 default?

Here are logs anyways of one I just did which appears to have done 921600...

INFO ESPHome 2023.12.9 INFO Reading configuration /config/esphome/nspanel03.yaml... INFO Detected timezone 'America/Vancouver' INFO Starting log output from 192.168.30.145 using esphome API INFO Successfully connected to nspanel03 @ 192.168.30.145 in 0.116s INFO Successful handshake with nspanel03 @ 192.168.30.145 in 0.037s [09:31:53][I][app:102]: ESPHome version 2023.12.9 compiled on Feb 13 2024, 00:32:26

[09:31:53][C][wifi:405]: Local MAC: C0:49:EF:D1:A2:9C [09:31:53][C][wifi:410]: SSID: 'iot'[redacted] [09:31:53][C][wifi:411]: IP Address: 192.168.30.145 [09:31:53][C][wifi:413]: BSSID: 82:45:58:CF:CB:2B[redacted]

[09:31:53][C][wifi:416]: Signal strength: -64 dB ▂▄▆█ [09:31:53][C][wifi:420]: Channel: 6 [09:31:53][C][wifi:421]: Subnet: 255.255.255.0 [09:31:53][C][wifi:422]: Gateway: 192.168.30.1 [09:31:53][C][wifi:423]: DNS1: 192.168.30.1 [09:31:53][C][wifi:424]: DNS2: 0.0.0.0

[09:31:53][C][logger:440]: Level: DEBUG [09:31:53][C][logger:441]: Log Baud Rate: 0 [09:31:53][C][logger:443]: Hardware UART: UART0 [09:31:53][C][uart.idf:139]: UART Bus 0: [09:31:53][C][uart.idf:140]: TX Pin: GPIO16 [09:31:53][C][uart.idf:141]: RX Pin: GPIO17 [09:31:53][C][uart.idf:143]: RX Buffer Size: 256 [09:31:53][C][uart.idf:145]: Baud Rate: 115200 baud [09:31:53][C][uart.idf:146]: Data Bits: 8 [09:31:53][C][uart.idf:147]: Parity: NONE [09:31:53][C][uart.idf:148]: Stop bits: 1 [09:31:53][C][ledc.output:164]: LEDC Output: [09:31:53][C][ledc.output:165]: Pin GPIO21 [09:31:53][C][ledc.output:166]: LEDC Channel: 0 [09:31:53][C][ledc.output:167]: PWM Frequency: 1000.0 Hz [09:31:53][C][ledc.output:168]: Bit depth: 16 [09:31:54][C][template.binary_sensor:028]: Template Binary Sensor 'Nextion display' [09:31:54][C][template.binary_sensor:028]: Device Class: 'connectivity' [09:31:54][C][template.number:050]: Template Number 'Display Brightness' [09:31:54][C][template.number:050]: Unit of Measurement: '%' [09:31:54][C][template.number:051]: Optimistic: YES [09:31:54][C][template.number:052]: Update Interval: 60.0s [09:31:54][C][template.number:050]: Template Number 'Display Brightness Dimdown' [09:31:54][C][template.number:050]: Unit of Measurement: '%' [09:31:54][C][template.number:051]: Optimistic: YES [09:31:54][C][template.number:052]: Update Interval: 60.0s [09:31:54][C][template.number:050]: Template Number 'Display Brightness Sleep' [09:31:54][C][template.number:050]: Unit of Measurement: '%' [09:31:54][C][template.number:051]: Optimistic: YES [09:31:54][C][template.number:052]: Update Interval: 60.0s [09:31:54][C][template.number:050]: Template Number 'Temperature Correction' [09:31:54][C][template.number:050]: Unit of Measurement: '°C' [09:31:54][C][template.number:051]: Optimistic: YES [09:31:54][C][template.number:052]: Update Interval: 60.0s [09:31:54][C][template.number:050]: Template Number 'Timeout Page'

[09:31:54][C][template.number:050]: Unit of Measurement: 's' [09:31:54][C][template.number:051]: Optimistic: YES [09:31:54][C][template.number:052]: Update Interval: 60.0s [09:31:54][C][template.number:050]: Template Number 'Timeout Dimming'

[09:31:54][C][template.number:050]: Unit of Measurement: 's' [09:31:54][C][template.number:051]: Optimistic: YES [09:31:54][C][template.number:052]: Update Interval: 60.0s [09:31:54][C][template.number:050]: Template Number 'Timeout Sleep'

[09:31:54][C][template.number:050]: Unit of Measurement: 's' [09:31:54][C][template.number:051]: Optimistic: YES [09:31:54][C][template.number:052]: Update Interval: 60.0s [09:31:54][C][template.select:065]: Template Select 'Baud rate'

[09:31:54][C][template.select:066]: Update Interval: 60.0s [09:31:54][C][template.select:069]: Optimistic: YES [09:31:54][C][template.select:070]: Initial Option: 115200 [09:31:54][C][template.select:071]: Restore Value: YES [09:31:54][C][template.select:065]: Template Select 'Wake-up page'

[09:31:54][C][template.select:066]: Update Interval: 60.0s [09:31:54][C][template.select:069]: Optimistic: YES [09:31:54][C][template.select:070]: Initial Option: home [09:31:54][C][template.select:071]: Restore Value: YES [09:31:54][C][template.select:065]: Template Select 'Update TFT display - Model'

[09:31:54][C][template.select:066]: Update Interval: 60.0s [09:31:54][C][template.select:069]: Optimistic: YES [09:31:54][C][template.select:070]: Initial Option: Use nextion_update_url [09:31:54][C][template.select:071]: Restore Value: YES [09:31:54][C][template.select:065]: Template Select 'Update TFT display - Baud rate'

[09:31:54][C][template.select:066]: Update Interval: 60.0s [09:31:54][C][template.select:069]: Optimistic: YES [09:31:54][C][template.select:070]: Initial Option: 921600 [09:31:54][C][template.select:071]: Restore Value: YES [09:31:54][C][template.sensor:022]: Template Sensor 'Blueprint' [09:31:54][C][template.sensor:022]: State Class: '' [09:31:54][C][template.sensor:022]: Unit of Measurement: '%' [09:31:54][C][template.sensor:022]: Accuracy Decimals: 1

[09:31:54][C][template.sensor:023]: Update Interval: 60.0s [09:31:54][C][template.text_sensor:020]: Template Sensor 'Detailed Entity'

[09:31:54][C][template.text_sensor:020]: Template Sensor 'Current page'

[09:31:54][C][template.text_sensor:020]: Template Sensor 'Notification Label' [09:31:54][C][template.text_sensor:020]: Template Sensor 'Notification Text' [09:31:54][C][template.text_sensor:020]: Template Sensor 'Version Blueprint'

[09:31:54][C][template.text_sensor:020]: Template Sensor 'Version ESPHome'

[09:31:54][C][switch.gpio:068]: GPIO Switch 'Relay 1' [09:31:54][C][switch.gpio:091]: Restore Mode: restore defaults to OFF [09:31:54][C][switch.gpio:031]: Pin: GPIO22 [09:31:54][C][switch.gpio:068]: GPIO Switch 'Relay 2' [09:31:54][C][switch.gpio:091]: Restore Mode: restore defaults to OFF [09:31:54][C][switch.gpio:031]: Pin: GPIO19 [09:31:54][C][gpio.binary_sensor:015]: GPIO Binary Sensor 'Left Button' [09:31:54][C][gpio.binary_sensor:016]: Pin: GPIO14 [09:31:55][C][gpio.binary_sensor:015]: GPIO Binary Sensor 'Right Button' [09:31:55][C][gpio.binary_sensor:016]: Pin: GPIO27 [09:31:55][C][switch.gpio:068]: GPIO Switch 'Nextion display - Power' [09:31:55][C][switch.gpio:091]: Restore Mode: always ON [09:31:55][C][switch.gpio:031]: Pin: GPIO4 [09:31:55][C][template.switch:068]: Template Switch 'Notification sound' [09:31:55][C][template.switch:091]: Restore Mode: restore defaults to OFF [09:31:55][C][template.switch:057]: Optimistic: YES [09:31:55][C][template.switch:068]: Template Switch 'Relay 1 Local' [09:31:55][C][template.switch:091]: Restore Mode: restore defaults to OFF [09:31:55][C][template.switch:057]: Optimistic: YES [09:31:55][C][template.switch:068]: Template Switch 'Relay 2 Local' [09:31:55][C][template.switch:091]: Restore Mode: restore defaults to OFF [09:31:55][C][template.switch:057]: Optimistic: YES [09:31:55][C][template.switch:068]: Template Switch 'Notification unread' [09:31:55][C][template.switch:091]: Restore Mode: always OFF [09:31:55][C][template.switch:057]: Optimistic: YES

[09:31:55][C][nextion:129]: Device Model: NX4832F035_011C [09:31:55][C][nextion:130]: Firmware Version: 72 [09:31:55][C][nextion:131]: Serial Number: 4F8C3401F5D1EF38 [09:31:55][C][nextion:132]: Flash Size: 16777216 [09:31:55][C][nextion:133]: Wake On Touch: YES [09:31:55][C][nextion:134]: Exit reparse: YES [09:31:55][C][factory_reset.button:011]: Factory Reset Button 'Factory reset'

[09:31:55][C][restart.button:017]: Restart Button 'Restart' [09:31:55][C][adc:097]: ADC Sensor 'ntc_source' [09:31:55][C][adc:097]: Device Class: 'voltage' [09:31:55][C][adc:097]: State Class: 'measurement' [09:31:55][C][adc:097]: Unit of Measurement: 'V' [09:31:55][C][adc:097]: Accuracy Decimals: 2 [09:31:55][C][adc:107]: Pin: GPIO38 [09:31:55][C][adc:122]: Attenuation: 11db [09:31:55][C][adc:142]: Update Interval: 60.0s [09:31:55][C][resistance:010]: Resistance Sensor 'resistance_sensor' [09:31:55][C][resistance:010]: State Class: 'measurement' [09:31:55][C][resistance:010]: Unit of Measurement: 'Ω' [09:31:55][C][resistance:010]: Accuracy Decimals: 1

[09:31:55][C][resistance:011]: Configuration: DOWNSTREAM [09:31:55][C][resistance:012]: Resistor: 11200.00Ω [09:31:55][C][resistance:013]: Reference Voltage: 3.3V [09:31:55][C][ntc:014]: NTC Sensor 'Temperature' [09:31:55][C][ntc:014]: Device Class: 'temperature' [09:31:55][C][ntc:014]: State Class: 'measurement' [09:31:55][C][ntc:014]: Unit of Measurement: '°C' [09:31:55][C][ntc:014]: Accuracy Decimals: 1 [09:31:55][D][sensor:094]: 'ntc_source': Sending state 1.73900 V with 2 decimals of accuracy [09:31:55][D][resistance:039]: 'resistance_sensor' - Resistance 12477.1Ω [09:31:55][D][sensor:094]: 'resistance_sensor': Sending state 12477.12891 Ω with 1 decimals of accuracy [09:31:55][D][ntc:026]: 'Temperature' - Temperature: 20.1°C [09:31:55][D][sensor:094]: 'Temperature': Sending state 20.10127 °C with 1 decimals of accuracy [09:31:55][C][homeassistant.time:010]: Home Assistant Time:

[09:31:55][C][status:034]: Status Binary Sensor 'Status' [09:31:55][C][status:034]: Device Class: 'connectivity'

[09:31:57][C][mdns:116]: Hostname: nspanel03 [09:31:57][C][ota:097]: Over-The-Air Updates: [09:31:57][C][ota:098]: Address: nspanel03.local:3232 [09:31:57][C][ota:101]: Using Password. [09:31:57][C][api:139]: API Server: [09:31:57][C][api:140]: Address: nspanel03.local:6053 [09:31:57][C][api:144]: Using noise encryption: NO [09:31:57][C][wifi_signal.sensor:009]: WiFi Signal 'RSSI' [09:31:57][C][wifi_signal.sensor:009]: Device Class: 'signal_strength' [09:31:57][C][wifi_signal.sensor:009]: State Class: 'measurement' [09:31:57][C][wifi_signal.sensor:009]: Unit of Measurement: 'dBm' [09:31:57][C][wifi_signal.sensor:009]: Accuracy Decimals: 0

[09:31:58][D][text_sensor:064]: 'Version ESPHome': Sending state '4.2.5' [09:31:58][D][text_sensor.version_esphome:1773]: ESPHome version: 4.2.5

[09:31:58][D][script.check_versions:1851]: ESPHome: 4.2.5 [09:31:58][D][script.check_versions:1852]: TFT: 4.2.5 [09:31:58][D][script.check_versions:1854]: Blueprint: 4.2.5 [09:32:08][I][addon_upload_tft.script.report_settings:141]: TFT URL: http://192.168.10.109:8123/local/nspanel_us.tft

[09:32:08][I][addon_upload_tft.script.report_settings:143]: nextion_update_url: http://192.168.10.109:8123/local/nspanel_us.tft [09:32:08][I][addon_upload_tft.script.report_settings:144]: nextion_update_base_url: https://raw.githubusercontent.com/Blackymas/NSPanel_HA_Blueprint/ [09:32:08][I][addon_upload_tft.script.report_settings:145]: TFT upload baud rate: 921600 bps [09:32:08][D][button:010]: 'Update TFT display' Pressed. [09:32:08][D][addon_upload_tft.button.tft_update.on_press:065]: Update TFT display button pressed

[09:32:08][D][script.nextion_status:2053]: Nextion status: [09:32:08][D][script.nextion_status:2054]: Is detected: YES [09:32:08][D][script.nextion_status:2055]: Is setup: YES [09:32:08][D][script.nextion_status:2056]: Queue size: 0 [09:32:08][D][addon_upload_tft.script.upload_tft:231]: Starting the upload script [09:32:08][D][addon_upload_tft.script.upload_tft:232]: Valid TFT: YES [09:32:08][D][addon_upload_tft.script.upload_tft:233]: Current baud rate: 115200 bps [09:32:08][D][addon_upload_tft.script.upload_tft:234]: Target upload baud rate: 921600 bps [09:32:08][D][addon_upload_tft.script.upload_tft:235]: Upload URL: http://192.168.10.109:8123/local/nspanel_us.tft [09:32:09][D][nextion:464]: Got new page: 0 [09:32:09][D][display.disp1.on_page:751]: Page changed ignored as a TFT upload is in progress [09:32:10][D][addon_upload_tft.script.open_upload_dialog:125]: Showing upload dialog page [09:32:10][D][nextion:464]: Got new page: 26 [09:32:10][D][display.disp1.on_page:751]: Page changed ignored as a TFT upload is in progress [09:32:10][W][nextion:362]: Nextion reported component ID or name invalid! [09:32:10][W][nextion:362]: Nextion reported component ID or name invalid! [09:32:10][D][sensor:094]: 'Page Id': Sending state 26.00000 with 0 decimals of accuracy [09:32:10][D][sensor.page_id:1439]: New page Id: 26 [09:32:10][D][sensor.page_id:1441]: Skipping actions as a TFT upload is in progress [09:32:10][D][sensor:094]: 'Page Id': Sending state 26.00000 with 0 decimals of accuracy [09:32:10][D][sensor.page_id:1439]: New page Id: 26 [09:32:10][D][sensor.page_id:1441]: Skipping actions as a TFT upload is in progress [09:32:11][D][addon_upload_tft.script.report_upload_progress:154]: Set Nextion unavailable for blueprint calls [09:32:11][D][binary_sensor:036]: 'Nextion display': Sending state OFF [09:32:11][D][addon_upload_tft.script.report_upload_progress:154]: Stopping other scripts [09:32:11][D][script.stop_all:2911]: Stopping scripts...

[09:32:12][D][script.nextion_status:2053]: Nextion status: [09:32:12][D][script.nextion_status:2054]: Is detected: YES [09:32:12][D][script.nextion_status:2055]: Is setup: YES [09:32:12][D][script.nextion_status:2056]: Queue size: 0 [09:32:12][D][addon_upload_tft.script.report_upload_progress:154]: Setting baud rate [09:32:12][D][script.set_baud_rate:2572]: Baud rate changing from 115200 to 921600 bps [09:32:12][D][script.set_baud_rate:2573]: Flush UART [09:32:12][D][script.set_baud_rate:2580]: Sending instruction 'baud=921600' to Nextion [09:32:12][D][script.set_baud_rate:2582]: Flush UART [09:32:12][D][script.set_baud_rate:2589]: Set ESPHome new baud rate to 921600 bps [09:32:12][C][uart.idf:133]: UART 0 was reloaded. [09:32:12][C][uart.idf:139]: UART Bus 0: [09:32:12][C][uart.idf:140]: TX Pin: GPIO16 [09:32:12][C][uart.idf:141]: RX Pin: GPIO17 [09:32:12][C][uart.idf:143]: RX Buffer Size: 256 [09:32:12][C][uart.idf:145]: Baud Rate: 921600 baud [09:32:12][C][uart.idf:146]: Data Bits: 8 [09:32:12][C][uart.idf:147]: Parity: NONE [09:32:12][C][uart.idf:148]: Stop bits: 1 [09:32:12][D][script.set_baud_rate:2592]: Current baud rate: 921600 bps [09:32:14][D][main:377]: Attempting to upload TFT [09:32:14][D][addon_upload_tft.script.report_upload_progress:154]: Attempt #1 at 921600 bps [09:32:15][D][addon_upload_tft.script.nextion_upload:107]: Waiting for empty UART and Nextion queues [09:32:27][D][addon_upload_tft.script.nextion_upload:116]: Starting TFT upload... [09:32:27][D][nextion.upload.idf:275]: Nextion TFT upload requested [09:32:27][D][nextion.upload.idf:276]: Exit reparse: NO [09:32:27][D][nextion.upload.idf:277]: URL: http://192.168.10.109:8123/local/nspanel_us.tft [09:32:27][D][nextion.upload.idf:298]: Baud rate: 921600 [09:32:27][D][nextion.upload.idf:411]: TFT file size: 7421460 bytes [09:32:27][D][nextion.upload.idf:428]: Uploading Nextion [09:32:27][D][nextion.upload.idf:468]: Upgrade response is [05] - 1 byte(s) [09:32:27][D][nextion.upload.idf:495]: Uploading TFT to Nextion: [09:32:27][D][nextion.upload.idf:496]: URL: http://192.168.10.109:8123/local/nspanel_us.tft [09:32:27][D][nextion.upload.idf:497]: File size: 7421460 bytes [09:32:27][D][nextion.upload.idf:498]: Free heap: 140528 [09:32:27][D][nextion.upload.idf:144]: Range start: 0 [09:32:27][D][esp-idf:000]: I (5544668) HTTP_CLIENT: Body received in fetch header state, 0x3ffdcfcf, 101

[09:32:32][D][nextion.upload.idf:238]: Uploaded 0.06 %, remaining 7417364 bytes, free heap: 143120 bytes [09:32:32][D][nextion.upload.idf:242]: recv_string [08.00.00.62.00 (5)] [09:32:32][I][nextion.upload.idf:248]: Nextion reported new range 6422528 [09:32:32][D][nextion.upload.idf:144]: Range start: 6422528 [09:32:32][D][esp-idf:000]: I (5549740) HTTP_CLIENT: Body received in fetch header state, 0x3ffdcfda, 90

[09:32:32][D][nextion.upload.idf:238]: Uploaded 86.60 %, remaining 994836 bytes, free heap: 136216 bytes [09:32:32][D][nextion.upload.idf:238]: Uploaded 86.65 %, remaining 990740 bytes, free heap: 136340 bytes [09:32:32][D][nextion.upload.idf:238]: Uploaded 86.71 %, remaining 986644 bytes, free heap: 136340 bytes [09:32:32][D][nextion.upload.idf:238]: Uploaded 86.76 %, remaining 982548 bytes, free heap: 138032 bytes [09:32:32][D][nextion.upload.idf:238]: Uploaded 86.82 %, remaining 978452 bytes, free heap: 138024 bytes [09:32:32][D][nextion.upload.idf:238]: Uploaded 86.87 %, remaining 974356 bytes, free heap: 138032 bytes [09:32:33][D][nextion.upload.idf:238]: Uploaded 86.93 %, remaining 970260 bytes, free heap: 136340 bytes [09:32:33][D][nextion.upload.idf:238]: Uploaded 86.98 %, remaining 966164 bytes, free heap: 136340 bytes [09:32:33][D][nextion.upload.idf:238]: Uploaded 87.04 %, remaining 962068 bytes, free heap: 136340 bytes [09:32:33][D][nextion.upload.idf:238]: Uploaded 87.09 %, remaining 957972 bytes, free heap: 138032 bytes [09:32:33][D][nextion.upload.idf:238]: Uploaded 87.15 %, remaining 953876 bytes, free heap: 138032 bytes [09:32:33][D][nextion.upload.idf:238]: Uploaded 87.20 %, remaining 949780 bytes, free heap: 136340 bytes [09:32:33][D][nextion.upload.idf:238]: Uploaded 87.26 %, remaining 945684 bytes, free heap: 136340 bytes [09:32:33][D][nextion.upload.idf:238]: Uploaded 87.31 %, remaining 941588 bytes, free heap: 134796 bytes [09:32:33][D][nextion.upload.idf:238]: Uploaded 87.37 %, remaining 937492 bytes, free heap: 136340 bytes [09:32:33][D][nextion.upload.idf:238]: Uploaded 87.42 %, remaining 933396 bytes, free heap: 136364 bytes [09:32:33][D][nextion.upload.idf:238]: Uploaded 87.48 %, remaining 929300 bytes, free heap: 138032 bytes [09:32:34][D][nextion.upload.idf:238]: Uploaded 87.53 %, remaining 925204 bytes, free heap: 134796 bytes [09:32:34][D][nextion.upload.idf:238]: Uploaded 87.59 %, remaining 921108 bytes, free heap: 138032 bytes [09:32:34][D][nextion.upload.idf:238]: Uploaded 87.64 %, remaining 917012 bytes, free heap: 134796 bytes [09:32:34][D][nextion.upload.idf:238]: Uploaded 87.70 %, remaining 912916 bytes, free heap: 136340 bytes [09:32:34][D][nextion.upload.idf:238]: Uploaded 87.75 %, remaining 908820 bytes, free heap: 136488 bytes [09:32:34][D][nextion.upload.idf:238]: Uploaded 87.81 %, remaining 904724 bytes, free heap: 138032 bytes [09:32:34][D][nextion.upload.idf:238]: Uploaded 87.86 %, remaining 900628 bytes, free heap: 134796 bytes [09:32:34][D][nextion.upload.idf:238]: Uploaded 87.92 %, remaining 896532 bytes, free heap: 138024 bytes [09:32:34][D][nextion.upload.idf:238]: Uploaded 87.97 %, remaining 892436 bytes, free heap: 134520 bytes [09:32:34][D][nextion.upload.idf:238]: Uploaded 88.03 %, remaining 888340 bytes, free heap: 136084 bytes [09:32:34][D][nextion.upload.idf:238]: Uploaded 88.09 %, remaining 884244 bytes, free heap: 136232 bytes [09:32:34][D][nextion.upload.idf:238]: Uploaded 88.14 %, remaining 880148 bytes, free heap: 136084 bytes [09:32:34][D][nextion.upload.idf:238]: Uploaded 88.20 %, remaining 876052 bytes, free heap: 134540 bytes [09:32:34][D][nextion.upload.idf:238]: Uploaded 88.25 %, remaining 871956 bytes, free heap: 137776 bytes [09:32:35][D][nextion.upload.idf:238]: Uploaded 88.31 %, remaining 867860 bytes, free heap: 136232 bytes [09:32:35][D][nextion.upload.idf:238]: Uploaded 88.36 %, remaining 863764 bytes, free heap: 136084 bytes [09:32:35][D][nextion.upload.idf:238]: Uploaded 88.42 %, remaining 859668 bytes, free heap: 136232 bytes [09:32:35][D][nextion.upload.idf:238]: Uploaded 88.47 %, remaining 855572 bytes, free heap: 136064 bytes [09:32:35][D][nextion.upload.idf:238]: Uploaded 88.53 %, remaining 851476 bytes, free heap: 134416 bytes [09:32:35][D][nextion.upload.idf:238]: Uploaded 88.58 %, remaining 847380 bytes, free heap: 137776 bytes [09:32:35][D][nextion.upload.idf:238]: Uploaded 88.64 %, remaining 843284 bytes, free heap: 136232 bytes [09:32:35][D][nextion.upload.idf:238]: Uploaded 88.69 %, remaining 839188 bytes, free heap: 135960 bytes [09:32:35][D][nextion.upload.idf:238]: Uploaded 88.75 %, remaining 835092 bytes, free heap: 134520 bytes [09:32:35][D][nextion.upload.idf:238]: Uploaded 88.80 %, remaining 830996 bytes, free heap: 135892 bytes [09:32:35][D][nextion.upload.idf:238]: Uploaded 88.86 %, remaining 826900 bytes, free heap: 134540 bytes [09:32:35][D][nextion.upload.idf:238]: Uploaded 88.91 %, remaining 822804 bytes, free heap: 137776 bytes [09:32:36][D][nextion.upload.idf:238]: Uploaded 88.97 %, remaining 818708 bytes, free heap: 136232 bytes [09:32:36][D][nextion.upload.idf:238]: Uploaded 89.02 %, remaining 814612 bytes, free heap: 137776 bytes [09:32:36][D][nextion.upload.idf:238]: Uploaded 89.08 %, remaining 810516 bytes, free heap: 134540 bytes [09:32:36][D][nextion.upload.idf:238]: Uploaded 89.13 %, remaining 806420 bytes, free heap: 136080 bytes [09:32:36][D][nextion.upload.idf:238]: Uploaded 89.19 %, remaining 802324 bytes, free heap: 134348 bytes [09:32:36][D][nextion.upload.idf:238]: Uploaded 89.24 %, remaining 798228 bytes, free heap: 137776 bytes [09:32:36][D][nextion.upload.idf:238]: Uploaded 89.30 %, remaining 794132 bytes, free heap: 136232 bytes [09:32:36][D][nextion.upload.idf:238]: Uploaded 89.35 %, remaining 790036 bytes, free heap: 136084 bytes [09:32:36][D][nextion.upload.idf:238]: Uploaded 89.41 %, remaining 785940 bytes, free heap: 134540 bytes [09:32:36][D][nextion.upload.idf:238]: Uploaded 89.47 %, remaining 781844 bytes, free heap: 136084 bytes [09:32:36][D][nextion.upload.idf:238]: Uploaded 89.52 %, remaining 777748 bytes, free heap: 134540 bytes [09:32:36][D][nextion.upload.idf:238]: Uploaded 89.58 %, remaining 773652 bytes, free heap: 137776 bytes [09:32:37][D][nextion.upload.idf:238]: Uploaded 89.63 %, remaining 769556 bytes, free heap: 136232 bytes [09:32:37][D][nextion.upload.idf:238]: Uploaded 89.69 %, remaining 765460 bytes, free heap: 136084 bytes [09:32:37][D][nextion.upload.idf:238]: Uploaded 89.74 %, remaining 761364 bytes, free heap: 134540 bytes [09:32:37][D][nextion.upload.idf:238]: Uploaded 89.80 %, remaining 757268 bytes, free heap: 136084 bytes [09:32:37][D][nextion.upload.idf:238]: Uploaded 89.85 %, remaining 753172 bytes, free heap: 134348 bytes [09:32:37][D][nextion.upload.idf:238]: Uploaded 89.91 %, remaining 749076 bytes, free heap: 137776 bytes [09:32:37][D][nextion.upload.idf:238]: Uploaded 89.96 %, remaining 744980 bytes, free heap: 136232 bytes [09:32:37][D][nextion.upload.idf:238]: Uploaded 90.02 %, remaining 740884 bytes, free heap: 136084 bytes [09:32:37][D][nextion.upload.idf:238]: Uploaded 90.07 %, remaining 736788 bytes, free heap: 136232 bytes [09:32:37][D][nextion.upload.idf:238]: Uploaded 90.13 %, remaining 732692 bytes, free heap: 136084 bytes [09:32:37][D][nextion.upload.idf:238]: Uploaded 90.18 %, remaining 728596 bytes, free heap: 134540 bytes [09:32:37][D][nextion.upload.idf:238]: Uploaded 90.24 %, remaining 724500 bytes, free heap: 137776 bytes [09:32:38][D][nextion.upload.idf:238]: Uploaded 90.29 %, remaining 720404 bytes, free heap: 134540 bytes [09:32:38][D][nextion.upload.idf:238]: Uploaded 90.35 %, remaining 716308 bytes, free heap: 136084 bytes [09:32:38][D][nextion.upload.idf:238]: Uploaded 90.40 %, remaining 712212 bytes, free heap: 136232 bytes [09:32:38][D][nextion.upload.idf:238]: Uploaded 90.46 %, remaining 708116 bytes, free heap: 136084 bytes [09:32:38][D][nextion.upload.idf:238]: Uploaded 90.51 %, remaining 704020 bytes, free heap: 134540 bytes [09:32:38][D][nextion.upload.idf:238]: Uploaded 90.57 %, remaining 699924 bytes, free heap: 137776 bytes [09:32:38][D][nextion.upload.idf:238]: Uploaded 90.62 %, remaining 695828 bytes, free heap: 134540 bytes [09:32:38][D][nextion.upload.idf:238]: Uploaded 90.68 %, remaining 691732 bytes, free heap: 136084 bytes [09:32:38][D][nextion.upload.idf:238]: Uploaded 90.73 %, remaining 687636 bytes, free heap: 136232 bytes [09:32:38][D][nextion.upload.idf:238]: Uploaded 90.79 %, remaining 683540 bytes, free heap: 137776 bytes [09:32:38][D][nextion.upload.idf:238]: Uploaded 90.84 %, remaining 679444 bytes, free heap: 134540 bytes [09:32:38][D][nextion.upload.idf:238]: Uploaded 90.90 %, remaining 675348 bytes, free heap: 137776 bytes [09:32:38][D][nextion.upload.idf:238]: Uploaded 90.96 %, remaining 671252 bytes, free heap: 134540 bytes [09:32:39][D][nextion.upload.idf:238]: Uploaded 91.01 %, remaining 667156 bytes, free heap: 136084 bytes [09:32:39][D][nextion.upload.idf:238]: Uploaded 91.07 %, remaining 663060 bytes, free heap: 136232 bytes [09:32:39][D][nextion.upload.idf:238]: Uploaded 91.12 %, remaining 658964 bytes, free heap: 137776 bytes [09:32:39][D][nextion.upload.idf:238]: Uploaded 91.18 %, remaining 654868 bytes, free heap: 134540 bytes [09:32:39][D][nextion.upload.idf:238]: Uploaded 91.23 %, remaining 650772 bytes, free heap: 136084 bytes [09:32:39][D][nextion.upload.idf:238]: Uploaded 91.29 %, remaining 646676 bytes, free heap: 134416 bytes [09:32:39][D][nextion.upload.idf:238]: Uploaded 91.34 %, remaining 642580 bytes, free heap: 136084 bytes [09:32:39][D][nextion.upload.idf:238]: Uploaded 91.40 %, remaining 638484 bytes, free heap: 136232 bytes [09:32:39][D][nextion.upload.idf:238]: Uploaded 91.45 %, remaining 634388 bytes, free heap: 137776 bytes [09:32:39][D][nextion.upload.idf:238]: Uploaded 91.51 %, remaining 630292 bytes, free heap: 136108 bytes [09:32:39][D][nextion.upload.idf:238]: Uploaded 91.56 %, remaining 626196 bytes, free heap: 136084 bytes [09:32:39][D][nextion.upload.idf:238]: Uploaded 91.62 %, remaining 622100 bytes, free heap: 134540 bytes [09:32:39][D][nextion.upload.idf:238]: Uploaded 91.67 %, remaining 618004 bytes, free heap: 136084 bytes [09:32:40][D][nextion.upload.idf:238]: Uploaded 91.73 %, remaining 613908 bytes, free heap: 136232 bytes [09:32:40][D][nextion.upload.idf:238]: Uploaded 91.78 %, remaining 609812 bytes, free heap: 137776 bytes [09:32:40][D][nextion.upload.idf:238]: Uploaded 91.84 %, remaining 605716 bytes, free heap: 134540 bytes [09:32:40][D][nextion.upload.idf:238]: Uploaded 91.89 %, remaining 601620 bytes, free heap: 136084 bytes [09:32:40][D][nextion.upload.idf:238]: Uploaded 91.95 %, remaining 597524 bytes, free heap: 134540 bytes [09:32:40][D][nextion.upload.idf:238]: Uploaded 92.00 %, remaining 593428 bytes, free heap: 136084 bytes [09:32:40][D][nextion.upload.idf:238]: Uploaded 92.06 %, remaining 589332 bytes, free heap: 136232 bytes [09:32:40][D][nextion.upload.idf:238]: Uploaded 92.11 %, remaining 585236 bytes, free heap: 137776 bytes [09:32:40][D][nextion.upload.idf:238]: Uploaded 92.17 %, remaining 581140 bytes, free heap: 134540 bytes [09:32:40][D][nextion.upload.idf:238]: Uploaded 92.22 %, remaining 577044 bytes, free heap: 136084 bytes [09:32:40][D][nextion.upload.idf:238]: Uploaded 92.28 %, remaining 572948 bytes, free heap: 134540 bytes [09:32:40][D][nextion.upload.idf:238]: Uploaded 92.34 %, remaining 568852 bytes, free heap: 136084 bytes [09:32:41][D][nextion.upload.idf:238]: Uploaded 92.39 %, remaining 564756 bytes, free heap: 136232 bytes [09:32:41][D][nextion.upload.idf:238]: Uploaded 92.45 %, remaining 560660 bytes, free heap: 137776 bytes [09:32:41][D][nextion.upload.idf:238]: Uploaded 92.50 %, remaining 556564 bytes, free heap: 134416 bytes [09:32:41][D][nextion.upload.idf:238]: Uploaded 92.56 %, remaining 552468 bytes, free heap: 137776 bytes [09:32:41][D][nextion.upload.idf:238]: Uploaded 92.61 %, remaining 548372 bytes, free heap: 134540 bytes [09:32:41][D][nextion.upload.idf:238]: Uploaded 92.67 %, remaining 544276 bytes, free heap: 136084 bytes [09:32:41][D][nextion.upload.idf:238]: Uploaded 92.72 %, remaining 540180 bytes, free heap: 136232 bytes [09:32:41][D][nextion.upload.idf:238]: Uploaded 92.78 %, remaining 536084 bytes, free heap: 136084 bytes [09:32:41][D][nextion.upload.idf:238]: Uploaded 92.83 %, remaining 531988 bytes, free heap: 134540 bytes [09:32:41][D][nextion.upload.idf:238]: Uploaded 92.89 %, remaining 527892 bytes, free heap: 137776 bytes [09:32:41][D][nextion.upload.idf:238]: Uploaded 92.94 %, remaining 523796 bytes, free heap: 134540 bytes [09:32:42][D][nextion.upload.idf:238]: Uploaded 93.00 %, remaining 519700 bytes, free heap: 135960 bytes [09:32:42][D][nextion.upload.idf:238]: Uploaded 93.05 %, remaining 515604 bytes, free heap: 136232 bytes [09:32:42][D][nextion.upload.idf:238]: Uploaded 93.11 %, remaining 511508 bytes, free heap: 136084 bytes [09:32:42][D][nextion.upload.idf:238]: Uploaded 93.16 %, remaining 507412 bytes, free heap: 134416 bytes [09:32:42][D][nextion.upload.idf:238]: Uploaded 93.22 %, remaining 503316 bytes, free heap: 137776 bytes [09:32:42][D][nextion.upload.idf:238]: Uploaded 93.27 %, remaining 499220 bytes, free heap: 136224 bytes [09:32:42][D][nextion.upload.idf:238]: Uploaded 93.33 %, remaining 495124 bytes, free heap: 136076 bytes [09:32:42][D][nextion.upload.idf:238]: Uploaded 93.38 %, remaining 491028 bytes, free heap: 136232 bytes [09:32:42][D][nextion.upload.idf:238]: Uploaded 93.44 %, remaining 486932 bytes, free heap: 136084 bytes [09:32:42][D][nextion.upload.idf:238]: Uploaded 93.49 %, remaining 482836 bytes, free heap: 134540 bytes [09:32:42][D][nextion.upload.idf:238]: Uploaded 93.55 %, remaining 478740 bytes, free heap: 137776 bytes [09:32:42][D][nextion.upload.idf:238]: Uploaded 93.60 %, remaining 474644 bytes, free heap: 136224 bytes [09:32:43][D][nextion.upload.idf:238]: Uploaded 93.66 %, remaining 470548 bytes, free heap: 136076 bytes [09:32:43][D][nextion.upload.idf:238]: Uploaded 93.71 %, remaining 466452 bytes, free heap: 134288 bytes [09:32:43][D][nextion.upload.idf:238]: Uploaded 93.77 %, remaining 462356 bytes, free heap: 136084 bytes [09:32:43][D][nextion.upload.idf:238]: Uploaded 93.83 %, remaining 458260 bytes, free heap: 134540 bytes [09:32:43][D][nextion.upload.idf:238]: Uploaded 93.88 %, remaining 454164 bytes, free heap: 137776 bytes [09:32:43][D][nextion.upload.idf:238]: Uploaded 93.94 %, remaining 450068 bytes, free heap: 136232 bytes [09:32:43][D][nextion.upload.idf:238]: Uploaded 93.99 %, remaining 445972 bytes, free heap: 137768 bytes [09:32:43][D][nextion.upload.idf:238]: Uploaded 94.05 %, remaining 441876 bytes, free heap: 134540 bytes [09:32:43][D][nextion.upload.idf:238]: Uploaded 94.10 %, remaining 437780 bytes, free heap: 136084 bytes [09:32:43][D][nextion.upload.idf:238]: Uploaded 94.16 %, remaining 433684 bytes, free heap: 134540 bytes [09:32:43][D][nextion.upload.idf:238]: Uploaded 94.21 %, remaining 429588 bytes, free heap: 137756 bytes [09:32:43][D][nextion.upload.idf:238]: Uploaded 94.27 %, remaining 425492 bytes, free heap: 136224 bytes [09:32:43][D][nextion.upload.idf:238]: Uploaded 94.32 %, remaining 421396 bytes, free heap: 136064 bytes [09:32:43][D][nextion.upload.idf:238]: Uploaded 94.38 %, remaining 417300 bytes, free heap: 134540 bytes [09:32:44][D][nextion.upload.idf:238]: Uploaded 94.43 %, remaining 413204 bytes, free heap: 136084 bytes [09:32:44][D][nextion.upload.idf:238]: Uploaded 94.49 %, remaining 409108 bytes, free heap: 134540 bytes [09:32:44][D][nextion.upload.idf:238]: Uploaded 94.54 %, remaining 405012 bytes, free heap: 137776 bytes [09:32:44][D][nextion.upload.idf:238]: Uploaded 94.60 %, remaining 400916 bytes, free heap: 135980 bytes [09:32:44][D][nextion.upload.idf:238]: Uploaded 94.65 %, remaining 396820 bytes, free heap: 136084 bytes [09:32:44][D][nextion.upload.idf:238]: Uploaded 94.71 %, remaining 392724 bytes, free heap: 134540 bytes [09:32:44][D][nextion.upload.idf:238]: Uploaded 94.76 %, remaining 388628 bytes, free heap: 136084 bytes [09:32:44][D][nextion.upload.idf:238]: Uploaded 94.82 %, remaining 384532 bytes, free heap: 134540 bytes [09:32:44][D][nextion.upload.idf:238]: Uploaded 94.87 %, remaining 380436 bytes, free heap: 137776 bytes [09:32:44][D][nextion.upload.idf:238]: Uploaded 94.93 %, remaining 376340 bytes, free heap: 136232 bytes [09:32:44][D][nextion.upload.idf:238]: Uploaded 94.98 %, remaining 372244 bytes, free heap: 136084 bytes [09:32:44][D][nextion.upload.idf:238]: Uploaded 95.04 %, remaining 368148 bytes, free heap: 136108 bytes [09:32:45][D][nextion.upload.idf:238]: Uploaded 95.09 %, remaining 364052 bytes, free heap: 136084 bytes [09:32:45][D][nextion.upload.idf:238]: Uploaded 95.15 %, remaining 359956 bytes, free heap: 134540 bytes [09:32:45][D][nextion.upload.idf:238]: Uploaded 95.20 %, remaining 355860 bytes, free heap: 137776 bytes [09:32:45][D][nextion.upload.idf:238]: Uploaded 95.26 %, remaining 351764 bytes, free heap: 134540 bytes [09:32:45][D][nextion.upload.idf:238]: Uploaded 95.32 %, remaining 347668 bytes, free heap: 136084 bytes [09:32:45][D][nextion.upload.idf:238]: Uploaded 95.37 %, remaining 343572 bytes, free heap: 136232 bytes [09:32:45][D][nextion.upload.idf:238]: Uploaded 95.43 %, remaining 339476 bytes, free heap: 136084 bytes [09:32:45][D][nextion.upload.idf:238]: Uploaded 95.48 %, remaining 335380 bytes, free heap: 134540 bytes [09:32:45][D][nextion.upload.idf:238]: Uploaded 95.54 %, remaining 331284 bytes, free heap: 137776 bytes [09:32:45][D][nextion.upload.idf:238]: Uploaded 95.59 %, remaining 327188 bytes, free heap: 134532 bytes [09:32:45][D][nextion.upload.idf:238]: Uploaded 95.65 %, remaining 323092 bytes, free heap: 137776 bytes [09:32:46][D][nextion.upload.idf:238]: Uploaded 95.70 %, remaining 318996 bytes, free heap: 136232 bytes [09:32:46][D][nextion.upload.idf:238]: Uploaded 95.76 %, remaining 314900 bytes, free heap: 136084 bytes [09:32:46][D][nextion.upload.idf:238]: Uploaded 95.81 %, remaining 310804 bytes, free heap: 134540 bytes [09:32:46][D][nextion.upload.idf:238]: Uploaded 95.87 %, remaining 306708 bytes, free heap: 136084 bytes [09:32:46][D][nextion.upload.idf:238]: Uploaded 95.92 %, remaining 302612 bytes, free heap: 134540 bytes [09:32:46][D][nextion.upload.idf:238]: Uploaded 95.98 %, remaining 298516 bytes, free heap: 137776 bytes [09:32:46][D][nextion.upload.idf:238]: Uploaded 96.03 %, remaining 294420 bytes, free heap: 136232 bytes [09:32:46][D][nextion.upload.idf:238]: Uploaded 96.09 %, remaining 290324 bytes, free heap: 136084 bytes [09:32:46][D][nextion.upload.idf:238]: Uploaded 96.14 %, remaining 286228 bytes, free heap: 134540 bytes [09:32:46][D][nextion.upload.idf:238]: Uploaded 96.20 %, remaining 282132 bytes, free heap: 136084 bytes [09:32:46][D][nextion.upload.idf:238]: Uploaded 96.25 %, remaining 278036 bytes, free heap: 134416 bytes [09:32:46][D][nextion.upload.idf:238]: Uploaded 96.31 %, remaining 273940 bytes, free heap: 137776 bytes [09:32:47][D][nextion.upload.idf:238]: Uploaded 96.36 %, remaining 269844 bytes, free heap: 134408 bytes [09:32:47][D][nextion.upload.idf:238]: Uploaded 96.42 %, remaining 265748 bytes, free heap: 136084 bytes [09:32:47][D][nextion.upload.idf:238]: Uploaded 96.47 %, remaining 261652 bytes, free heap: 136232 bytes [09:32:47][D][nextion.upload.idf:238]: Uploaded 96.53 %, remaining 257556 bytes, free heap: 136084 bytes [09:32:47][D][nextion.upload.idf:238]: Uploaded 96.58 %, remaining 253460 bytes, free heap: 134540 bytes [09:32:47][D][nextion.upload.idf:238]: Uploaded 96.64 %, remaining 249364 bytes, free heap: 137776 bytes [09:32:47][D][nextion.upload.idf:238]: Uploaded 96.70 %, remaining 245268 bytes, free heap: 134540 bytes [09:32:47][D][nextion.upload.idf:238]: Uploaded 96.75 %, remaining 241172 bytes, free heap: 136084 bytes [09:32:47][D][nextion.upload.idf:238]: Uploaded 96.81 %, remaining 237076 bytes, free heap: 136232 bytes [09:32:47][D][nextion.upload.idf:238]: Uploaded 96.86 %, remaining 232980 bytes, free heap: 136084 bytes [09:32:47][D][nextion.upload.idf:238]: Uploaded 96.92 %, remaining 228884 bytes, free heap: 134540 bytes [09:32:47][D][nextion.upload.idf:238]: Uploaded 96.97 %, remaining 224788 bytes, free heap: 137776 bytes [09:32:47][D][nextion.upload.idf:238]: Uploaded 97.03 %, remaining 220692 bytes, free heap: 134540 bytes [09:32:47][D][nextion.upload.idf:238]: Uploaded 97.08 %, remaining 216596 bytes, free heap: 135960 bytes [09:32:48][D][nextion.upload.idf:238]: Uploaded 97.14 %, remaining 212500 bytes, free heap: 136232 bytes [09:32:48][D][nextion.upload.idf:238]: Uploaded 97.19 %, remaining 208404 bytes, free heap: 136084 bytes [09:32:48][D][nextion.upload.idf:238]: Uploaded 97.25 %, remaining 204308 bytes, free heap: 134540 bytes [09:32:48][D][nextion.upload.idf:238]: Uploaded 97.30 %, remaining 200212 bytes, free heap: 137776 bytes [09:32:48][D][nextion.upload.idf:238]: Uploaded 97.36 %, remaining 196116 bytes, free heap: 134540 bytes [09:32:48][D][nextion.upload.idf:238]: Uploaded 97.41 %, remaining 192020 bytes, free heap: 136084 bytes [09:32:48][D][nextion.upload.idf:238]: Uploaded 97.47 %, remaining 187924 bytes, free heap: 136232 bytes [09:32:48][D][nextion.upload.idf:238]: Uploaded 97.52 %, remaining 183828 bytes, free heap: 137776 bytes [09:32:48][D][nextion.upload.idf:238]: Uploaded 97.58 %, remaining 179732 bytes, free heap: 134540 bytes [09:32:48][D][nextion.upload.idf:238]: Uploaded 97.63 %, remaining 175636 bytes, free heap: 136084 bytes [09:32:48][D][nextion.upload.idf:238]: Uploaded 97.69 %, remaining 171540 bytes, free heap: 134540 bytes [09:32:48][D][nextion.upload.idf:238]: Uploaded 97.74 %, remaining 167444 bytes, free heap: 136084 bytes [09:32:49][D][nextion.upload.idf:238]: Uploaded 97.80 %, remaining 163348 bytes, free heap: 136232 bytes [09:32:49][D][nextion.upload.idf:238]: Uploaded 97.85 %, remaining 159252 bytes, free heap: 137776 bytes [09:32:49][D][nextion.upload.idf:238]: Uploaded 97.91 %, remaining 155156 bytes, free heap: 134540 bytes [09:32:49][D][nextion.upload.idf:238]: Uploaded 97.96 %, remaining 151060 bytes, free heap: 136084 bytes [09:32:49][D][nextion.upload.idf:238]: Uploaded 98.02 %, remaining 146964 bytes, free heap: 134540 bytes [09:32:49][D][nextion.upload.idf:238]: Uploaded 98.07 %, remaining 142868 bytes, free heap: 135768 bytes [09:32:49][D][nextion.upload.idf:238]: Uploaded 98.13 %, remaining 138772 bytes, free heap: 136232 bytes [09:32:49][D][nextion.upload.idf:238]: Uploaded 98.19 %, remaining 134676 bytes, free heap: 137776 bytes [09:32:49][D][nextion.upload.idf:238]: Uploaded 98.24 %, remaining 130580 bytes, free heap: 134540 bytes [09:32:49][D][nextion.upload.idf:238]: Uploaded 98.30 %, remaining 126484 bytes, free heap: 136084 bytes [09:32:49][D][nextion.upload.idf:238]: Uploaded 98.35 %, remaining 122388 bytes, free heap: 134520 bytes [09:32:49][D][nextion.upload.idf:238]: Uploaded 98.41 %, remaining 118292 bytes, free heap: 136084 bytes [09:32:50][D][nextion.upload.idf:238]: Uploaded 98.46 %, remaining 114196 bytes, free heap: 136232 bytes [09:32:50][D][nextion.upload.idf:238]: Uploaded 98.52 %, remaining 110100 bytes, free heap: 137776 bytes [09:32:50][D][nextion.upload.idf:238]: Uploaded 98.57 %, remaining 106004 bytes, free heap: 134540 bytes [09:32:50][D][nextion.upload.idf:238]: Uploaded 98.63 %, remaining 101908 bytes, free heap: 136084 bytes [09:32:50][D][nextion.upload.idf:238]: Uploaded 98.68 %, remaining 97812 bytes, free heap: 134540 bytes [09:32:50][D][nextion.upload.idf:238]: Uploaded 98.74 %, remaining 93716 bytes, free heap: 136084 bytes [09:32:50][D][nextion.upload.idf:238]: Uploaded 98.79 %, remaining 89620 bytes, free heap: 136232 bytes [09:32:50][D][nextion.upload.idf:238]: Uploaded 98.85 %, remaining 85524 bytes, free heap: 137776 bytes [09:32:50][D][nextion.upload.idf:238]: Uploaded 98.90 %, remaining 81428 bytes, free heap: 134540 bytes [09:32:50][D][nextion.upload.idf:238]: Uploaded 98.96 %, remaining 77332 bytes, free heap: 137776 bytes [09:32:50][D][nextion.upload.idf:238]: Uploaded 99.01 %, remaining 73236 bytes, free heap: 134288 bytes [09:32:50][D][nextion.upload.idf:238]: Uploaded 99.07 %, remaining 69140 bytes, free heap: 136084 bytes [09:32:51][D][nextion.upload.idf:238]: Uploaded 99.12 %, remaining 65044 bytes, free heap: 136232 bytes [09:32:51][D][nextion.upload.idf:238]: Uploaded 99.18 %, remaining 60948 bytes, free heap: 136084 bytes [09:32:51][D][nextion.upload.idf:238]: Uploaded 99.23 %, remaining 56852 bytes, free heap: 134540 bytes [09:32:51][D][nextion.upload.idf:238]: Uploaded 99.29 %, remaining 52756 bytes, free heap: 137776 bytes [09:32:51][D][nextion.upload.idf:238]: Uploaded 99.34 %, remaining 48660 bytes, free heap: 134540 bytes [09:32:51][D][nextion.upload.idf:238]: Uploaded 99.40 %, remaining 44564 bytes, free heap: 136084 bytes [09:32:51][D][nextion.upload.idf:238]: Uploaded 99.45 %, remaining 40468 bytes, free heap: 136232 bytes [09:32:51][D][nextion.upload.idf:238]: Uploaded 99.51 %, remaining 36372 bytes, free heap: 136084 bytes [09:32:51][D][nextion.upload.idf:238]: Uploaded 99.57 %, remaining 32276 bytes, free heap: 134540 bytes [09:32:51][D][nextion.upload.idf:238]: Uploaded 99.62 %, remaining 28180 bytes, free heap: 137776 bytes [09:32:51][D][nextion.upload.idf:238]: Uploaded 99.68 %, remaining 24084 bytes, free heap: 134540 bytes [09:32:51][D][nextion.upload.idf:238]: Uploaded 99.73 %, remaining 19988 bytes, free heap: 136084 bytes [09:32:51][D][nextion.upload.idf:238]: Uploaded 99.79 %, remaining 15892 bytes, free heap: 136232 bytes [09:32:52][D][nextion.upload.idf:238]: Uploaded 99.84 %, remaining 11796 bytes, free heap: 136084 bytes [09:32:52][D][nextion.upload.idf:238]: Uploaded 99.90 %, remaining 7700 bytes, free heap: 134540 bytes [09:32:52][D][nextion.upload.idf:238]: Uploaded 99.95 %, remaining 3604 bytes, free heap: 138204 bytes [09:32:52][D][nextion.upload.idf:238]: Uploaded 100.00 %, remaining 0 bytes, free heap: 141800 bytes [09:32:52][D][nextion.upload.idf:523]: Successfully uploaded TFT to Nextion! [09:32:52][D][nextion.upload.idf:525]: Close HTTP connection [09:32:52][D][nextion.upload.idf:537]: Nextion TFT upload finished: Upload successful [09:32:52][D][nextion.upload.idf:548]: Restarting ESPHome

edwardtfn commented 8 months ago

Could this have been a mismatch with versions (eg. 921600 did not work with 4.2.5 ESPHome and older 4.2.4 TFT), and also maybe panel had to reboot after updating in order to reset to 921600 default?

I don't think that is the case. I woukd expect the system taking a couple of seconds from when you changed to the settings being available to the upload process, but not more than this. I will investigate.

edwardtfn commented 8 months ago

I will close this for now, but please feel free to reopen it if you face his issue again.