How to extract a value after splitting a JSON String in Node-RED

msg.payload.power_mw should get you the value. You should be able to use this in a change node or a function

2 Likes