CSV & MQTT Capture Plugin
Closed this issue · 2 comments
ajaywazir commented
Do you have plans for having a capture plugin to capture data from external sources
- Read variables from a CSV file, that can be modified externally by hand or by another automated process?
- Capture variables from MQTT subscription supplied on a pre-defined JSON format?
kimdiego2098 commented
no plan, you can consider implementing this plugin yourself, just implement the plugin and call VariableRunTime.SetValue
method updates variable values, and a similar solution is ThingsGateway.Plugin.OpcUa
ajaywazir commented
Thanks. Let me start with DLT645 as base. Looks less complex than others.