I'm receiving date through serial from an Arduino. I'm receiving two values and now I'm trying to separate those two values into differente messages to use them in the dashboard.
I am confused, you say you are receiving two values, which I assumed you meant two values in one message, but each message only seems to have one value.
Why on the arduino code you don't add something before the value of each one of the variables before the println? This will make you an easy way to differentiate each one of the values with a easy node that split to a different output "if contains x"