You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the same issue with OH 4.3.3. 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
Redirected here from the forum
Trying to create a rule that will send a message with pushover but unable to save it due to:
The generated code looks fine to me:
Expected behavior
Rule works
Steps to reproduce
Create a rule and try to use any pushover action with a message.
Your environment
Podman running openhab:latest
Browser console
Nothing in the logs, error only showing in the UI.
Some screenshots:
This scripts works fine:
The text was updated successfully, but these errors were encountered: