Replies: 1 comment
-
We do not connect to modbus device directly, you'll need another application like neuron/edgex to fetch data from it. eKuiper already supports to conenct to neuron or edgex. Check the tutorials https://ekuiper.org/docs/en/latest/tutorials/neuron/neuron_integration_tutorial.html or https://ekuiper.org/docs/en/latest/edgex/edgex_rule_engine_tutorial.htm. If you don't want to introduce other product, you can also create a source plugin for eKuiper to ingest the data from modbus device. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear all,
we need to query data from the modbus device and filter the data (e.g: Temperature>30) and send it to mqtt.
What can I do? thanks
Beta Was this translation helpful? Give feedback.
All reactions