From dad97a5ca0b29ce1f7c4a128f1eb9a37ab3a6a9a Mon Sep 17 00:00:00 2001 From: joBr99 <29555657+joBr99@users.noreply.github.com> Date: Sat, 26 Mar 2022 16:40:36 +0100 Subject: [PATCH] fix updater msg and bump to v1.8.3 --- HMI/nspanel.HMI | Bin 7418507 -> 7418507 bytes HMI/nspanel.tft | Bin 6264684 -> 6264684 bytes .../nspanel-lovelace-ui/luibackend/updater.py | 2 +- .../nspanel-lovelace-ui.py | 4 ++-- 4 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HMI/nspanel.HMI b/HMI/nspanel.HMI index db70b9c0027f335fa629e11fd94e4e2dd2648603..4a651d21f5763b92bf524d0e23a825fd77229641 100644 GIT binary patch delta 549 zcmcJ{y-!nN0EO|s_TCcPMJjqhPyq!+`DppBB8nm+D$-Uy3JL;6feY&5)!Bu>$G=cRh$C&Lz+L&c;%{alp z&Zoi`Q)ijDw`V&h;2qkdv?s)@kO_SYT7CUnf4zSvOIKpyTr6yG0zp`?5%Oc{1bwyWIr)#>ddNrs~O^PY5 zX0@pGYujd#_0vvO`-2PZACe}K|NP5+pC6iwM!b!P<-7ZCb0l|=Z9_Xc(1`?Y;3m3o z3*ESlJLth(+(R$!qYn?zkB1n*BRs|v4B{zwfP@URBAbld9G!ot9rUI-^>hRh`c1yz14UMm6bzE~;5Ax};VG)TVZI=(0N1 zrJzCz>xv>@yFXW0Z~kUqmEtQsZ<8ik_;iq4FC;QPkNweOm2$swVb8{Xx*I)+;woae zhFDHrHpMFUx0|pHlHe%G6aT6v@ znKonAoOuftr7c;uV%3^;8#ZNZ*|uZXo_z-n9XWR5)R}V^E@fT0cH{OlmyBZR_f(V% Z@51}=A$$y2AttU! zLa`F1%9N{6sY(D7F(xqFEUVZuvNJ$$sWY~yNW5!LGG-cY1 zS##zsSd_73*@{(b)@|6dC2L#Gj$M299XNF4*ojkT&Rw{4<=Tx~ci;I`6w7?3qkMQD XK7^0qQ}`Ud{G_AT?0e!Z_nZ6&fpJc) diff --git a/apps/nspanel-lovelace-ui/luibackend/updater.py b/apps/nspanel-lovelace-ui/luibackend/updater.py index 265eccb0..83db2b79 100644 --- a/apps/nspanel-lovelace-ui/luibackend/updater.py +++ b/apps/nspanel-lovelace-ui/luibackend/updater.py @@ -61,7 +61,7 @@ class Updater: return False # send notification about the update if self.mode == "auto-notify": - update_msg = "There's a firmware update available for the Nextion screen of the NSPanel. Do you want to start the update now? If the update fails check the installation manual and flash again over the Tasmota console. Be patient, the update will take a while." + update_msg = "There's a firmware update available for the Nextion screen of the NSPanel. Do you want tostart the update now? If the update fails check the installation manual and flash again over the Tasmota console. Be patient, the update will take a while." self.send_message_page("updateDisplayNoYes", "Display Update available!", update_msg, "Dismiss", "Yes") return True return False diff --git a/apps/nspanel-lovelace-ui/nspanel-lovelace-ui.py b/apps/nspanel-lovelace-ui/nspanel-lovelace-ui.py index e9386441..068ec6d2 100644 --- a/apps/nspanel-lovelace-ui/nspanel-lovelace-ui.py +++ b/apps/nspanel-lovelace-ui/nspanel-lovelace-ui.py @@ -64,8 +64,8 @@ class NsPanelLovelaceUIManager(hass.Hass): controller = LuiController(self, cfg, send_mqtt_msg) - desired_display_firmware_version = 18 - desired_display_firmware_url = "http://nspanel.pky.eu/lovelace-ui/github/nspanel-v1.8.2.tft" + desired_display_firmware_version = 19 + desired_display_firmware_url = "http://nspanel.pky.eu/lovelace-ui/github/nspanel-v1.8.3.tft" desired_tasmota_driver_version = 3 desired_tasmota_driver_url = "https://raw.githubusercontent.com/joBr99/nspanel-lovelace-ui/main/tasmota/autoexec.be"