Skip to content

Releases: joBr99/nspanel-lovelace-ui

Hourly Weather Forecasts & Default Rounding of Temperatures

Choose a tag to compare

@joBr99 joBr99 released this 31 Jul 18:42
a94cf0c

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

🔄 Restart the AppDaemon Container

Features

  • Implement hourly/twice daily type for weather forecasts @joBr99 #1351

Bugfixes:

Weather Forecasts without workarounds :)

Choose a tag to compare

@joBr99 joBr99 released this 12 Jun 17:55
acdba46

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

🔄 Restart the AppDaemon Container

↔️ Replace forecast sensor with weather entity

    screensaver:
      doubleTapToUnlock: True
      entities:
        - entity: weather.your_weather_entity
        - entity: weather.your_weather_entity
          type: 0
        - entity: weather.your_weather_entity
          type: 1
        - entity: weather.your_weather_entity
          type: 2
        #- entity: sensor.weather_forecast_daily
        #  type: 0
        #- entity: sensor.weather_forecast_daily
        #  type: 1
        #- entity: sensor.weather_forecast_daily
        #  type: 2

Remove the forecast sensor from your homeassistant configuration.yaml

For reference, this section is no longer needed:

template:
  - trigger:
      - platform: time_pattern
        hours: /1
    action:
      - service: weather.get_forecasts
        data:
          type: daily
        target:
          entity_id: weather.your_weather_entity
        response_variable: daily
    sensor:
      - name: Weather Forecast Daily
        unique_id: weather_forecast_daily
        state: "{{ now().isoformat() }}"
        attributes:
          forecast: "{{ daily['weather.your_weather_entity'].forecast }}"

Bugfixes:

  • Implement weather forecast via service call @Aulos #1349

v4.7.1 - Bugfix for cover entities

Choose a tag to compare

@joBr99 joBr99 released this 30 May 07:03
4dc39c1

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

🔄 Restart the AppDaemon Container

Bugfixes:

  • Fix for cover entities without supported supported_features attribute @joBr99

v4.7.0 - First patches for new AppDaemon Version

Choose a tag to compare

@joBr99 joBr99 released this 28 May 20:27
16909f7

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

🔄 Restart the AppDaemon Container

New Features:

  • Implemented changes to work with AppDaemon Version @sairon #1333

v4.4.0 - Update for HA 2024.04

Choose a tag to compare

@joBr99 joBr99 released this 30 Mar 12:26
d94d937

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

🔄 Restart the AppDaemon Container

Add the following workaround to your Home Assistant configuration.yaml

https://docs.nspanel.pky.eu/stable/prepare_ha/#workaround-for-homeassistant-202404

🔄 Restart Home Assistant

New Features:

  • Implemented changes to work with upcoming Homeassistant Version 2024.04 @joBr99

Preperations for upcoming Homeassistant Version

Choose a tag to compare

@joBr99 joBr99 released this 31 Oct 17:10
33c6ddd

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

🔄 Restart the AppDaemon Container

New Features:

  • Implemented changes to work with upcoming Homeassistant Version 2023.11 (light entities caused an error) @joBr99

v4.3.2

Choose a tag to compare

@joBr99 joBr99 released this 16 Sep 11:32
ffcd872

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.3.1.tft

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

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

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

New Features:

          - entity: light.schreibtischlampe
            font: small
            icon: "text:text123"

v4.2.1

Choose a tag to compare

@joBr99 joBr99 released this 20 Aug 13:53
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

New popupLights and alternative cardGrid

Choose a tag to compare

@joBr99 joBr99 released this 20 May 15:05
b7de710

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.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:

New Features:

  • New popup style inspired from HA 2023.03 #371 @joBr99

image

(This has some downsides and rendering isn't always clean on nspanel, but looks way better)
Also thanks to @Coding-Lion for the idea with the font :)

  • cardGrid is now able to show 8 entities and will adjust dynamically after adding more than 6 entities #898 @joBr99

image

Fixes / Minor Changes:

  • Fixed QrCode Scanning on some devices #830 @joBr99
  • Show input instead of error if there is no translation found #874 @joBr99
  • Fixed bug with negative power values not showing correctly on cardPower #869 @joBr99

New alternative (additional) Screensaver

Choose a tag to compare

@joBr99 joBr99 released this 26 Feb 15:32

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.0.3.tft

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

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

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

Breaking Changes:

  • US-P: Moving direction of power on cardPower flipped #768 @joBr99

New Features:

  • Added an popup to select effects of an light entity #371 @joBr99

image

screensaver2

https://docs.nspanel.pky.eu/config-screensaver

Fixes / Minor Changes:

  • Added a new icon type ha-i that allows to use homeassistant templates with mdi icons names #721 @joBr99
  • Added config options for customizing OTA URLs #736 @joBr99
  • Added a cooldown option that can be configured to rate limit entity Updates to a card #738 @joBr99
  • It's now possible to define the timeout for the screensaver per card #746 @joBr99