Edward Firmo
dc4a5f43e1
Reorg repo
...
Simplifies things
2024-02-16 16:55:12 +01:00
Edward Firmo
730fc62643
Lint
2024-02-01 14:18:41 +01:00
Edward Firmo
98c6cf9849
Expose sensors to HA
2024-01-21 23:13:38 +01:00
Edward Firmo
519a8b48fb
Lint
2024-01-16 10:00:54 +01:00
Edward Firmo
a84c428ab8
yamllint
2023-12-18 17:48:45 +01:00
Edward Firmo
65408e3a44
Repo reorg
2023-12-07 07:42:01 +01:00
Edward Firmo
0565f5f522
Redistribute tree
2023-12-04 18:52:02 +01:00
Edward Firmo
af15ec6b79
Splitting addon climate
2023-10-18 10:00:40 +02:00
Edward Firmo
62e755042c
Removed advanced from base package
2023-10-17 09:19:55 +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
Edward Firmo
4daf567f44
Revert back to arduino
...
It failed tests
2023-10-16 11:59:38 +02:00
Edward Firmo
6e57a2a316
esp-idf framework
...
Saves memory, between other benefits.
2023-10-16 11:00:50 +02:00
Edward Firmo
c9ff45f2b9
Pages constructors on scripts
...
This will simplify the calls for new add-ons.
2023-10-16 10:58:47 +02:00
Edward Firmo
d89aa90d12
Fix log message
2023-10-13 22:46:10 +02:00
Edward Firmo
5a0c04dc69
Remove trailing spaces
2023-10-13 22:26:12 +02:00
Edward Firmo
95f321d590
Mapping to dos
2023-10-13 22:24:00 +02:00
Edward Firmo
7f0657ae8f
Clean up upload_tft
2023-10-13 22:17:01 +02:00
Edward Firmo
35394d5d22
Standardizing logs calls
2023-10-13 15:41:01 +02:00
Edward Firmo
a1f1a8a31d
upload_tft support to esp-idf
...
Still needing some code clean-up
2023-10-13 15:06:28 +02:00
Edward Firmo
290140524e
Use default power save mode
...
Just because is not needed to specify this and the default mode (LIGHT) should be enough.
2023-10-13 09:23:46 +02:00
Edward Firmo
597b1b2abd
Use exit reparse mode from Nextion library
...
This is part of the preparation for esp-idf framework
2023-10-06 10:49:32 +02:00
Edward Firmo
93194d0f8f
Prepares for esp-idf
...
I haven't decided for `esp-idf` framework yet, but wanna play a bit as it looks to be saving some memory, so I want to prepare the system to support both frameworks (together with `arduino`).
2023-10-05 09:32:36 +02:00
Edward Firmo
303f5361ec
Move non critical components to nspanel_esphome_advanced
...
To free up some memory on ESPHome.
2023-10-04 10:15:46 +02:00
Edward Firmo
189b3e7dcd
Fix filter on current_page
2023-10-03 19:12:09 +02:00
Edward Firmo
d7116c0c68
Removed unnecessary call to bt_notific
...
`notification` page is loaded right after that.
2023-10-03 14:56:48 +02:00
Edward Firmo
742e2a243d
Update home page when notification changes
...
Solves #1136
2023-10-03 14:37:46 +02:00
Edward Firmo
b6a5ea76c0
Removed remaining time call
2023-10-03 07:45:52 +02:00
Edward Firmo
a7aafdb348
Limit max chunk_size to 32768
...
To leave more heap memory available.
It might slow down a bit the transfers.
2023-10-03 00:06:35 +02:00
Edward Firmo
e0a7cd903b
After boot check-up
...
Check for display availability after boot and, if not available, power cycle Nextion
2023-10-02 19:19:02 +02:00
Edward Firmo
985d6b5161
Fix invalid call to page var
2023-10-02 15:03:20 +02:00
Edward Firmo
83fccfe83b
Rebuilt currentpage engine
2023-10-02 14:45:34 +02:00
Edward Firmo
201428da47
Rebuilt upload_tft and replaced fonts
2023-10-01 15:05:36 +02:00
Edward Firmo
112e52f3d4
v4.0.2 patch release
2023-09-27 11:39:38 +02:00
Edward Firmo
f72a1038cd
Removed unnecessary refresh of relay's chips
...
Solves #1068
2023-09-27 08:55:48 +02:00
Edward Firmo
a424c8c17b
v4.0.1 patch release
2023-09-25 13:27:20 +02:00
Edward Firmo
91a1cca29c
v4.0.1beta
2023-09-24 15:09:04 +02:00
Edward Firmo
327b40ecd8
Reset sleep timer when brightness settings changes
...
Solves #1087
Also removes limit to 10char on "Brightness" on Settings page.
2023-09-23 22:54:20 +02:00
Edward Firmo
12f6bd75b5
Fix mute volume not working
...
Solves #1079 items 2 and 3
2023-09-23 22:11:06 +02:00
Edward Firmo
17c14e9ab0
Code clean-up
2023-09-22 11:17:35 +02:00
Edward Firmo
1065fe0568
Ignore different patch versions
...
Change the versioning control to major and minor only, ignoring differences on the patch version.
So components with different patch versions should be able to work with each other as soon the major and minor versions are the same.
This same logic was implemented on the blueprint before the 4.0 release.
2023-09-22 10:54:48 +02:00
Edward Firmo
6ad844a9d8
Removed display_current_brightness
...
I've removed this sensor as it was spamming the logs and taking memory without providing real benefit.
2023-09-22 10:14:44 +02:00
Edward Firmo
a42feafa8c
v4.0 release
2023-09-20 16:33:48 +02:00
Edward Firmo
c375a93d8e
Bump version to 4.0b2
2023-09-20 10:08:03 +02:00
Edward Firmo
1a4cb27e01
Change version to 4.0dev
...
To differentiate from beta.
2023-09-18 18:01:42 +02:00
Edward Firmo
a653d47e3c
Bump version to 4.0beta
...
To reduce the chance of an obsolete file in use after the release.
2023-09-18 17:51:47 +02:00
Edward Firmo
5158fa86d3
Clean up code
...
- Removed commented out lines
- Removed temporary logs
Getting prepared to release
2023-09-18 17:25:37 +02:00
Edward Firmo
ee5ccd0bff
Fix climate page not opening when offline
...
Solves https://github.com/Blackymas/NSPanel_HA_Blueprint/discussions/995#discussioncomment-6834067
2023-09-18 16:39:22 +02:00
Edward Firmo
8859d8b229
Fix time duration when HA isn't updating position
2023-09-18 14:07:12 +02:00
Edward Firmo
0a1a0a811a
Resolve validation
2023-09-18 02:37:53 +02:00