Include SparkplugB Adapter and DataSink #1531
Replies: 3 comments 8 replies
-
Hey @heinehenning, thanks a lot for bringing this idea in! Just out of interest: Do you already have a scenario in mind where this would help you? |
Beta Was this translation helpful? Give feedback.
-
Hi @heinehenning, Internally we represent the data as data streams. Each stream consists of properties and one of those must be a unix timestamp. {
"timestamp": 1683297667,
"Sensor1": 1,
"Sensor2": 2.2,
"State": true
} I like the idea of providing both a SparkplugB adapter and a data sink. What are your thoughts on this? |
Beta Was this translation helpful? Give feedback.
-
I cannot create the Issue myself, if one of you would be so kind... Create SparkplugB Adapter and DataSink SparkplugB SpB is a MQTT specification aiming primarily at the manufacturing industry to connect network nodes in an IIOT infrastructure. In order to standardize how things communicate in a manufacturing setting via MQTT, SpB defines the following things:
The following should be integrated in streampipes: Adaper:
DataSink:
SpB specification: https://sparkplug.eclipse.org/specification/ SpB on github: |
Beta Was this translation helpful? Give feedback.
-
SparkplugB is a great standard for SmartFactory use cases, but it can be a pain to build custom SpB gateways by hand. If streampipes would offer SparkplugB connectivity plus data modeling options that would be pretty nice.
Beta Was this translation helpful? Give feedback.
All reactions