It's not much...
Deleted much again after it doesn't did the work...
I even can't get a good logic for this... I think thats my biggest problem...
Ahh... I'm german...
Öffnen -> Open
Stop -> Stop
Schließen -> Close
[
{
"id": "cda07a0e.4c83f8",
"type": "ioBroker out",
"z": "c3d2808b.6dfee",
"name": "Close",
"topic": "shelly.0.SHSW-25#687D5C#1.Shutter.Close",
"ack": "false",
"autoCreate": "false",
"x": 1230,
"y": 200,
"wires": []
},
{
"id": "3eebf54d.fa1f9a",
"type": "ioBroker in",
"z": "c3d2808b.6dfee",
"name": "Fenster Links Open",
"topic": "node-red.0.verschattung.fensterllinks.öffnen",
"payloadType": "value",
"onlyack": "",
"func": "all",
"gap": "",
"x": 150,
"y": 160,
"wires": [
[
"8d8beb40.90a9b8"
]
]
},
{
"id": "e3df650a.14e228",
"type": "ioBroker in",
"z": "c3d2808b.6dfee",
"name": "Fenster Links Close",
"topic": "node-red.0.verschattung.fensterllinks.schließen",
"payloadType": "value",
"onlyack": "",
"func": "all",
"gap": "",
"x": 150,
"y": 280,
"wires": [
[]
]
},
{
"id": "1a6c2840.0c1598",
"type": "ioBroker out",
"z": "c3d2808b.6dfee",
"name": "Open",
"topic": "shelly.0.SHSW-25#687D5C#1.Shutter.Open",
"ack": "false",
"autoCreate": "false",
"x": 1230,
"y": 80,
"wires": []
},
{
"id": "739ca512.b9c36c",
"type": "ioBroker out",
"z": "c3d2808b.6dfee",
"name": "Stop",
"topic": "shelly.0.SHSW-25#687D5C#1.Shutter.Pause",
"ack": "false",
"autoCreate": "false",
"x": 1230,
"y": 140,
"wires": []
},
{
"id": "2d829dbd.c08822",
"type": "switch",
"z": "c3d2808b.6dfee",
"name": "Drivemode",
"property": "payload",
"propertyType": "msg",
"rules": [
{
"t": "eq",
"v": "öffnen",
"vt": "str"
},
{
"t": "eq",
"v": "stop",
"vt": "str"
},
{
"t": "eq",
"v": "schließen",
"vt": "str"
}
],
"checkall": "true",
"repair": false,
"outputs": 3,
"x": 1090,
"y": 140,
"wires": [
[
"1a6c2840.0c1598"
],
[
"739ca512.b9c36c"
],
[
"cda07a0e.4c83f8"
]
]
},
{
"id": "8d8beb40.90a9b8",
"type": "switch",
"z": "c3d2808b.6dfee",
"name": "",
"property": "payload",
"propertyType": "msg",
"rules": [
{
"t": "eq",
"v": "öffnen",
"vt": "str"
},
{
"t": "eq",
"v": "stop",
"vt": "str"
}
],
"checkall": "true",
"repair": false,
"outputs": 2,
"x": 330,
"y": 160,
"wires": [
[
"e5ae5d75.7a717"
],
[
"e5ae5d75.7a717"
]
]
},
{
"id": "87c363af.65317",
"type": "delay",
"z": "c3d2808b.6dfee",
"name": "",
"pauseType": "delay",
"timeout": "1",
"timeoutUnits": "seconds",
"rate": "1",
"nbRateUnits": "1",
"rateUnits": "second",
"randomFirst": "1",
"randomLast": "5",
"randomUnits": "seconds",
"drop": false,
"x": 800,
"y": 140,
"wires": [
[
"2d829dbd.c08822"
]
]
},
{
"id": "e5ae5d75.7a717",
"type": "trigger",
"z": "c3d2808b.6dfee",
"op1": "",
"op2": "",
"op1type": "pay",
"op2type": "nul",
"duration": "0",
"extend": false,
"units": "ms",
"reset": "stop",
"bytopic": "all",
"name": "",
"x": 530,
"y": 140,
"wires": [
[
"87c363af.65317"
]
]
}
]