Hi,
I am using OH 4.3.3 and have the Pushover binding installed. When I test the thing’s actions directly from the thing it works, and also via JavasScript I can call the action.
However when I add the action directly to a rule, I get the following error when trying to save the rule:
Validation of rule 3183ba681c has failed! Required input "message" of the condition "7" not connected
Here is how the error looks like on the UI:
Here is the action on the UI:
And here is the code of the action:
- id: "7"
configuration:
message: Test
config: pushover:pushover-account:2a22be310e
type: pushover.sendMessage#26aa5ea09027ad2b11b752652e808c6a
Any idea of what I could be doing wrong?
I have two separate installations of OH and the issue occurs on both of them.