Hello Together,
I am new in using node-red and need your help.
I have this one as input as mqqt in node-red and i am interesting in getting an output value just for the Power_curr value.´
The change node does not work when copying the value Power_curr it is "payload[""].Power_curr" and the node change marks it as red...
Out of interest, what do you see if you tell the mqtt node to return a string? Also what if it returns a buffer? I wonder if there is an unprintable character as the key name.
Try setting your MQTT node to keep it as a string and then do a replace "" to something like "xx" in a change node then feed onto the JSON node and you should be able to get a sensible reference to it