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
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
007a25bb94
Split set_brightness
2023-10-21 20:12:35 +02:00
Edward Firmo
d27dc1eb4f
Send embedded climate friendly_name on boot
...
Solves #1171
2023-10-20 10:19:09 +02:00
Edward Firmo
9aba74877e
Fix operator error with IP address in ESPHome 2023.10
2023-10-18 11:30:16 +02:00
Edward Firmo
af15ec6b79
Splitting addon climate
2023-10-18 10:00:40 +02: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