Brian Pribe
05/29/2026, 6:15 AMJermuk
05/29/2026, 9:00 AMYannic UMH
05/29/2026, 9:56 AMDanielH
05/29/2026, 11:18 PMBrian Pribe
05/30/2026, 2:34 PMDanielH
05/30/2026, 3:49 PMBrian Pribe
05/30/2026, 7:50 PMBrian Pribe
05/31/2026, 4:09 PMDanielH
06/03/2026, 7:13 AMJermuk
06/03/2026, 12:29 PMHanno
06/05/2026, 2:25 PMinput:
modbus:
controller: "tcp://192.168.0.1:502"
slaveIDs: [1]
timeBetweenReads: "1s"
unifiedAddresses:
- "output_frequency.input.24.INT16:scale=0.01"
- "output_voltage.input.25.INT16"
- "dc_bus_voltage.input.26.INT16:scale=0.1"
- "output_power.input.27.INT16"
pipeline:
processors:
- mapping: |
if meta("modbus_tag_name") == "heartbeat" {
root = deleted()
} else {
# Payload
root.value = content().string().number()
root.timestamp_ms = timestamp_unix_milli()
# Metadata
meta location_path = "None"
meta virtual_path = "None"
meta tag_name = meta("modbus_tag_name")
meta data_contract = "_sparkplug"
}
output:
sparkplug_b:
mqtt:
urls:
- "tcp://localhost:1883"
identity:
group_id: "Edge"
edge_node_id: "benthos-umh"
Modbus reads great, pipeline works. MQTT connection is made to my broker and node data is sent. But no reading are sent every second to the broker? I am thinking I did something that does not meet the requirements for the sparkplug_b output i.t.o DDATA or something?DanielH
06/06/2026, 5:18 PMBrian Pribe
06/09/2026, 4:07 PMDiederik
06/10/2026, 7:20 AMBrian Pribe
06/10/2026, 12:11 PMSlamber
06/10/2026, 10:49 PMJermuk
06/11/2026, 11:39 AMDanielH
06/11/2026, 6:47 PMSlamber
06/11/2026, 9:49 PMSlamber
06/11/2026, 9:49 PMDanielH
06/15/2026, 2:27 PMjs
06/15/2026, 11:05 PMSlamber
06/15/2026, 11:56 PMjs
06/16/2026, 1:39 AMSlamber
06/16/2026, 1:43 AM! Tabealine
07/16/2026, 7:23 PMAxton
07/20/2026, 2:41 PMDiederik
08/10/2026, 12:16 PMDiederik
08/10/2026, 12:16 PMJermuk
08/10/2026, 1:54 PM