Hi all,
I am a very beginner of using node-red and after play a little bit and, of course get into some issues:
Premises:
I am reading an mqtt topic where i get messages like : "stdout 1|0|0|0|0|0|0|0|125|0|1|1|28.33| 29.55 " , where stdout is the name of the topic.
These values are sensor values sent by an arduino over network (not sure how relevant it is).
Question:
How can i get split by "|" this message into different variables like first number 1 to put it on a gauge, second to text message, third into a progress bar for example...and so on.
Thanks in advance