Commit Graph

2887 Commits

Author SHA1 Message Date
Edward Firmo
79253683f9 Merge branch 'dev' of https://github.com/Blackymas/NSPanel_HA_Blueprint into dev 2024-04-24 11:00:15 +02:00
Edward Firmo
1c43b8a874 Display embedded temperature in F or C accordingly
Partially solves #2063
2024-04-24 11:00:06 +02:00
GitHub Actions
fdae613124 Pre-built firmware update: 8813464340 2024-04-24 08:36:07 +00:00
Edward Firmo
4e329cb58c Merge branch 'dev' of https://github.com/Blackymas/NSPanel_HA_Blueprint into dev 2024-04-24 10:26:31 +02:00
Edward Firmo
0654a54730 Fix icon colors on home page 2024-04-24 10:26:11 +02:00
GitHub Actions
376a9c2c0b Pre-built firmware update: 8781452204 2024-04-22 09:16:29 +00:00
Edward Firmo
29baa6c808 Create nspanel_esphome_addon_ble_tracker.yaml 2024-04-22 11:07:33 +02:00
Edward Firmo
e20c4d2af2 Lint 2024-04-22 10:15:30 +02:00
Edward Firmo
6278cd739e Lint 2024-04-22 10:14:38 +02:00
Edward Firmo
edd1d3fdb8 Lint 2024-04-22 10:13:26 +02:00
Edward Firmo
1cbb5c17d7 Lint 2024-04-22 10:12:44 +02:00
Edward Firmo
075ec9f7fb Lint 2024-04-22 10:07:20 +02:00
Edward Firmo
66c5e58c02 New Add-on: BLE Tracker
Solves #1946
Helps with #1983
2024-04-22 10:01:10 +02:00
GitHub Actions
403f69c25c Pre-built firmware update: 8743062476 2024-04-18 18:48:49 +00:00
Edward Firmo
6021afc0f4 Merge branch 'dev' of https://github.com/Blackymas/NSPanel_HA_Blueprint into dev 2024-04-18 20:39:16 +02:00
Edward Firmo
d0152de676 Move dependences from matrix 2024-04-18 20:39:06 +02:00
GitHub Actions
78cf4333f1 Pre-built firmware update: 8742907264 2024-04-18 18:36:01 +00:00
Edward Firmo
fcc1b54b6c Merge branch 'dev' of https://github.com/Blackymas/NSPanel_HA_Blueprint into dev 2024-04-18 20:26:03 +02:00
Edward Firmo
d106243bd5 Generates individual md5 files 2024-04-18 20:25:28 +02:00
GitHub Actions
a44b1750ba Pre-built firmware update: 8742721298 2024-04-18 18:20:34 +00:00
Edward Firmo
9cdaca8371 Merge branch 'dev' of https://github.com/Blackymas/NSPanel_HA_Blueprint into dev 2024-04-18 20:06:20 +02:00
Edward Firmo
0c634cfc55 Add combined tests 2024-04-18 20:06:10 +02:00
Edward Firmo
52be1226e5 Use IDF5 2024-04-18 19:59:47 +02:00
Edward Firmo
8be27ae04b Add climate tests 2024-04-18 19:57:40 +02:00
Edward Firmo
4b049312da Add Bluetooth Proxy tests 2024-04-18 19:55:20 +02:00
GitHub Actions
246f301490 Pre-built firmware update: 8742420637 2024-04-18 17:54:34 +00:00
Edward Firmo
6c10d13a28 Use latest actions versions 2024-04-18 19:45:18 +02:00
Edward Firmo
2b7287e89d Lint 2024-04-18 19:43:03 +02:00
Edward Firmo
8026ee1846 Use custom yamllint rules 2024-04-18 19:39:18 +02:00
Edward Firmo
2f26b759da Merge branch 'dev' of https://github.com/Blackymas/NSPanel_HA_Blueprint into dev 2024-04-18 19:32:21 +02:00
Edward Firmo
da98f9570d Optimize tests 2024-04-18 19:32:10 +02:00
GitHub Actions
02b0b25cae Pre-built firmware for NSPanel - Merge branch 'dev' of https://github.com/Blackymas/NSPanel_HA_Blueprint into dev 2024-04-18 17:28:21 +00:00
Edward Firmo
e3605eab5d Merge branch 'dev' of https://github.com/Blackymas/NSPanel_HA_Blueprint into dev 2024-04-18 19:17:45 +02:00
Edward Firmo
5c867d1653 Test deeper with Arduino and IDF v5 2024-04-18 19:17:41 +02:00
GitHub Actions
822b6dab97 Pre-built firmware for NSPanel - Correct call to ap_captive_portal.end() 2024-04-18 16:55:56 +00:00
Edward Firmo
5206898c98 Correct call to ap_captive_portal.end() 2024-04-18 18:44:20 +02:00
Edward Firmo
5274b97551 Lint 2024-04-18 18:41:32 +02:00
Edward Firmo
544b2bc9cf Introducing "Add-on: Bluetooth Proxy"
Supports:
- #1983
- #1946
- #1815
2024-04-18 18:34:49 +02:00
Edward Firmo
c9be4d2422 Merge branch 'dev' of https://github.com/Blackymas/NSPanel_HA_Blueprint into dev 2024-04-18 12:35:22 +02:00
Edward Firmo
a5092a5939 Stop unnecessary services before TFT upload with pre-built versions 2024-04-18 12:35:20 +02:00
GitHub Actions
62bd8eed17 Pre-built firmware for NSPanel - Add id for BLE tests 2024-04-18 01:59:15 +00:00
Edward Firmo
6276551560 Add id for BLE tests 2024-04-18 03:48:41 +02:00
GitHub Actions
ca10827074 Pre-built firmware for NSPanel - Replace watchdog by dump_config 2024-04-18 01:35:46 +00:00
Edward Firmo
ddea304d1b Replace watchdog by dump_config 2024-04-18 03:25:06 +02:00
Edward Firmo
85d6abae93 Flag display as disconnected during upload
To prevent Blueprint sending data
2024-04-17 10:06:29 +02:00
Edward Firmo
6c2c9ab5bd Introduces "icons" library 2024-04-17 09:40:02 +02:00
Edward Firmo
acf96d4f30 Stop Bluetooth before TFT upload
Helps with:
- #1983
- #1946
- #1815
2024-04-17 09:39:38 +02:00
Edward Firmo
a6f62a053c Use send_command from Nextion 2024-04-16 11:03:20 +02:00
Edward Firmo
94d51c4b49 Use PSRAM with Nextion Upload TFT
Helps with the following:
- #1983
- #1946
- #1815
2024-04-16 10:55:29 +02:00
GitHub Actions
7da53ef510 Pre-built firmware for NSPanel - Remove psram code when psram is not included 2024-04-13 06:20:19 +00:00