Scene widget for Rollershutter

Hi,

I try to configure the scenewidget for an Rollershutter. This is not working.

the OH2 item type is rollershutter. Is it possible for you to allow the rollershutter type also for the scene widget?

best regards René

Can you describe what are you trying to do with that setup?

Yes sure:

{
“type”: “scene”,
“position”: “4-2,1-1”,
“properties”:
{
“style”: “standard”,
“label”: “Rollläden”,
“options”:
{
“Alle geöffnet”:
{
“label”: “Alle geöffnet”,
“icon”: “arrow-up”,
“state”: “0”
},
“Alle geschlossen”:
{
“label”: “Alle geschlossen”,
“icon”: “arrow-down”,
“state”: “100”
}
},
“state”:
{
“binding”: “Rollladen_Schlafzimmer”
}
}

What is the benefit of using scene widget rather than a shutter widget in this case?

You have an small 1-1 widget with two direct accessible functions to open or close the rollershutter.

Okay, let me see what can be done.

Ha…I tried the same yesterday with mode widget :wink: My use case is to set my blinds to 0%, 25%, 50%, 75%, 100%