ich würde openhab gerne beibringen meinen Shelly Plug S nicht einzuschalten, wenn ich im Urlaub bin. Dazu habe ich folgende Regel erstellt:
Code: Alles auswählen
configuration: {}
triggers:
- id: "1"
configuration:
time: 08:15
type: timer.TimeOfDayTrigger
conditions:
- inputs: {}
id: "3"
configuration:
itemName: Urlaubsschalter
state: OFF
operator: =
type: core.ItemStateCondition
actions:
- inputs: {}
id: "2"
configuration:
itemName: ShellyPlugSSHPLGS_Betrieb
command: ON
type: core.ItemCommandAction
Liebe Grüße
Styleoutlaw