I am connecting an Arduino through MQTT to Node RED. This arduino sends me the following string "Temperature: 28.0". Then I have another plate that gets the humidity and dows it in the form of string "Humidity: 50". When receiving data by Node RED I get the string, but I'm not able to convert them to JSON because I have to deliver dweet.io to display the data, and this program asks me JSON.
Let's see if you can help me out!