always I add a new Item to openhab the .items is saved… that triggers my rules… and the shades go down…
Can anyone help me with the command, rule, syntax or has a workaround?
Thanks
rule “RolladenSZ_Control” when Item RolladenSZ_Control received command then switch(RolladenSZ_Control.state) { case 1: sendCommand(RolladenSZ, UP) case 2: sendCommand(RolladenSZ, STOP) case 3: sendCommand(RolladenSZ, DOWN) }