Skip to content

v4.2.1

Compare
Choose a tag to compare
@joBr99 joBr99 released this 20 Aug 13:53
· 643 commits to main since this release
8475468

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-v4.2.0.tft

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

US Portrait Version: FlashNextion http://nspanel.pky.eu/lovelace-ui/github/nspanel-us-p-v4.2.0.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 @joBr99
  • state_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