Skip to content

YamlSlotShutter

olialb edited this page Jun 20, 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
invert False O inverts the shutter position. Default: 100% is a full opened 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

In the HMI variant of the ticaki/ioBroker.nspanel-lovelace-ui fork you can activate alternative popups by setting the attribute popupType to 2. The popup 2 has a nice rollershutter animation. The tilt function is limited to 3 buttons with open, half open and closed function.

Example for popupShutter2 without tilt function:

image

Example with the tilt buttons:

image

ohItem slot type popupShutter

The popupShutter type is identical to type shutter. The only difference is, that the shutter popup opens directly on a button press. You don't need to press the slot long to open the popup like with type shutter

Clone this wiki locally