Since one of the latest updates my startup rule does not run anymore on startup. I can run it manually without problem, but it is not automatically executed on startup.
I am running OH 3.4.2 as Docker Container on a Synology NAS.
Here is the rule as shown on the UI:
Here is the code that defines the trigger:
configuration: {}
triggers:
- id: "1"
configuration:
startlevel: 100
type: core.SystemStartlevelTrigger
conditions: []
Is there anyone else seeing such an issue? Any advice on how I might fix that?