diff --git a/HMI/README.md b/HMI/README.md index 7c3602fd..8f439fd7 100644 --- a/HMI/README.md +++ b/HMI/README.md @@ -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 diff --git a/HMI/nspanel.HMI b/HMI/nspanel.HMI index d8122828..683a304b 100644 Binary files a/HMI/nspanel.HMI and b/HMI/nspanel.HMI differ diff --git a/HMI/nspanel.tft b/HMI/nspanel.tft index faa3fdf5..4b9a0d44 100644 Binary files a/HMI/nspanel.tft and b/HMI/nspanel.tft differ diff --git a/README.md b/README.md index 993c4e69..94551375 100644 --- a/README.md +++ b/README.md @@ -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