Rule Openhab3

Einrichtung der openHAB Umgebung und allgemeine Konfigurationsthemen.

Moderatoren: seppy, udo1toni

Antworten
Markus_JE
Beiträge: 138
Registriert: 6. Okt 2019 13:20
Answers: 0

Rule Openhab3

Beitrag von Markus_JE »

Hallo zusammen,

kann mir jemand sagen warum die rule in der neuen UI nicht funktioniert?
Rule:

Code: Alles auswählen

triggers:
  - id: "1"
    configuration:
      cronExpression: " 0 20 14 ? * *  "
    type: timer.GenericCronTrigger
conditions: []
actions:
  - inputs: {}
    id: script
    configuration:
      type: application/vnd.openhab.dsl.rule
      script: |
        // context: sound-1


               {
                   PLAY3Notificationsound("doorbell.mp3", new PercentType(27))
               }
    type: script.ScriptAction

Antworten