-
Notifications
You must be signed in to change notification settings - Fork 1
YamlSlotNumber
olialb edited this page Jun 8, 2026
·
1 revision
The number type shows the state of an openHAB Number item. It has in cardEntities a slider to set the value of the number in the range of the attributes min/max.
| Slot attribute | default value | optional / Mandetory | Description |
|---|---|---|---|
| min | 0 | O | minimal value of the Number |
| max | 100 | O | maximal value of the Number |
Example 1:
...
slots:
- class: ohItem
type: number #lovelace ui field type
text: Kugellampe #Text shown in first field
type: number #lovelace ui field type
item: Dimmer_Kugellampe #a Dimmer item in openHABIn cardEntities:

In cardGrid:

Example 2:
...
slots:
- class: ohItem
type: number #lovelace ui field type
text: =itemState #show item state as text
icon: home-thermometer
item: H_Schlafzimmer_SetHeatTemp #Number item in openHABIn cardGrid:

Example 3:
...
slots:
- class: ohItem
type: number #lovelace ui field type
text: Schlafzimmer
icon: home-thermometer
item: H_Schlafzimmer_SetHeatTemp #Number item in openHAB
min: 5 #min value of slider
max: 30 #max value of sliderIn cardGrid:

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