Hello, I am using node red on a Sonoff ihost box and I want to isolate the temperature and humidity value from a payload. I'm trying to use the "change" node to extract an object but I have the impression that my payloas has no object (see photo
If the node on the extreme left of your flow is a standard MQTT-In node, then you could set the 'Output' option to 'auto-detect' to output a parsed JSON object (so no need for an additional JSON node).