This commit is contained in:
Johannes
2022-05-21 16:26:43 +02:00
parent 97b7af5097
commit f839f00669
4 changed files with 13 additions and 1 deletions

View File

@@ -135,6 +135,9 @@ The following message can be used to update the content on the cardEntities Page
`entityUpd~*internalNameEntity*~*navigation*~*arm1*~*arm1ActionName*~*arm2*~*arm2ActionName*~*arm3*~*arm3ActionName*~*arm4*~*arm4ActionName*~*icon*~*iconcolor*~*numpadStatus*~*flashing*`
### cardQR Page
`entityUpd,heading,navigation,textQR[,type,internalName,iconId,displayName,optionalValue]x2`
## Messages from Nextion Display

Binary file not shown.

Binary file not shown.

View File

@@ -25,8 +25,9 @@ NsPanel needs to be flashed with Tasmota (or upcoming with ESPHome)
- Detail Pages for Lights (Brightness, Temperature and Color of the Light) and for Covers (Position)
- Thermostat Page
- Media Player Card
- Alarm Control Panel
- Alarm Control Card
- Screensaver Page with Time, Date and Weather Information
- Card with QrCode to display WiFi Information
- Localization possible (currently 38 languages)
- **Everything is dynamically configurable by a yaml config, no need to code or touch Nextion Editor**
@@ -349,6 +350,14 @@ nspanel-1:
entity: media_player.example_item
- type: cardAlarm
entity: alarm_control_panel.alarmo
- type: cardQR
title: Guest Wifi
qr_code: "WIFI:S:test_ssid;T:WPA;P:test_pw;;"
entities:
- entity: iText.Name.test_ssid
icon: wifi
- entity: iText.Password.test_pw
icon: key
```
key | optional | type | default | description