Compare commits

...

14 Commits

Author SHA1 Message Date
Johannes
0074a29c31 fixes #739 2023-03-03 16:39:32 +01:00
joBr99
948d70f55a fix #789 2023-02-28 20:12:15 +01:00
Johannes
d41e031c14 Update nspanel-lovelace-ui.py 2023-02-27 20:04:00 +01:00
joBr99
f19b3bac36 Merge branch 'main' of github.com:joBr99/nspanel-lovelace-ui 2023-02-27 20:00:33 +01:00
joBr99
1578b1d43b update iobroker skript to 4.0.3 2023-02-27 20:00:21 +01:00
joBr99
7abb24378f Merge branch 'main' of github.com:joBr99/nspanel-lovelace-ui (add nextion2text) 2023-02-27 18:57:49 +00:00
joBr99
51e8b83244 Merge branch 'main' of github.com:joBr99/nspanel-lovelace-ui 2023-02-27 19:53:54 +01:00
joBr99
29de6438cf bugfix popupNotify to screensaver2 2023-02-27 19:53:45 +01:00
joBr99
425f601e8c . 2023-02-27 19:53:34 +01:00
joBr99
111138005f . 2023-02-27 19:53:31 +01:00
Armilar
b93643f1cc v4.0.2 - Release
- Add new HMI Serial-Protocol to cardPower
- Check whether setObjects is set
- Add Screensaver2 - Renew all Screensaver functions
- Fix bExit - to much notify~~ events outside of screensaver --> Black Screens
- Add Screensaver2 Parameter to Service Pages
- Add cardUnlock
- Extension of the Squeezebox player by bembelstemmer
- cardChart/cardLChart YAxisTicks from a datapoint by bembelstemmer
- Make Temperature Steps configurable by bembelstemmer
- Hotfix cardThermo Status by Gargano
- Optimize cardThermo by bembelstemmer
- use dynamically Indicator-Icons in Advanced-Screensaver by Gargano
2023-02-27 17:12:22 +01:00
Armilar
1f017d6c3f v4.0.2 - Release
- Add new HMI Serial-Protocol to cardPower
- Check whether setObjects is set
- Add Screensaver2 - Renew all Screensaver functions
- Fix bExit - to much notify~~ events outside of screensaver --> Black Screens
- Add Screensaver2 Parameter to Service Pages
- Add cardUnlock
- Extension of the Squeezebox player by bembelstemmer
- cardChart/cardLChart YAxisTicks from a datapoint by bembelstemmer
- Make Temperature Steps configurable by bembelstemmer
- Hotfix cardThermo Status by Gargano
- Optimize cardThermo by bembelstemmer
- use dynamically Indicator-Icons in Advanced-Screensaver by Gargano
2023-02-27 16:54:46 +01:00
Armilar
68d353b03c v4.0.0
- Add new HMI Serial-Protocol to cardPower
- Check whether setObjects is set
- Add Screensaver2 - Renew all Screensaver functions
- Fix bExit - to much notify~~ events outside of screensaver --> Black Screens
- Add Screensaver2 Parameter to Service Pages
- Add cardUnlock
- Extension of the Squeezebox player by bembelstemmer
- cardChart/cardLChart YAxisTicks from a datapoint by bembelstemmer
- Make Temperature Steps configurable by bembelstemmer
- Hotfix cardThermo Status by Gargano
- Optimize cardThermo by bembelstemmer
2023-02-27 15:27:02 +01:00
Armilar
4c460247ff v4.0.0 - Update
- Add new HMI Serial-Protocol to cardPower
- Check whether setObjects is set
- Add Screensaver2 - Renew all Screensaver functions
- Fix bExit - to much notify~~ events outside of screensaver --> Black Screens
- Add Screensaver2 Parameter to Service Pages
- Add cardUnlock
- Extension of the Squeezebox player by bembelstemmer
- cardChart/cardLChart YAxisTicks from a datapoint by bembelstemmer
- Make Temperature Steps configurable by bembelstemmer
- Hotfix cardThermo Status by Gargano
- Optimize cardThermo by bembelstemmer
2023-02-27 15:14:25 +01:00
20 changed files with 1850 additions and 713 deletions

View File

@@ -6,10 +6,6 @@ pageIcons
7 Component(s)
0 Line(s) of event code
0 Unique line(s) of event code
popupNotify
19 Component(s)
257 Line(s) of event code
166 Unique line(s) of event code
popupShutter
25 Component(s)
398 Line(s) of event code
@@ -26,6 +22,10 @@ popupInSel
34 Component(s)
617 Line(s) of event code
295 Unique line(s) of event code
popupNotify
19 Component(s)
261 Line(s) of event code
168 Unique line(s) of event code
pageTest
26 Component(s)
68 Line(s) of event code
@@ -90,5 +90,5 @@ cardEntities
Total
21 Page(s)
800 Component(s)
9218 Line(s) of event code
9222 Line(s) of event code
2331 Unique line(s) of event code

View File

@@ -628,6 +628,10 @@ Timer tmSerial
{
page screensaver
}
if(tId.txt=="screensaver2")
{
page screensaver2
}
if(tId.txt=="cardEntities")
{
page cardEntities

View File

@@ -399,6 +399,10 @@ Timer tmSerial
{
page screensaver
}
if(tId.txt=="screensaver2")
{
page screensaver2
}
if(tId.txt=="cardEntities")
{
page cardEntities

Binary file not shown.

Binary file not shown.

View File

@@ -1,4 +1,4 @@
+++ /dev/fd/62 2023-02-18 15:07:51.297065909 +0000
+++ /dev/fd/62 2023-02-27 18:57:41.462287194 +0000
+I/n2t-out/Program.s.txt
++ HMI/US/portrait/n2t-out/Program.s.txt
+I/n2t-out/cardEntities.txt

View File

@@ -14,10 +14,6 @@ popupLight
28 Component(s)
408 Line(s) of event code
225 Unique line(s) of event code
popupNotify
19 Component(s)
257 Line(s) of event code
166 Unique line(s) of event code
popupFan
27 Component(s)
351 Line(s) of event code
@@ -58,6 +54,10 @@ pageStartup
19 Component(s)
189 Line(s) of event code
133 Unique line(s) of event code
popupNotify
19 Component(s)
261 Line(s) of event code
168 Unique line(s) of event code
cardMedia
59 Component(s)
645 Line(s) of event code
@@ -90,5 +90,5 @@ cardEntities
Total
21 Page(s)
811 Component(s)
9622 Line(s) of event code
9626 Line(s) of event code
2453 Unique line(s) of event code

View File

@@ -628,6 +628,10 @@ Timer tmSerial
{
page screensaver
}
if(tId.txt=="screensaver2")
{
page screensaver2
}
if(tId.txt=="cardEntities")
{
page cardEntities

View File

@@ -399,6 +399,10 @@ Timer tmSerial
{
page screensaver
}
if(tId.txt=="screensaver2")
{
page screensaver2
}
if(tId.txt=="cardEntities")
{
page cardEntities

Binary file not shown.

Binary file not shown.

View File

@@ -10,10 +10,6 @@ popupThermo
44 Component(s)
519 Line(s) of event code
274 Unique line(s) of event code
popupNotify
19 Component(s)
257 Line(s) of event code
166 Unique line(s) of event code
cardQR
34 Component(s)
406 Line(s) of event code
@@ -26,6 +22,10 @@ cardChart
33 Component(s)
433 Line(s) of event code
294 Unique line(s) of event code
popupNotify
19 Component(s)
261 Line(s) of event code
168 Unique line(s) of event code
pageTest
26 Component(s)
68 Line(s) of event code
@@ -90,5 +90,5 @@ cardEntities
Total
21 Page(s)
802 Component(s)
9242 Line(s) of event code
9246 Line(s) of event code
2340 Unique line(s) of event code

View File

@@ -628,6 +628,10 @@ Timer tmSerial
{
page screensaver
}
if(tId.txt=="screensaver2")
{
page screensaver2
}
if(tId.txt=="cardEntities")
{
page cardEntities

View File

@@ -399,6 +399,10 @@ Timer tmSerial
{
page screensaver
}
if(tId.txt=="screensaver2")
{
page screensaver2
}
if(tId.txt=="cardEntities")
{
page cardEntities

Binary file not shown.

Binary file not shown.

View File

@@ -69,8 +69,7 @@ class Card(object):
for ent_key in add_ent_keys:
val = self.raw_config.get(ent_key)
if val is not None:
#entityIds.append(val.get("entity"))
entityIds["nouuid."] = val.get("entity")
entityIds[f"{ent_key}."] = val.get("entity")
if uuid:
return entityIds

View File

@@ -28,7 +28,7 @@ class NsPanelLovelaceUIManager(hass.Hass):
desired_tasmota_driver_version = 8
desired_display_firmware_version = 50
version = "v4.0.1"
version = "v4.0.3"
model = cfg.get("model")
if model == "us-l":

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff