Replies: 2 comments 2 replies
-
What is your full rule? It should contain definition of "actions" |
Beta Was this translation helpful? Give feedback.
1 reply
-
Check this doc https://ekuiper.org/docs/en/latest/edgex/edgex_rule_engine_command.html and other edgex related doc. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello folks,
I have run the eKuiper rule engine with EdgeX. I followed 3.1Napa documentation to create an EdgeX stream and a rule as follows.
#rules
SELECT meta(), FROM Demo
#device profile
...
deviceResources:
-description: Test
name: Test
...
tags:
tag1:value
tag2:value
tag3:value
...
[Question]
I set the tags value in device resource as above, and could saw the tag1/tag2/tag3 values in readings with EdgeX metadata.
But I can't get these tags value in Redis where EdgeX rules engine sunk to.
Could any way to get tags values in readings by rules engine?
It would be appreciated if anyone could share best practices.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions