hi.
i have node red sending various values to Ubidots. up until now they have all been number values which seems to work well but different variable is causing me a problem.
it’s a text string published to node red over mqtt. the string comes from a python script which parses train times and the like.
the variable is something like “18:21 On time”. I can’t work out how to get it to show in my Dashboard. Everything seems to turn it into a value of “18” and nothing else.
thanks for any pointers.
Don