Commit Graph

32 Commits

Author SHA1 Message Date
Edward Firmo
647c56920e IDF v5 compatibility 2023-12-03 13:26:44 +01:00
Edward Firmo
29e0e4b8ce Stop all when uploading tft 2023-11-30 21:44:43 +01:00
Edward Firmo
19e4e9d5b6 Turn on screen after turn off 2023-11-30 14:11:36 +01:00
Edward Firmo
72ab301a2a Publish Nextion is off during upload TFT 2023-11-30 13:05:16 +01:00
Edward Firmo
99616d4e79 Don't exit reparse if is setup 2023-11-30 11:38:39 +01:00
Edward Firmo
309da77301 Don't use exit reparse from component 2023-11-30 09:22:10 +01:00
Edward Firmo
849e75bb6c Upload TFT remove dependency to from ESPHome Nextion component
Let's wait for those to be released before start using it.
2023-11-30 07:56:15 +01:00
Edward Firmo
55f254e7a2 Revert "Remove esp-idf"
This reverts commit 58d86aeb86.
2023-11-28 16:09:39 +01:00
Edward Firmo
ec35a07f52 Fix call to older upload_tft() 2023-11-28 14:46:16 +01:00
Edward Firmo
58b82b8a30 Remove reference to PR5683 2023-11-28 14:35:16 +01:00
Edward Firmo
20e8694566 Code clean-up 2023-11-26 08:42:47 +01:00
Edward Firmo
7cac47d279 No need to reload PR every time 2023-11-12 08:15:42 +01:00
Edward Firmo
7b4f6ac9f0 Remove old Upload TFT code
It was not in use
2023-11-11 10:20:51 +01:00
Edward Firmo
1857be65c2 Review on_boot script 2023-11-10 18:55:20 +01:00
Edward Firmo
25efb93877 Removed service upload_tft
Please use this instead:
```yaml
service: esphome.xxxxx_upload_tft_url
data:
  url: "default"
```
2023-11-10 14:21:56 +01:00
Edward Firmo
dbc61f9ecb Use new Upload TFT for Arduino 2023-11-08 13:32:56 +01:00
Edward Firmo
eb03d33edd Support to idf v5 2023-11-07 12:35:06 +01:00
Edward Firmo
6b9a6dc97f Add framework info to TFT 2023-11-06 20:33:13 +01:00
Edward Firmo
0a26861444 Code clean-up 2023-11-03 21:10:42 +01:00
Edward Firmo
5a782bbe45 Retry when Upload TFT fails 2023-11-03 18:05:43 +01:00
Edward Firmo
ffce653d16 Fix reference to external components 2023-11-03 17:14:20 +01:00
Edward Firmo
852ba63038 Use pr5667 for Nextion 2023-11-03 15:26:00 +01:00
Edward Firmo
58132cb189 Fix reference to tft_size_
Solves https://github.com/Blackymas/NSPanel_HA_Blueprint/issues/1213#issuecomment-1791035711
2023-11-02 17:55:42 +01:00
Edward Firmo
e96329f976 Handle https error nicely 2023-11-02 12:03:16 +01:00
Edward Firmo
fce2c5e4be Set framework esp-idf by default 2023-11-01 21:29:06 +01:00
Edward Firmo
b105d83b12 Persistent http client 2023-11-01 21:22:58 +01:00
Edward Firmo
25cf9f1bb9 Update nspanel_esphome_addon_upload_tft.yaml 2023-11-01 13:31:41 +01:00
Edward Firmo
88f287aa0d Upload TFT ESP-IDF - Cleaning logs 2023-11-01 10:04:42 +01:00
Edward Firmo
34142c510f Upload TFT for ESP-IDF
Still pending some clean-up, but I would say this is a working version.
2023-11-01 09:35:51 +01:00
Edward Firmo
09275f1414 esp-idf upload tft
Still a bit buggy, but this is probably the first working version of an esp-idf upload TFT to be published.
I will work more on this, but wanna have this commit as a reference.
2023-10-31 22:48:36 +01:00
Edward Firmo
a2fab582d5 Removed upload_tft from core 2023-10-17 09:03:54 +02:00
Edward Firmo
b1b88e75e4 Splitting files 2023-10-17 08:52:55 +02:00