mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-02-26 19:02:15 +01:00
abschluss
@@ -253,7 +253,7 @@ Der QR Code funktioniert auf manchen Android Geräten nicht.
|
||||
|
||||
# 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)
|
||||
|
||||
@@ -272,8 +272,6 @@ let Seitenname: PageType =
|
||||
"type": "cardThermo",
|
||||
"heading": "Test Klimaanlage",
|
||||
"useColor": true,
|
||||
"subPage": false,
|
||||
"parent": undefined,
|
||||
"items": [{
|
||||
id: "alias.0.NSPanel_1.TestKlimaanlage",
|
||||
minValue: 50,
|
||||
@@ -294,7 +292,9 @@ let Seitenname: PageType =
|
||||
minValue: Minimale einzustellende Temperatur (Beispiel: 17°C entspricht 170)
|
||||
maxValue: Maximale einzustellende Temperatur (Beispiel: 30,5°C entspricht 305)
|
||||
stepValue: Schrittgröße der Temperaturänderungen (Beispiel: 0,5°C Schritte entspricht 5)
|
||||
|
||||
|
||||
***
|
||||
|
||||
# cardPower (ab TS-Script v.3.4.1)
|
||||
|
||||

|
||||
@@ -481,6 +481,8 @@ schedule("* * * * *", function () {
|
||||
[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.
|
||||
|
||||
***
|
||||
|
||||
# cardChart (ab TS-Script v.3.7.0)
|
||||
|
||||
@@ -503,8 +505,6 @@ let CardChartExample: PageType =
|
||||
"type": "cardChart",
|
||||
"heading": "Stromzähler L1+L2+L3",
|
||||
"useColor": true,
|
||||
"subPage": false,
|
||||
"parent": undefined,
|
||||
"items": [{
|
||||
id: 'alias.0.NSPanel_1.cardChart',
|
||||
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)
|
||||
|
||||
|
||||
***
|
||||
|
||||
# cardLChart (Line Charts ab TS-Script v.3.9.0)
|
||||
|
||||
> ab TS-Script Release v3.9.0
|
||||
|
||||
Reference in New Issue
Block a user