Hi, i connected to broker and get all topic in Mqtt Engine . all payload in Gzip format. what's the best approach to consume it as Tags in Ignition. didn't work before with gZip
Ewww! They're all stringified, which corrupts the gzip encoding. If you can grab uncorrupted byte arrays, you can script the decode with Java's GZIPInputStream.
Failed to decode after getting data through MQTT engine.
One of my colleagues read data direct from broker bypass ignition and able to convert it to JSON
Need more dive in MQTT engine
What's the device publishing this data? Is there an option to turn it off? Is it supposed to be Sparkplug but not compliant?
we can't turned off.. it ASRS system.. there's other system consume these data direct from broker using GO library and working fine .. my concern if the Engine did any type of decoding or reformat -