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)
- Update App in HACS - Restart AppDaemon Container afterwards.
- 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:
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
-
It is now possible to remove modes from cardThermo, by specifying the ones that should be shown #469 @joBr99
supportedModes: ["heat"]
- Added Translations for Vacuum Cleaner Start/Stop Buttons #470