mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-03-07 11:39:40 +01:00
Updated NSPanel ‐ cardThermo ‐ Klimaanlage (markdown)
@@ -1,4 +1,33 @@
|
||||
Die Dokumentation erfolgt auf Basis von Test-Datenpunkten unter 0_userdata.0...
|
||||
|
||||
## Alias
|
||||
## cardThermo als "Klimaanlage" im Live-Betrieb
|
||||
|
||||

|
||||
|
||||
|
||||
## Alias vom Channel Typ "Klimaanlage"
|
||||

|
||||
|
||||
## Die cardThermo Definition im NSPanel-Script
|
||||
|
||||
```typescript
|
||||
let Buero_Klimaanlage: PageType =
|
||||
{
|
||||
'type': 'cardThermo',
|
||||
'heading': 'Test Klimaanlage',
|
||||
'items': [{
|
||||
id: 'alias.0.NSPanel_1.TestKlimaanlage',
|
||||
minValue: 50,
|
||||
maxValue: 250,
|
||||
stepValue: 5,
|
||||
iconArray: ['power-standby','air-conditioner','snowflake','fire','alpha-e-circle-outline','fan','water-percent','swap-vertical-bold'],
|
||||
popupThermoMode1: ['Auto','0','1','2','3'],
|
||||
popupThermoMode2: ['Auto','0','1','2','3','4','5'],
|
||||
popupThermoMode3: ['Auto','Manual','Boost',],
|
||||
popUpThermoName: ['Schwenk-Modus', 'Speed', 'Temperatur'],
|
||||
icon: 'fan',
|
||||
setThermoAlias: ['popupKlima_Mode_1','popupKlima_Mode_2','popupKlima_Mode_3'],
|
||||
//setThermoDestTemp2: 'ACTUAL2'
|
||||
}]
|
||||
};
|
||||
```
|
||||
Reference in New Issue
Block a user