- Platform information:
- Hardware: Intel Core i5 4th gen / 8 Gb RAM DDR3 / SSD PCI Exp 128 Mb
- OS: W10 Home with extended safety pack until october 2026
- Java Runtime Environment: Zulu 21
- openHAB version: 5.1.0.M3
- Issue of the topic: issue with able/disable functionality in Main UI rule generator
- Please post configurations (if applicable):
- Items configuration: nothing specific
- Sitemap configuration: nothing specific
- Rules code related to the issue:
I have noticed about a malfunction in rule engine at main UI:
when a enable/disable scenes/script/rules is selected as an action in a rule design
There are no marks either on Enable or Disable options, so it is not easy to see the current configuration of the rule unless you show YAML code:
configuration: {}
triggers:
- id: "1"
configuration:
cronExpression: 0 0 8 1 2 ? *
type: timer.GenericCronTrigger
conditions: []
actions:
- inputs: {}
id: "2"
configuration:
enable: false
ruleUIDs:
- dbdcad4bf5
- 65b9f7442c
- cd685ab08f
- 00c92815a5
- bf769d32dc
type: core.RuleEnablementAction
- inputs: {}
id: "3"
configuration:
enable: true
ruleUIDs:
- b4702c63a4
type: core.RuleEnablementAction
Action id 3 shows enable as TRUE, but it is not shown in the previous selection box. I have noticed that this happens in all the OH 5 versions, but not in OH4.
Thank you and kind regards
Diego




