Hello dear community,
I am using openHAB 4.2.1 on my Raspberry Pi 5 and wanted to try out a widget in the widget designer with a repeater for the first time. Unfortunately, without success.
Grateful for any help.
freeET
your uid: GUI_TEST
tags: []
props:
parameters:
- context: item
label: Item 1
name: item1
required: true
- context: item
label: Item 2
name: item2
required: true
timestamp: Dec 5, 2025, 3:03:22 PM
component: f7-card
config:
title: Simple Repeater
slots:
default:
- component: oh-repeater
config:
sourceType: array
in:
- =props.item1
- =props.item2
slots:
default:
- component: f7-row
slots:
default:
- component: Label
config:
text: =items[loop].label || loop
- component: Label
config:
text: =items[loop].state
code goes here
