Split Dht11 data from.python script

Hi I need help. I want to display data in UI as gauges. How do I split them?

Thank you

Why not have the python script return them as an object to make it easier?

To make it even easier, take a look at the builtin json module in python. Next, use json.dumps(...) to convert a dictionary type object to a json string. If you output that instead, and use a json node in NR you get it back to an object to work with.