mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-03-11 09:06:51 +01:00
Updated Test ‐ Wir testen hier was (markdown)
@@ -1,5 +1,43 @@
|
|||||||
Auf dieser Seite testen wir was für die zukünftige Wiki
|
Auf dieser Seite testen wir was für die zukünftige Wiki
|
||||||
|
|
||||||
|
# Einleitung
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# Geblubber
|
||||||
|
|
||||||
|
|
||||||
|
# **Index**
|
||||||
|
|
||||||
|
* Color Aliase 1
|
||||||
|
* Stromzähler L1+L2+L3
|
||||||
|
* Büro Temperatur
|
||||||
|
* cardPower Emulator
|
||||||
|
* Color Aliase 2
|
||||||
|
* Sonstige Aliase
|
||||||
|
* Büro
|
||||||
|
* Fenster und Türen
|
||||||
|
* Button Aliase
|
||||||
|
* Test Subpages
|
||||||
|
* Abfallkalender
|
||||||
|
* Gäste WLAN
|
||||||
|
* Büro 2
|
||||||
|
* Radiosender
|
||||||
|
* WLED Stripes WZ
|
||||||
|
* Sensor Werte
|
||||||
|
* Alexa
|
||||||
|
* Sonos
|
||||||
|
* Spotify-Premium
|
||||||
|
* SqueezeboxRPC
|
||||||
|
* Test Thermostat
|
||||||
|
* Test Klimaanlage
|
||||||
|
* Pool Wärmepumpe
|
||||||
|
* Alarmanlage
|
||||||
|
* Service Pages
|
||||||
|
* Radio
|
||||||
|
* Büro
|
||||||
|
|
||||||
|
|
||||||
##CardGrid für Sensorwerte
|
##CardGrid für Sensorwerte
|
||||||
|
|
||||||

|

|
||||||
@@ -22,68 +60,3 @@ let SensorGrid = <PageGrid>{
|
|||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<table>
|
|
||||||
<tr>
|
|
||||||
<td>##CardGrid für Sensorwerte</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>
|
|
||||||
```
|
|
||||||
let SensorGrid = <PageGrid>
|
|
||||||
{
|
|
||||||
'type': 'cardGrid',
|
|
||||||
'heading': 'Sensor Werte',
|
|
||||||
'useColor': true,
|
|
||||||
'items': [
|
|
||||||
<PageItem>{ id: 'alias.0.NSPanel_1.TestTemperatur', name: 'Außentemp. °C', offColor: MSRed, onColor: MSGreen, useValue: true, colorScale: {'val_min': -20, 'val_max': 40, 'val_best': 20} },
|
|
||||||
<PageItem>{ id: 'alias.0.NSPanel_1.TestFeuchtigkeit', name: 'Luftfeuchte %', offColor: MSYellow, onColor: MSYellow , useValue: true, colorScale: {'val_min': 0, 'val_max': 100, 'val_best': 65} },
|
|
||||||
<PageItem>{ id: 'alias.0.NSPanel_1.Taupunkt', name: 'Taupunkt °C', offColor: MSRed, onColor: MSGreen, useValue: true, colorScale: {'val_min': -20, 'val_max': 40, 'val_best': 20} },
|
|
||||||
<PageItem>{ id: 'alias.0.NSPanel_1.UV_Index', name: 'UV Index', offColor: White , onColor: White, useValue: true, colorScale: {'val_min': 0, 'val_max': 12} },
|
|
||||||
<PageItem>{ id: 'alias.0.NSPanel_1.Windstaerke', name: 'Windstärke bft', offColor: White , onColor: White, useValue: true, colorScale: {'val_min': 0, 'val_max': 9} },
|
|
||||||
<PageItem>{ id: 'alias.0.NSPanel_1.Luftdruck', name: 'Luftdruck hPa', offColor: White , onColor: White, useValue: true, colorScale: {'val_min': 950, 'val_max': 1050, 'val_best': 1013} },
|
|
||||||
]
|
|
||||||
};
|
|
||||||
```
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
|
|
||||||
<table>
|
|
||||||
<thead>
|
|
||||||
<tr>
|
|
||||||
<th>Layer 1</th>
|
|
||||||
<th>Layer 2</th>
|
|
||||||
<th>Layer 3</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
<tr>
|
|
||||||
<td rowspan=4>L1 Name</td>
|
|
||||||
<td rowspan=2>L2 Name A</td>
|
|
||||||
<td>L3 Name A</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>L3 Name B</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td rowspan=2>L2 Name B</td>
|
|
||||||
<td>L3 Name C</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>L3 Name D</td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user