Skip to content

Releases: joBr99/nspanel-lovelace-ui

v3.5.0

23 Oct 15:17
5ded439
Compare
Choose a tag to compare

Besides the Update of the App in HACS you need to do the following things:

  • Restart the AppDaemon Container

  • Update/reflashing of the display firmware required

How to update (automated)

  1. Update App in HACS - Restart AppDaemon Container afterwards.
  2. You should get a message for Updating the Firmware on your nspanel
How to update (manually)
1. Update App in HACS - Restart AppDaemon Container afterwards.

If you want to update manually run the following command from your tasmota console:

EU Version: FlashNextion http://nspanel.pky.eu/lovelace-ui/github/nspanel-v3.5.0.tft

US Landscape Version: FlashNextion http://nspanel.pky.eu/lovelace-ui/github/nspanel-us-l-v3.5.0.tft

US Portrait Version: FlashNextion http://nspanel.pky.eu/lovelace-ui/github/nspanel-us-p-v3.5.0.tft

For more details, see instructions in the ReadMe of the repository.

New Features:

  • Customized Icons will now be passed though to popup Pages for lights and shuters #471 @joBr99

  • New 'ha:' Alias for Icons #492 @joBr99

It is now possible to render HomeAssistant Templates instead of Icons; This allows for example to show a Temperature Value on screensaver.
icon: 'ha:{{int(state_attr("climate.wohnzimmer_boden","current_temperature"))}}°'
https://docs.nspanel.pky.eu/entities/#override-icons-or-names

  • It is now possible to show the status of a climate entity on cardGird/cardEntities; may be used in combination with navigate #469 @joBr99
    image

  • It is now possible to remove modes from cardThermo, by specifying the ones that should be shown #469 @joBr99

supportedModes: ["heat"]

image

  • Added Translations for Vacuum Cleaner Start/Stop Buttons #470

Fixes / Minor Changes:

  • notifications on screensaver are no loger affected by color or weather updates #482 @joBr99
  • fixed bug with cardThermo showing in the wrong mode #512 @joBr99
  • date is now updated hourly #524 @joBr99

v3.4.0

15 Sep 18:54
3df0fd4
Compare
Choose a tag to compare

Besides the Update of the App in HACS you need to do the following things:

  • Restart the AppDaemon Container

  • Update/reflashing of the display firmware required

How to update (automated)

  1. Update App in HACS - Restart AppDaemon Container afterwards.
  2. You should get a message for Updating the Firmware on your nspanel
How to update (manually)
1. Update App in HACS - Restart AppDaemon Container afterwards.

If you want to update manually run the following command from your tasmota console:

EU Version: FlashNextion http://nspanel.pky.eu/lovelace-ui/github/nspanel-v3.4.0.tft

US Landscape Version: FlashNextion http://nspanel.pky.eu/lovelace-ui/github/nspanel-us-l-v3.4.0.tft

US Portrait Version: FlashNextion http://nspanel.pky.eu/lovelace-ui/github/nspanel-us-p-v3.4.0.tft

For more details, see instructions in the ReadMe of the repository.

New Features:

Fixes / Minor Changes:

  • It is now possible to override the color on all entities #443 #429 @joBr99
  • fixed bug with brightness and sleepTracking #425 @joBr99

v3.3.1

29 Aug 19:19
Compare
Choose a tag to compare

Besides the Update of the App in HACS you need to do the following things:

  • Restart the AppDaemon Container

  • Update/reflashing of the display firmware required

How to update (automated)

  1. Update App in HACS - Restart AppDaemon Container afterwards.
  2. You should get a message for Updating the Firmware on your nspanel
How to update (manually)
1. Update App in HACS - Restart AppDaemon Container afterwards.

If you want to update manually run the following command from your tasmota console:

EU Version: FlashNextion http://nspanel.pky.eu/lovelace-ui/github/nspanel-v3.3.1.tft

US Landscape Version: FlashNextion http://nspanel.pky.eu/lovelace-ui/github/nspanel-us-l-v3.3.1.tft

US Portrait Version: FlashNextion http://nspanel.pky.eu/lovelace-ui/github/nspanel-us-p-v3.3.1.tft

For more details, see instructions in the ReadMe of the repository.

New Features:

  • It is now possible to override the color on weather forecast overwrites #382 @joBr99
  • It is now possible to toggle fans from cardGrid #420 @joBr99
  • sun entities are now displayed on cardEntities/cardGrid #382 @WhistleMaster
  • it is now possible to hide arming modes from alarm card #352 @WhistleMaster
  • alarm entities are now displayed on cardEntities/cardGrid #398 @WhistleMaster
  • it is now possible to start and stop vaccum cleaners from cardEntities/cardGrid #393 @joBr99
  • zones for sleep tracking are now configureable #380 @joBr99
  • it is now possible to use input_select from cardEntities/cardGrid #301 @joBr99

Fixes / Minor Changes:

  • fixed icon on fan detail page #391 @joBr99
  • sensor list/reason for failed arm on alarm page is working again #415 @joBr99
  • fixed loading of fan detail page #417 @joBr99

Tilt Controls, Secondary Background Color, Detail Page for Fans

29 Jul 15:32
8e349d1
Compare
Choose a tag to compare

Besides the Update of the App in HACS you need to do the following things:

  • Restart the AppDaemon Container

  • Update/reflashing of the display firmware required

How to update (automated)

  1. Update App in HACS - Restart AppDaemon Container afterwards.
  2. You should get a message for Updating the Firmware on your nspanel
How to update (manually)
1. Update App in HACS - Restart AppDaemon Container afterwards.

If you want to update manually run the following command from your tasmota console:

EU Version: FlashNextion http://nspanel.pky.eu/lovelace-ui/github/nspanel-v3.2.0.tft

US Landscape Version: FlashNextion http://nspanel.pky.eu/lovelace-ui/github/nspanel-us-l-v3.2.0.tft

US Portrait Version: FlashNextion http://nspanel.pky.eu/lovelace-ui/github/nspanel-us-p-v3.2.0.tft

For more details, see instructions in the ReadMe of the repository.

New Features:

  • Added option to configure the background color (black or the default slight gray value from Homeassistant) # @joBr99

defaultBackgroundColor | True | string | ha-dark | backgroud color of all cards, valid values: black, ha-dark

  • Added color overwrite based on the entity state #295 @joBr99
            color:
                "on": [255,0,0]
                "off": [0,0,255]
  • Fans are now displayed as Switch, with a detail Page like covers or lights #326 @joBr99
  • Implemented tilt controls for covers on cover detail page #240 @joBr99

Fixes / Minor Changes:

  • Improved brightness calculation on startup #333 @joBr99
  • Improved Page Layout of media card in US-P Firmware #334 @joBr99
  • Added Combining Diacritical Marks for Vietnamese #308 @joBr99
  • Improved Handling of Color Updates on Screensaver #307 #304 @joBr99
  • custom colours on navigate items #298 @joBr99

Bugfix

17 Jun 16:03
Compare
Choose a tag to compare

Besides the Update of the App in HACS you need to do the following things:

  • Restart the AppDaemon Container

  • Update/reflashing of the display firmware required

How to update (automated)

  1. Update App in HACS - Restart AppDaemon Container afterwards.
  2. You should get a message for Updating the Firmware on your nspanel
How to update (manually)
1. Update App in HACS - Restart AppDaemon Container afterwards.

If you want to update manually run the following command from your tasmota console:

EU Version: FlashNextion http://nspanel.pky.eu/lovelace-ui/github/nspanel-v3.1.0.tft

US Landscape Version: FlashNextion http://nspanel.pky.eu/lovelace-ui/github/nspanel-us-l-v3.1.0.tft

US Portrait Version: FlashNextion http://nspanel.pky.eu/lovelace-ui/github/nspanel-us-p-v3.1.0.tft

For more details, see instructions in the ReadMe of the repository.

Changes:

  • Fixed #220 @joBr99
  • fixed timeAddTemplate in combination with screensaver themes @joBr99
  • some minor improvements to cardEntities @joBr99

Status Icons, Config Enhancements

12 Jun 12:25
Compare
Choose a tag to compare

Besides the Update of the App in HACS you need to do the following things:

  • Restart the AppDaemon Container

  • Update/reflashing of the display firmware required

How to update (automated)

  1. Update App in HACS - Restart AppDaemon Container afterwards.
  2. You should get a message for Updating the Firmware on your nspanel
How to update (manually)
1. Update App in HACS - Restart AppDaemon Container afterwards.

If you want to update manually run the following command from your tasmota console:

EU Version: FlashNextion http://nspanel.pky.eu/lovelace-ui/github/nspanel-v3.0.0.tft

US Landscape Version: FlashNextion http://nspanel.pky.eu/lovelace-ui/github/nspanel-us-l-v3.0.0.tft

US Portrait Version: FlashNextion http://nspanel.pky.eu/lovelace-ui/github/nspanel-us-p-v3.0.0.tft

For more details, see instructions in the ReadMe of the repository.

Changes:

  • Icon Overwrite Feature allows now the configuration of different icons per homeassistant state @joBr99
  • added two configurable status icons to screensaver page #233 @joBr99

image

  • active screen brightness is now configurable with screenBrightness Key, working similar to sleepBrightness Key #239 @joBr99
  • Color Picker on Light Detail Page is now bigger in US-P Version #225 @joBr99
  • alarm card is now able to show the reason for a failed attempt to arm #242 @joBr99
  • qrcode text is now also parsed as a HA Template #251 @joBr99
  • qrcode is now automatically centering in case there are no entities configured #250 @joBr99
  • there is now an action configurable for the media icon in the top left corner of the media page #255 @joBr99
  • cardEntites and cardGrid Entities are now supporting conditions for displayed items #258 @joBr99
  • added support for zh-hant and zh-hans language #197 @joBr99
  • navigate entities can now display the status of another HA entity #228 @joBr99
  • icon color is now overwritable #254 @joBr99
  • navigate items can now have a status/take over state/value from entities #263 #228 @joBr99
  • climate/thermo cards supports now setting a temperature range for devices supporting it #124 @joBr99
  • change char limit for sensors on cardGrid to 4 #284 @joBr99
    image

Breaking Change:

  • syntax of iText has been changed
  • fixed typo in timeAdditionalTemplate and dateAdditionalTemplate

Redesign of Climate Page / WiFi Page / Swipe Support (kind of)

27 May 14:56
eed2210
Compare
Choose a tag to compare

Besides the Update of the App in HACS you need to do the following things:

  • Restart the AppDaemon Container

  • Update/reflashing of the display firmware required

How to update (automated)

After restarting the AppDaemon Container, you should get a message for Updating on your nspanel

How to update (manually)

You should get a notification about the display firmware update on your panel with this release, just press yes and wait for completion of the flashing.

If you want to update manually run the following command from your tasmota console:

EU Version: FlashNextion http://nspanel.pky.eu/lovelace-ui/github/nspanel-v2.9.0.tft

US Landscape Version: FlashNextion http://nspanel.pky.eu/lovelace-ui/github/nspanel-us-l-v2.9.0.tft

US Portrait Version: FlashNextion http://nspanel.pky.eu/lovelace-ui/github/nspanel-us-p-v2.9.0.tft

For more details see instructions in the ReadMe of the repository.

Changes:

  • With this release comes a edge swipe feature as an alternative to the navigation buttons, thanks to #182 @matrixx567

  • Redesign of Climate Page - to reclaim some space for addional features in future releases @joBr99

  • Climate Page does now support up to 8 different modes #180 @joBr99

image

  • climate has now a config option for the temperature unit #189 @joBr99

  • config option to show addional text in date line #195 @joBr99

  • covers are now showing their end positions through the color of the up and down buttons #196 @joBr99

image

  • new page for displaying a qr-code next to 2 entities #194 @joBr99

image

  • defaultCard config option on screensaver is now evaluated as home assistant template #193 @joBr99

  • sensors are now showing their value on cardGrid thanks to #208 @illuzn

  • device types of covers are now used to change the icons #203 @illuzn

  • sensor icon mappings are now added for all types #207 @illuzn

  • icons on screensaver can be configured to be colorized #219 @illuzn

image

  • added support to enable/disable automations #218 @joBr99

  • **title on cardThermo and cardMedia is now overridable #229 @joBr99 **

Updated Material Design Icons, Fan and Lock Support

07 May 09:51
c647c42
Compare
Choose a tag to compare

Besides the Update of the App in HACS you need to do the following things:

  • Restart the AppDaemon Container

  • Update/reflashing of the display firmware required

How to update (automated)

After restarting the AppDaemon Container, you should get a message for Updating on your nspanel

How to update (manually)

You should get a notification about the display firmware update on your panel with this release, just press yes and wait for completion of the flashing.

If you want to update manually run the following command from your tasmota console:

EU Version: FlashNextion http://nspanel.pky.eu/lovelace-ui/github/nspanel-v2.8.1.tft

US Landscape Version: FlashNextion http://nspanel.pky.eu/lovelace-ui/github/nspanel-us-l-v2.8.1.tft

US Portrait Version: FlashNextion http://nspanel.pky.eu/lovelace-ui/github/nspanel-us-p-v2.8.1.tft

For more details see instructions in the ReadMe of the repository.

Changes:

  • updated Material Design Icons
  • fixed localization
  • added support for locks on entity/grid page
  • added support for fans on entity page
  • localization on popup pages
  • position info on shutter page
  • sleepTracking is now usable with presence/occupancy sensors
  • notifications on screensaver
  • fixed CRC on messages sent from panel
  • fixed sliders on entities page in US-P version

Display Flash Optimization, Screensaver Improvements

15 Apr 16:12
69e52c3
Compare
Choose a tag to compare

Besides the Update of the App in HACS you need to do the following things:

  • Restart the AppDaemon Container

After restarting the AppDaemon Container, you should get messages for Updating on your nspanel

  • Update/reflashing of the display firmware required

  • Update/reflashing of the tasmota berry driver required

How to update

You should get a notification about the display firmware update on your panel with this release, just press yes and wait for completion of the flashing.

If you want to update manually run the following command from your tasmota console:

EU Version: FlashNextion http://nspanel.pky.eu/lovelace-ui/github/nspanel-v2.7.2.tft

US Landscape Version: FlashNextion http://nspanel.pky.eu/lovelace-ui/github/nspanel-us-l-v2.7.2.tft

US Portrait Version: FlashNextion http://nspanel.pky.eu/lovelace-ui/github/nspanel-us-p-v2.7.2.tft

If you want to update the berry driver manually run the following tasmota command:

Backlog UpdateDriverVersion https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/main/tasmota/autoexec.be; Restart 1

For more details see instructions in the ReadMe of the repository.

Changes:

  • Screensaver Items are now updating immediately and no longer in a 15-minute interval
  • Screensaver Page is now usable with navigation items
  • Logging bugfix, log source is now displayed correctly
  • Huge Performace Improvements on Display Flashing
    • Full Flash down from 15 minutes to 5 minutes
    • Update Flash down from 4 minutes to 22 seconds

Icons, Languages and more Languages

08 Apr 20:51
Compare
Choose a tag to compare

Besides the Update of the App in HACS you need to do the following things:

  • Restart the AppDaemon Container

  • Update/reflashing of the display firmware required

How to update

You should get a notification about the display firmware update on your panel with this release, just press yes and wait for completion of the flashing.

If you want to update manually run the following command from your tasmota console:

EU Version: FlashNextion http://nspanel.pky.eu/lovelace-ui/github/nspanel-v2.6.0.tft

US Landscape Version: FlashNextion http://nspanel.pky.eu/lovelace-ui/github/nspanel-us-l-v2.6.0.tft

US Portrait Version: FlashNextion http://nspanel.pky.eu/lovelace-ui/github/nspanel-us-p-v2.6.0.tft

For more details see instructions in the ReadMe of the repository.

Changes:

  • you can now use all 5118 Icons in the new Cheetsheet instead of 60
    Icon Cheetsheet

  • added support for a ton of non-latin characters

  • added translations for 21 new languages (bold ones are new)

    • af_xx - Afrikaans
    • ar_xx - Arabic
    • bg_xx - Bulgarian
    • ca_xx - Catalan
    • cs_xx - Czech
    • da_xx - Danish
    • de_xx - German
    • el_xx - Greek
    • en_xx - English
    • es_xx - Spanish
    • et_xx - Estonian
    • fa_xx - Persian
    • fi_xx - Finnish
    • fr_xx - French
    • he_xx - Hebrew
    • hr_xx - Croatian
    • hu_xx - Hungarian
    • hy_xx - Armenian
    • id_xx - Indonesian
    • is_xx - Icelandic
    • it_xx - Italian
    • lb_xx - Luxembourgish
    • lt_xx - Lithuanian
    • lv_xx - Latvian
    • nb_xx - Norwegian
    • nl_xx - Dutch
    • nn_xx - Norwegian
    • pl_xx - Polish
    • pt_xx - Portuguese
    • ro_xx - Romanian
    • ru_xx - Russian
    • sk_xx - Slovak
    • sl_xx - Slovenian
    • sv_xx - Swedish
    • th_xx - Thai
    • tr_xx - Turkish
    • uk_xx - Ukrainian
    • vi_xx - Vietnamese