Commit Graph

57 Commits

Author SHA1 Message Date
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
58cffafefc Remove is_detected 2023-11-28 14:36:36 +01:00
Edward Firmo
819ba1fe04 Bump version to 4.1.2 2023-11-26 14:58:17 +01:00
Edward Firmo
20e8694566 Code clean-up 2023-11-26 08:42:47 +01:00
Edward Firmo
60b14d5315 add page_names array 2023-11-25 17:49:22 +01:00
Edward Firmo
48c5453f0a Add compatibility to IDF v5 2023-11-25 17:30:10 +01:00
bkbartk
0ecc8ac016 fix button picture fallback
when localfallback is enabled,
and the switch is turned off
relay_1-> state = off(false)
so the action won't be applied and it takes a second for the HA automation to update the icon.

so this check should not be here, it should only for fallback and then choose 1/0 based on the state.

remark(I cannot test off to on atm as my custom change then opens the detail page, but I have no reason to think this won't work)
2023-11-24 21:13:23 +01:00
Edward Firmo
0584b07275 Remove unnecessary code 2023-11-24 18:39:35 +01:00
Edward Firmo
dc6bc5d04f Revert back comments 2023-11-24 18:35:35 +01:00
Edward Firmo
8b5d7bfb05 Move "Nextion display - Power" to Diagnostic and disabled 2023-11-24 18:33:55 +01:00
Edward Firmo
feacca7391 Wait for display setup when turning on 2023-11-24 18:22:03 +01:00
Edward Firmo
c6141b97f6 Set display not available when power off 2023-11-24 17:24:59 +01:00
bkbartk
3f9f0c00de make screen power available
sorry,

I'm stubborn, but I sometimes prefer this over the 15 sec press
2023-11-24 09:08:00 +01:00
Edward Firmo
786f7795ed Close Notification page when cleared 2023-11-22 21:12:27 +01:00
Edward Firmo
9ff6e42e8e Add option to wake-up to Climate page
Solves #1321
2023-11-22 21:08:05 +01:00
Edward Firmo
6025da2850 Stop fallback to Home when notification is shown
Solves #1261
2023-11-14 07:38:46 +01:00
Edward Firmo
84edfcb8ea Add esphome.xxxxx_play_rtttl back to core
Solves #1262
2023-11-14 07:26:34 +01:00
Edward Firmo
bab945b242 Bump version to 4.1
Ready for release
2023-11-12 09:35:36 +01:00
Edward Firmo
ba2df603c3 Bump version to 4.1b1
For beta testing
2023-11-11 11:24:09 +01:00
Edward Firmo
c8cf7b8046 Change parameter of display_wrapped_text
To add compatibility to ESPHome 2023.11

Solves #1247
2023-11-11 10:19:04 +01:00
Edward Firmo
035ebd64dc change notification_show parameter to message
For compatibility with ESPHome 2023.11.

Solves #1247
2023-11-11 10:13:17 +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
889aa4fd43 Handle boot with blank tft 2023-11-10 12:30:43 +01:00
Edward Firmo
eb3a643f76 New blank tft 2023-11-10 12:05:59 +01:00
Edward Firmo
649c891881 Remove service show_all
To clean-up a bit the list of services.
2023-11-10 09:48:27 +01:00
Edward Firmo
dab2bb9c55 Selectable chips size 2023-11-09 21:15:48 +01:00
Edward Firmo
2616e4d5d1 Disable logger via UART
https://github.com/Blackymas/NSPanel_HA_Blueprint/discussions/1240#discussion-5829722
2023-11-09 16:56:33 +01:00
Edward Firmo
d2f4e01d30 Show alarm state even when action is not supported
There are "read only" alarms with 0 as supported features but users still wanna see the current state.

Probably solves #1146
2023-11-09 10:56:51 +01:00
Edward Firmo
d7a0aa0c04 Split service global_settings
Could be that IDF framework limits the parameters of a service in some way? To be investigated.

Hopefully this solves #1243
2023-11-09 10:29:22 +01:00
Edward Firmo
0db04942d6 Fix update of detailed page when other entity got updated
- Solves #1225
- Solves #1235
- Solves #1242
2023-11-09 09:59:02 +01:00
Edward Firmo
44ab4adc43 Revert calls to color
This is break compatibility with IDF v5.
2023-11-09 01:01:59 +01:00
Edward Firmo
e439953fdb Fix parameter name on send_command_value 2023-11-08 23:44:53 +01:00
Edward Firmo
6ecf19e935 Roll back embedded color565 2023-11-07 21:56:25 +01:00
Edward Firmo
c56f482516 User embedded color565 conversion 2023-11-07 21:51:41 +01:00
Edward Firmo
0660ef0228 Fix string comparison 2023-11-07 21:43:34 +01:00
Edward Firmo
137539e85c Fix publish_state for new sensor 2023-11-07 21:42:26 +01:00
Edward Firmo
f0394bb5bc Ad sensor detailed_entity_id 2023-11-07 21:39:44 +01:00
Edward Firmo
bc93bc523f Change send_command_value params 2023-11-07 21:23:28 +01:00
Edward Firmo
24d2ff71b2 web_server replaced by json
It takes less memory and provides the libraries needed for this project.
2023-11-07 14:15:47 +01:00
Edward Firmo
c838216c1f Fix for esp-idf types 2023-11-07 13:10:34 +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
ce814af3d3 Change framework back to default
As users should flash with serial to change framework
2023-11-06 08:16:45 +01:00
Edward Firmo
8f128ac6b5 Wait for TFT version on boot sequence
This should be reviewed after https://github.com/esphome/esphome/pull/5673 is released.
2023-11-05 20:16:10 +01:00
Edward Firmo
8184ada7a1 Improved boot sequence
Restart with hw button 10s hold - Helps with #1224
Restart Nextion if not connected to ESPHome after 30s - Helps with #1224
Prepare for future support to 921600bps
2023-11-05 09:32:22 +01:00
Edward Firmo
0a26861444 Code clean-up 2023-11-03 21:10:42 +01:00
Edward Firmo
fdc8b81fd0 Exit reparse on boot 2023-11-03 19:40:57 +01:00
Edward Firmo
fce2c5e4be Set framework esp-idf by default 2023-11-01 21:29:06 +01:00