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
Copy file name to clipboardExpand all lines: en_US/configuration/north-apps/sparkplugb/overview.md
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,11 +19,16 @@ Sparkplug B is an application-based protocol running on top of MQTT, so the setu
19
19
|**Client ID**| MQTT client ID, a unique identifier for the connection |
20
20
|**Group ID**| The top-level logical grouping in the Sparkplug B protocol, which can represent entities such as factories or workshops |
21
21
|**Node ID**| Unique Identification of Edge Nodes in Sparkplug B Protocol |
22
-
|**SSL**| Whether to enable mqtt ssl, default false |
22
+
|**Group Path**| Use the group name of the southbound device as the starting path of the Metric name. default true |
23
+
|**Offline Data Caching**| Offline caching switch. Cache MQTT messages when offline, and sync cached messages when back online. |
24
+
|**Cache Memory Size (MB)**| Max in-memory cache size in megabytes when MQTT connection exception occurs. Should be smaller than cache disk size. |
25
+
|**Cache Disk Size (MB)**| Max in-disk cache size in megabytes when MQTT connection exception occurs. Should be larger than cache memory size. If nonzero, cache memory size should also be nonzero. |
|**Username**| Username to use when connecting to Broker |
26
30
|**Password**| Password to use when connecting to Broker |
31
+
|**SSL**| Whether to enable mqtt ssl, default false |
27
32
|**CA**| Ca file, enabled only if the ssl value is true |
28
33
|**Client Cert**| Cert file, enabled only if the ssl value is true |
29
34
|**Client Key**| Key file, enabled only if the ssl value is true |
@@ -42,6 +47,11 @@ Click the device card or row on the **North Apps** page, then **Add Subscription
42
47
-**South device**: Select the southbound device you want to subscribe to, for example, 'modbus-tcp-1'.
43
48
-**Group**: Select a group from the southbound device, for example, 'group-1'.
44
49
50
+
Add static tags in Json format and report them simultaneously with the southbound data tags:
51
+
```json
52
+
{"location":"sh","number":"12345613"}
53
+
```
54
+
45
55
## Use Case
46
56
47
57
- You can use the Neuron Sparkplug B plugin to report data to EMQX, and decode the complete and accurate data results through the EMQX's encoding and decoding functions. For specific steps, see [Integration with EMQX](sparkplug.md).
0 commit comments