Skip to content

YamlSlotShutter

olialb edited this page Jun 8, 2026 · 4 revisions

ohItem slot type shutter

The shutter type shows the state of an openHAB Rollershutter item. By default it shows controls for UP/DOWN and STOP of the Rollershutter:

Slot attribute default value optional / Mandetory Description
shutterControls enable|enable|enable O defines if the controls "UP|STOP|\DOWN" are enabled or disabled for the Rollershutter
tiltItem disabled O Optional tilt Dimmer item for Blinds with tilt function
tiltControls enable|enable|enable O defines if the controls "UP|STOP|\DOWN" are enabled or disabled for the tilt function of the shutter

Example:

    ...
    slots:
      - class: ohItem
        type: shutter                    #lovelace ui field type
        text: Rolladen                   #Text shown in first field
        item: Rollershutter_Wintergarten #Must be a Rollershutter item in openHAB!
        shutterControls: enable|enable|enable
        tiltItem: Rollershutter_Wintergarten_tilt
        tiltControls: enable|enable|enable

In cardEntities: image

In cardGrid: image

There is a popup card opening when you click on the item. You can also control which of the UP/DOWN/STOP controls are enabled:

image

Same without tilt item:

image

Clone this wiki locally