-
Notifications
You must be signed in to change notification settings - Fork 1
YamlCardQR
olialb edited this page Jun 8, 2026
·
1 revision
The card type cardQR can for example be used to show a QR code with an html link as easy access to a local html server.
You need to define one slot with a reference to openHAB String items, which contains the link.
| Slot number | OH item type | slot type | default value | optional / Mandetory | Description |
|---|---|---|---|---|---|
| 1 | String | text | - | M | String item with html link inside including http:// or https:// |
Example openHAB items:
//
// Links for QR Cards
//
String NsPanels_STRNG_Link_Mealie "Mealie Link"Example:
cards:
- name: LinkMealie
title: Mealie Link
type: cardQR
slots:
- class: ohItem #Slot with a reference to a string item for the QR code contents
type: text
text: "Mealie Link"
item: NsPanels_STRNG_Link_Mealie
Introduction
NSPanel Preparation
- Preparation
- Prepare NSPanel (extern)
- Flashing Tasmota to NSPanel (extern german)
- Configuring NSPanel and flash HMI jobr99 (extern)
- Flash latest HMI versions of ticaki (extern german)
- NSPanel Emulator (external german)
Installation of the Bridge
Yaml configuration
Further Concepts
Compatible HMI projects
Usefull Links