Skip to content

Tilt Controls, Secondary Background Color, Detail Page for Fans

Choose a tag to compare

@joBr99 joBr99 released this 29 Jul 15:32
8e349d1

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