Edward Firmo
83fccfe83b
Rebuilt currentpage engine
2023-10-02 14:45:34 +02:00
Edward Firmo
09630570e6
Fix link of button02 on buttonpage03
...
Solves #1108
2023-09-26 19:59:25 +02:00
Edward Firmo
bf05419946
Fix buttonpage03 long press pointing to page 2
2023-09-23 20:28:42 +02:00
Edward Firmo
21fb3fc395
Replace confirm var on buttons pages
...
Simpler and saves some memory.
2023-09-15 14:29:22 +02:00
Edward Firmo
e1a078fea5
Media player first buttons actions
2023-09-11 23:21:57 +02:00
Edward Firmo
7452dfd2bb
Simplify touchevent engine
...
The touch event is used only for the sleeping engine (it will be used for dimming later) and it was transferring all the json info with page name, component, entity, etc.
This was replaced by a simple random integer with no meaning other than "the screen was touched, reset the timer".
2023-09-11 12:17:10 +02:00
Edward Firmo
6e65ea3d03
New "Confirm" pop-up
...
This also removes the sensor "NSPanel Event"
2023-09-10 02:48:28 +02:00
Edward Firmo
17072c4144
Standardize close button
2023-08-31 18:48:29 +02:00
Edward Firmo
960c055fb5
Clean-up TFT
...
- Removed a bunch of unused pics
- Changed page indicator to new format (which will allow future development to hide unused pages)
- Standardized close button in most pages
2023-08-31 14:27:25 +02:00
Edward Firmo
4748739155
Move brightness control to global var
...
Clean up page Home
2023-08-30 15:08:28 +02:00
Edward Firmo
99759008c8
Extended chars on buttons pages ( #988 )
...
Replaces #740
Probably solves #664
Probably solves #738
Probably solves #987
2023-08-21 22:07:56 +02:00
Edward Firmo
21822dae37
Icons on ESPHome
...
Move icons from TFT/HMI to ESPHome to prevent error on Nextion2Text.
2023-08-03 23:53:06 +02:00
Edward Firmo
cc1f6999cc
Climate - Custom buttons ( #859 )
...
* Climate - Custom buttons
Initial implementation of custom buttons on climate pages.
* Update nspanel_esphome.yaml
* Update tft files
* Update nspanel_eu_code
* update nspanel_us_code
2023-06-05 12:00:14 +02:00
Chris
6de0c44b14
Nspanel event ( #689 )
...
* upd: hmi2txt export
* upd: sync latest dev
* upd: currentpage
* upd: lightsettings
* upd: coversettings
* upd: touchevent
* Fix error preventing long click on button pages
* upd: climate
* upd: lastclick w.o. blueprint
* Upd: Long_press - Lights
* Update: Everything else (#688 )
Still a bug with confirmation message and long press button.
* Fix: Notifications
* Fix: Button long press
* Fix: Climate page
* Fix: Indoor temp when no sensor defined
* fix: open climate from homepage triggers mulitple
---------
Co-authored-by: Edward Firmo <94725493+edwardtfn@users.noreply.github.com >
2023-04-18 21:54:04 +02:00