Open gaillarddamien opened 1 month ago
Hi Damien, I have made some changes. valueJson now captures the full metric data (as a JSON string). Can you check if this fulfills your need?
Hi, thank you for the quick response. It seems to be working, and it looks like this could do the trick. It is a good idea to keep the whole metric.
MQTT/Sparkplug metrics may come with
properties
, but the driver can not handle them all.At the moment,
Some of our devices publish MQTT/Sparkplug metrics with custom properties that go silently ignored, for they are not expected by the driver.
It would be really helpful if we could:
realtimeData
document associated with this metric?), including properties that are not known beforehandhist
too (something like"valueJson": {"p": {"k1": "v1", "k2": "v2"}}
?)