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-v4.1.1.tft
US Landscape Version: FlashNextion http://nspanel.pky.eu/lovelace-ui/github/nspanel-us-l-v4.1.1.tft
US Portrait Version: FlashNextion http://nspanel.pky.eu/lovelace-ui/github/nspanel-us-p-v4.1.1.tft
For more details, see instructions in the ReadMe of the repository.
Breaking Changes:
- The new popupLight page added from previous release has been moved behind a feature flag #945 @joBr99
Add featureExperimentalSliders: True
to your config to stick with the new popupLight Page.
config:
panelRecvTopic: "tele/tasmota_debug/RESULT"
panelSendTopic: "cmnd/tasmota_debug/CustomSend"
featureExperimentalSliders: True
Fixes / Minor Changes:
- Fixed multiple erros with cardGrid and more than 5 entites #957 #923 #922 #917 #915 @joBr99
- Time in forecast is now shown timezone aware #955 @joBr99
state_template
is now also evaluated for entities without state #936 @joBr99state_template
is now also evaluated for entities without state #936 @joBr99- Fixed sleep timeout being overwritten on popupNotify #933 @joBr99
- Fixed tilt call for covers #939 @sairon