-
Notifications
You must be signed in to change notification settings - Fork 1
YamlSlotShutter
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|enableIn cardEntities:

In cardGrid:

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:

Same without tilt item:

In the HMI variant of the ticaki/ioBroker.nspanel-lovelace-ui fork you can activate alternative popups by setting the attribute popupType to 2 (only for EU panels!). 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:

Example with the tilt buttons:

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
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