Releases: joBr99/nspanel-lovelace-ui
Release list
Hourly Weather Forecasts & Default Rounding of Temperatures
Weather Forecasts without workarounds :)
Besides the Update of the App in HACS you need to do the following things:
🔄 Restart the AppDaemon Container
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:
v4.7.1 - Bugfix for cover entities
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
v4.4.0 - Update for HA 2024.04
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
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
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.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
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.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_templateis now also evaluated for entities without state #936 @joBr99state_templateis 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
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:
ha-iicon type has been removed and replaced with<I></I>notation #867 @joBr99
See: https://docs.nspanel.pky.eu/entities/
New Features:
(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
Fixes / Minor Changes:
New alternative (additional) Screensaver
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.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:
New Features:
https://docs.nspanel.pky.eu/config-screensaver
Fixes / Minor Changes:
- Added a new icon type
ha-ithat 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



