I have MQTT notifications coming where each notification has an id and a value. For example: A:1, A:3, B:1, A:2, B2 etc.
I would like to create a chart that will plot for each id the values received over time, e.g. A=[1, 3, 2], B=[1,2].
Is there a way to separate the ids into individual entities?