abschluss

tt-tom17
2025-01-07 01:37:39 +01:00
parent 86ed5407be
commit 2ac9d0016e

@@ -253,7 +253,7 @@ Der QR Code funktioniert auf manchen Android Geräten nicht.
# cardThermo # cardThermo
(Erstellung der "PageItem" siehe [ioBroker ALIAS Definition](https://github.com/joBr99/nspanel-lovelace-ui/wiki/ioBroker-ALIAS-Definitionen#Thermostat-cardThermo-channel-thermostat) (Erstellung der Alias und "PageItem" siehe [hier](https://github.com/joBr99/nspanel-lovelace-ui/wiki/ioBroker-ALIAS-Definitionen#Thermostat-cardThermo-channel-thermostat)
> Für Thermostat und Klimaanlage (Unterschied im zu erstellenden Alias) > Für Thermostat und Klimaanlage (Unterschied im zu erstellenden Alias)
@@ -272,8 +272,6 @@ let Seitenname: PageType =
"type": "cardThermo", "type": "cardThermo",
"heading": "Test Klimaanlage", "heading": "Test Klimaanlage",
"useColor": true, "useColor": true,
"subPage": false,
"parent": undefined,
"items": [{ "items": [{
id: "alias.0.NSPanel_1.TestKlimaanlage", id: "alias.0.NSPanel_1.TestKlimaanlage",
minValue: 50, minValue: 50,
@@ -294,7 +292,9 @@ let Seitenname: PageType =
minValue: Minimale einzustellende Temperatur (Beispiel: 17°C entspricht 170) minValue: Minimale einzustellende Temperatur (Beispiel: 17°C entspricht 170)
maxValue: Maximale einzustellende Temperatur (Beispiel: 30,5°C entspricht 305) maxValue: Maximale einzustellende Temperatur (Beispiel: 30,5°C entspricht 305)
stepValue: Schrittgröße der Temperaturänderungen (Beispiel: 0,5°C Schritte entspricht 5) stepValue: Schrittgröße der Temperaturänderungen (Beispiel: 0,5°C Schritte entspricht 5)
***
# cardPower (ab TS-Script v.3.4.1) # cardPower (ab TS-Script v.3.4.1)
![Nextion_Editor_9AYbpowjZS](https://user-images.githubusercontent.com/102996011/194641145-660e1218-f559-4f25-83ca-984cc677e0d8.gif) ![Nextion_Editor_9AYbpowjZS](https://user-images.githubusercontent.com/102996011/194641145-660e1218-f559-4f25-83ca-984cc677e0d8.gif)
@@ -481,6 +481,8 @@ schedule("* * * * *", function () {
[Zum Script CardPower.js](https://github.com/joBr99/nspanel-lovelace-ui/blob/main/ioBroker/Blockly/CardPower.js) [Zum Script CardPower.js](https://github.com/joBr99/nspanel-lovelace-ui/blob/main/ioBroker/Blockly/CardPower.js)
**Hinweis:** Aktuell erfolgt die Animation gleicher Speed Werte bei der US-P Firmware durch die geänderte Orientierung in umgekehrter Reihenfolge. **Hinweis:** Aktuell erfolgt die Animation gleicher Speed Werte bei der US-P Firmware durch die geänderte Orientierung in umgekehrter Reihenfolge.
***
# cardChart (ab TS-Script v.3.7.0) # cardChart (ab TS-Script v.3.7.0)
@@ -503,8 +505,6 @@ let CardChartExample: PageType =
"type": "cardChart", "type": "cardChart",
"heading": "Stromzähler L1+L2+L3", "heading": "Stromzähler L1+L2+L3",
"useColor": true, "useColor": true,
"subPage": false,
"parent": undefined,
"items": [{ "items": [{
id: 'alias.0.NSPanel_1.cardChart', id: 'alias.0.NSPanel_1.cardChart',
yAxis: 'Leistung [kW]', yAxis: 'Leistung [kW]',
@@ -546,6 +546,9 @@ on({id: sourceDP, change: "any"}, async function (obj) {
[Link zum Script CardChart_History.js](https://github.com/joBr99/nspanel-lovelace-ui/blob/main/ioBroker/Blockly/CardChart_History.js) [Link zum Script CardChart_History.js](https://github.com/joBr99/nspanel-lovelace-ui/blob/main/ioBroker/Blockly/CardChart_History.js)
***
# cardLChart (Line Charts ab TS-Script v.3.9.0) # cardLChart (Line Charts ab TS-Script v.3.9.0)
> ab TS-Script Release v3.9.0 > ab TS-Script Release v3.9.0