So, I try to bring your posts together but ???
This is my flow. The last step is missing
So, I try to bring your posts together but ???
This is my flow. The last step is missing
If the input payload is just the buffer, then:
let buf = msg.payload;
msg.payload = buf.readInt16LE(0);
return msg;
will do.
Now it works as desired
To all of you: THANK YOU!!!